2009-03-08 |
nadvornik |
allow dropping of multiple keywords
|
2009-03-08 |
nadvornik |
show a label instead of the default drag icon
|
2009-03-08 |
nadvornik |
dnd in keywords tree
|
2009-03-07 |
nadvornik |
implemented keywords editor as described at
|
2009-03-07 |
zas_ |
French translation was updated.
|
2009-03-07 |
zas_ |
Use a common function bar_pane_expander_title() to set expanders title widget.
|
2009-03-06 |
zas_ |
Try to improve tab completion: when a key is pressed while tab completion menu is shown, the number of entries is reduced, dhowing all matching entries but the menu is no more closed after each key pressure. Number of possible entries in this menu was increased from 500 to 1000. Pressing TAB when path entry is empty now adds / (root directory).
|
2009-03-06 |
nadvornik |
simplified bar interface
|
2009-03-06 |
zas_ |
Add debug versions of path_to_utf8() and path_from_utf8() which allows to report the caller file and line, this is enabled with --enable-debug-flags (and developer mode too).
|
2009-03-06 |
zas_ |
Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()).
|
2009-03-06 |
nadvornik |
enable wrap mode in comment pane
|
2009-03-06 |
nadvornik |
use standard GtkHPaned for sidebar width
|
2009-03-06 |
zas_ |
Fix tab completion when entering "/et[TAB]" it was changed to "et", this is fixed.
|
2009-03-05 |
nadvornik |
do not crash if an exif entry is deleted during editing
|
2009-03-05 |
nadvornik |
added popup menu to the exif pane
|
2009-03-04 |
nadvornik |
indicate that the exif pane is empty
|
2009-03-04 |
nadvornik |
prepared exif pane for popup menu
|
2009-03-04 |
zas_ |
layout_status_update_pixel_cb(): cleanup and optimization, drop pango markup in i18n string, use a small function to calculate numbers length, only allocate text when needed.
|
2009-03-04 |
nadvornik |
dnd from advanced exif window to exif pane
|
2009-03-04 |
nadvornik |
Display pixel coordinates and rgb - patch by Ruben Stein
|
2009-03-03 |
nadvornik |
reorder exif pane entries with drag and drop
|
2009-03-02 |
nadvornik |
overlay now survives image split
|
2009-03-02 |
zas_ |
Random tidy up.
|
2009-03-02 |
zas_ |
Fix memleak in previous patch.
|
2009-03-02 |
zas_ |
Add a directory separator at the end of names in tab completion list to indicate directories.
|
2009-03-01 |
zas_ |
Align exif labels vertically (visually better since name is now smaller than value).
|
2009-03-01 |
zas_ |
Update POTFILES.in and french translation.
|
2009-03-01 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
2009-03-01 |
nadvornik |
make the exif pane grow-only - this reduces sidebar jumping
|
2009-03-01 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
|
2009-03-01 |
zas_ |
Clarify colorspace determination (exif 2.2/2.21).
|
2009-03-01 |
zas_ |
Enable 'Use profile from image' item of color management menu only if such profile information is available from image.
|
2009-03-01 |
zas_ |
Improve file checks using is_readable_file().
|
2009-03-01 |
zas_ |
Only attempt to read exif if the file is readable.
|
2009-03-01 |
zas_ |
Introduce is_readable_file() which test if file exists, is regular and readable.
|
2009-03-01 |
zas_ |
image_select(), image_set_selectable(): tidy up.
|
2009-03-01 |
zas_ |
Indentation fixes.
|
2009-03-01 |
zas_ |
image_post_process_color(): remove exif parameter, just extract it when needed.
|
2009-03-01 |
zas_ |
Slightly modify access_file() and use it to test profile files existence and read access.
|
2009-03-01 |
zas_ |
Add an ellipse when the file name is truncated.
|
2009-03-01 |
zas_ |
In the side bar, display the filename without the 'Filename:' prefix and makes it centered. Allow to select it for copy'n'paste.
|
2009-03-01 |
nadvornik |
dropped ExifUIList
|
2009-03-01 |
nadvornik |
do not use separate list of entries, rely on vbox
|
2009-03-01 |
nadvornik |
fixed possible crash
|
2009-02-28 |
nadvornik |
rewritten exif pane to support arbitrary number of entries
|
2009-02-28 |
zas_ |
max value -> value. Shorter.
|
2009-02-28 |
zas_ |
Add missing space between while and first parenthesis.
|
2009-02-28 |
zas_ |
Add missing space between switch and first parenthesis.
|
2009-02-28 |
zas_ |
No space between function name and first parenthesis, it eases greping (see CODING).
|
2009-02-28 |
zas_ |
Prevent Gtk assertion failures when no icon is set.
|
2009-02-28 |
nadvornik |
show histogram label in the title
|
2009-02-28 |
nadvornik |
give the panes more control over expander title
|
2009-02-28 |
zas_ |
Color profiles menu: test for file access before allowing to select it as input profile.
|
2009-02-28 |
nadvornik |
load icons for external editors
|
2009-02-28 |
zas_ |
Use g_utf8_casefold() to compare keywords, uppercased/lowercased keywords are now matched against predefined list.
|
2009-02-28 |
nadvornik |
fixed bar_histogram headers
|
2009-02-28 |
zas_ |
Minor simplification and cleanup.
|
2009-02-28 |
zas_ |
image_change_complete(): reduce code redundancy and implify.
|
2009-02-28 |
nadvornik |
fixed overlay configuration
|
2009-02-28 |
nadvornik |
save and restore toolbar configuration
|