Od tamtego czasu aplikacja trochę się rozwinęła

Zmiany:
+ Fixed tollbutton sensitivity bug on main window;
+ Updated PythonMagickWand to newer Imagemagick versions;
+ Standard setup provided;
+ Uninstaller provided;
+ Command line access;
+ Sox dependence now is optional;
+ Added a GUI written with Tkinter to report missing dependencies;
+ Added library version control;
+ Added gamma correction to Dcraw GUI;
+ Added Median filter to Dcraw GUI (A slow function that can be an effective remedy against iso-noise);
+ New multi-threaded thumbnail generator for faster gallery loading;
+ Possibility to open files and folders dropped from window manager;
+ Desktop Entry specification compatibility permits to right click a file and open with/gtkrawgallery, and associating raw images as all common image formats to be opened with GTKRawGallery;
+ New Sqlite3 dependence;
+ Album preview autorotation;
+ Fast tag search with database support;
+ Synchronize database tool (see README);
+ Metadata writing now is optional;
+ New "Write metadata" button on tag panel;
+ Metadata processing was switched to a separate thread and progressbar window can be minimized;
+ "Clear database" button was added to the configuration dialog;
+ Image tags were added on thumbnail tooltip;
+ Keywords tag was added to exif list;
+ Sorted directory tree;
+ Hidden folders access;
+ Updated Pythonmagickwand to Imagemagick 6.5.3
+ Thumbnail quality was improved;
+ Smoother crop selection (rewritten with cairo);
+ thumbnails loading was switched to a separate thread to unblock details window;
+ Opening folder or album during gallery loading was unblocked;
+ Image zooming was unabled also in not full size workflow mode;
+ Temporary directories were made into the system /tmp folder;
+ Settings database was stored into the /home/$user/.GTKRawGallery directory;
+ Fixed "trembling" bug on image dragging;
+ Fixed a bug on grep_image_size function;
+ Fixed a bug on rename function when overwrite dialog is called;
+ Fixed "NULL size bug" on scale function;
+ Fixed autorotation bug when "cache thumbnail" option was unchecked;
+ Added thumbnail modification control on thumbnail generator;
+ Delete function was rewritten to avoid gallery reloading on layout 3 and quickly deleting wrong photos;
+ New "delete" button was added on details window;
+ The "remove from album" menuitems were removed and unified with "delete" function;
+ Added shortcuts;
+ Removed Fullscreen and Slideshow toolbuttons from details window;
+ Smoother slideshow's fading transition;
+ Details window shrinkage was unblocked for TwinView video mode;
+ "wand2pixbuf" function was improved;
+ Added exception handlers where needed;
+ Exiftool warning report;
+ Many code optimizations and fixes;