# 1.2.4 # ############################################################################## 2007-06-08 koos * src/gnome-cmd-dir.cc: * src/gnome-cmd-dir.h: * src/gnome-cmd-mkdir-dialog.cc: Make parent directories as needed ('mkdir -p' like) 2007-06-05 Piotr Eljasiak * src/gnome-cmd-user-actions.cc: Added "file.delete" action * src/gnome-cmd-user-actions.cc: Added shortcut CTRL+SHIFT+C as 'Copy selected file names to clipboard' 2007-06-05 Dirk Göttel * data/gnome-commander.ebuild: Updated ebuild file for gentoo systems 2007-05-28 Piotr Eljasiak * src/utils.h: Added stringify() functions 2007-05-23 Piotr Eljasiak * src/gnome-cmd-user-actions.cc: Added 'Licence' button to about dlg 2007-05-14 Piotr Eljasiak * src/libgviewer/text-render.c: Fixed bug #352253 (scrolling behaviour of the viewer) 2007-05-13 Piotr Eljasiak * src/useractions.cc: Added modifier for winkey Added added aliases and for respectively and modifiers 2007-05-08 Piotr Eljasiak * src/gnome-cmd-file-props-dialog.c: Added 'help' button to file-props dlg 2007-05-07 Piotr Eljasiak * src/gnome-cmd-file-list.cc: * src/gnome-cmd-file-list.h: * src/gnome-cmd-user-actions.cc: Yet another fix for diff tool * plugins/python/Makefile.am: * plugins/python/sha1sum/Makefile.am: * plugins/python/sha1sum/sha1sum.py: Addded SHA-1 plugin 2007-05-01 Piotr Eljasiak * src/data.cc: gdk_key_names.add(...) --> load_data (gdk_key_names, ...) 2007-04-30 Piotr Eljasiak * src/Makefile.am: * src/widget-factory.cc: * src/widget-factory.h: Inline create_clist_combo() function, remove widget-factory.cc 2007-04-28 koos * src/gnome-cmd-plain-path.cc: Fixed bug #360175 (crash while entering a dir with %) 2007-04-28 Piotr Eljasiak * src/gnome-cmd-user-actions.cc: * src/gnome-cmd-user-actions.h: Added "no.action" to user actions 2007-04-27 Piotr Eljasiak * src/dirlist.cc: i18 of progress bar message * src/gnome-cmd-file-popmenu.cc: Fixed crash when right clicking on any file. 2007-04-16 Piotr Eljasiak * src/Makefile.am: * src/dict.h: More generalized version of DICT<> class 2007-04-04 Piotr Eljasiak * src/gnome-cmd-data.cc: Set default "/options/date_disp_mode" to "%x %R" * src/gnome-cmd-bookmark-dialog.cc: * src/gnome-cmd-cmdline.cc: * src/gnome-cmd-file-list.cc: * src/gnome-cmd-ftp-dialog.cc: * src/gnome-cmd-main-menu.cc: * src/gnome-cmd-main-win.cc: * src/gnome-cmd-main-win.h: * src/gnome-cmd-mkdir-dialog.cc: * src/gnome-cmd-python-plugin.cc: * src/gnome-cmd-search-dialog.cc: * src/gnome-cmd-user-actions.cc: Replace all gnome_cmd_main_win_get_{active,inactive}_fs(...) with equivalent gnome_cmd_main_win_get_fs (...,{ACTIVE,INACTIVE}) 2007-04-03 Piotr Eljasiak * src/gnome-cmd-user-actions.cc: Added shortcut CTRL+5 to md5sum python plugin * src/gnome-cmd-main-menu.cc: * src/gnome-cmd-user-actions.cc: * src/gnome-cmd-user-actions.h: Support for directory synchronizing 2007-04-02 Piotr Eljasiak * src/gnome-cmd-data.cc: * src/gnome-cmd-user-actions.cc: More intuitive usage of diff tool 2007-03-31 koos * src/utils.cc: Removed gtk dialog warning 2007-03-26 Piotr Eljasiak * src/gnome-cmd-data.cc: * src/gnome-cmd-data.h: * src/gnome-cmd-file-list.cc: * src/gnome-cmd-file-selector.cc: * src/gnome-cmd-user-actions.cc: * src/gnome-cmd-user-actions.h: Added support for user defined shortcuts (via configuration file) 2007-03-20 Piotr Eljasiak * src/gnome-cmd-cmdline.c: Added 'cd -' for changing to the previous working directory from the cmdline 2007-03-18 Piotr Eljasiak * src/gnome-cmd-file-selector.cc: Fix for wrong display of subdirs files selected with SPACE 2007-03-16 Piotr Eljasiak * src/gnome-cmd-file-popmenu.cc: Fixed problem #412162 (build with --enable-python=no) 2007-03-12 koos * src/gnome-cmd-file-list.cc: * src/gnome-cmd-file-selector.cc: * src/gnome-cmd-file.cc: * src/gnome-cmd-file.h: Display total size of files in subirs selected with SPACE 2007-03-11 Dušan Hokův * src/gnome-cmd-main-win.cc: Made i18n for toolbar tips working again 2007-03-06 Piotr Eljasiak * po/POTFILES.in: * src/gnome-cmd-file-selector.cc: * src/gnome-cmd-main-menu.cc: * src/gnome-cmd-main-win.cc: * src/gnome-cmd-user-actions.cc: * src/gnome-cmd-user-actions.h: * src/main.cc: * src/utils.cc: Initial support for user defined shortcuts (via configuration file) 2007-03-05 Piotr Eljasiak * src/Makefile.am: * src/dict.cc: * src/dict.h: Generic dictionary class (std::string <-> typename T) 2007-03-02 Piotr Eljasiak * src/gnome-cmd-file-popmenu.cc: Added app name to "_Open" item in RMB menu 2007-02-28 Piotr Eljasiak * src/gnome-cmd-file.cc: * src/gnome-cmd-ftp-dialog.cc: * src/useractions.cc: * src/utils.cc: * src/utils.h: C++: inline the most popular functions * src/gnome-cmd-advrename-lexer.l: Migration to C++ * src/*.cc: C++: add 'using namespace std' 2007-02-25 Piotr Eljasiak * src/gnome-cmd-file-popmenu.cc: Fixed problem with RMB popoup menu. 2007-02-24 Piotr Eljasiak * src/*.{c,h}: Migration to C++ 2007-02-20 * po/POTFILES.in: * src/Makefile.am: * src/gnome-cmd-smb-auth.c: * src/gnome-cmd-smb-auth.h: * src/main.c: Added SMB authentication 2007-02-19 Piotr Eljasiak * src/gnome-cmd-dir.c: * src/gnome-cmd-dir.h: * src/gnome-cmd-file.c: * src/gnome-cmd-path.c: * src/gnome-cmd-plain-path.c: * src/gnome-cmd-python-plugin.c: * src/useractions.c: Fix for active/inactive dir paths passed to python plugins 2007-02-16 Piotr Eljasiak * src/tags/gnome-cmd-tags-doc.c: * src/tags/gnome-cmd-tags-doc.h: * src/tags/gnome-cmd-tags-exif.c: * src/tags/gnome-cmd-tags-exif.h: * src/tags/gnome-cmd-tags-icc.c: * src/tags/gnome-cmd-tags-icc.h: * src/tags/gnome-cmd-tags-id3.c: * src/tags/gnome-cmd-tags-id3.h: * src/tags/gnome-cmd-tags-iptcdata.c: * src/tags/gnome-cmd-tags-iptcdata.h: * src/tags/gnome-cmd-tags-libs.h: Define gcmd_tags_*_is_supported() as macros 2007-02-15 Piotr Eljasiak * src/tags/Makefile.am: * src/tags/gnome-cmd-tags-exif.c: * src/tags/gnome-cmd-tags-exif.h: * src/tags/gnome-cmd-tags-icc.c: * src/tags/gnome-cmd-tags-icc.h: * src/tags/gnome-cmd-tags-iptcdata.c: * src/tags/gnome-cmd-tags-iptcdata.h: * src/tags/gnome-cmd-tags-libs.c: * src/tags/gnome-cmd-tags-libs.h: * src/tags/gnome-cmd-tags.c: Split gcmd_tags_*() functions into separate files 2007-02-14 koos * src/tags/gnome-cmd-tags.c: Fix build error (partially revert commit #697) 2007-02-05 Piotr Eljasiak * src/Makefile.am: * src/libgviewer/Makefile.am: * tests/gviewer/Makefile.am: Link libgviewer library statically 2007-02-03 Piotr Eljasiak * configure.in: * data/gnome-commander.spec.in: * src/Makefile.am: * src/gnome-cmd-advrename-dialog.c: * src/gnome-cmd-advrename-lexer.l: * src/gnome-cmd-file.c: * src/gnome-cmd-file.h: * src/main.c: * src/tags/Makefile.am: * src/tags/gnome-cmd-tags-audio.h: * src/tags/gnome-cmd-tags-doc.c: * src/tags/gnome-cmd-tags-doc.h: * src/tags/gnome-cmd-tags-id3.h: * src/tags/gnome-cmd-tags.c: * src/tags/gnome-cmd-tags.h: * src/utils.c: Added support for OLE and ODF metags in advanced file rename templates 2007-02-01 Piotr Eljasiak * configure.in: * data/gnome-commander.spec.in: Added build and runtime deps for python and gnome-python2-gnomevfs * src/gnome-cmd-python-plugin.c: Fixed build warning 2007-01-29 Piotr Eljasiak * plugins/fileroller/file-roller-plugin.c: * src/gnome-cmd-file-selector.c: * src/gnome-cmd-file-selector.h: * src/gnome-cmd-main-win.c: * src/gnome-cmd-smb-path.c: * src/libgviewer/inputmodes.c: * src/tags/gnome-cmd-tags.c: Fixed some build warnings 2007-01-28 Mike Crash * src/libgviewer/search-dlg.c: Make search entry selected by default * src/gnome-cmd-search-dialog.c: Fixed bug #351952 (crash while doing a content search) 2007-01-25 Mike Crash * src/gnome-cmd-rename-dialog.c: Added GDK_KP_Enter handling 2007-01-14 Piotr Eljasiak * Makefile.am: * configure.in: * data/gnome-commander.spec.in: * m4/python.m4: * pixmaps/Makefile.am: * pixmaps/python-plugin.svg: * plugins/Makefile.am: * plugins/python/Makefile.am: * plugins/python/md5sum/Makefile.am: * plugins/python/md5sum/md5sum.py: * po/POTFILES.in: * src/Makefile.am: * src/gnome-cmd-con.c: * src/gnome-cmd-dir-pool.c: * src/gnome-cmd-file-popmenu.c: * src/gnome-cmd-python-plugin.c: * src/gnome-cmd-python-plugin.h: * src/main.c: * src/utils.c: Added support for python plugins 2007-01-14 koos * src/gnome-cmd-file-selector.c: Fixed bug #371948 and #388970 (file path not escaped) 2007-01-10 Pema Geyleg * configure.in: Added 'dz' to ALL_LINGUAS. 2006-12-28 Mamoru Tasaka * data/gnome-commander.spec.in: Clean up 2006-12-21 Piotr Eljasiak * src/gnome-cmd-list-popmenu.c: * src/gnome-cmd-main-win.c: Use GNOMEUIINFO_* helpers 2006-12-20 Piotr Eljasiak * src/gnome-cmd-prepare-copy-dialog.c: * src/gnome-cmd-prepare-move-dialog.c: * src/gnome-cmd-xfer.c: * src/utils.c: Set default action to 'Replace' for overwriting confirmation dialog The dialog can be closed with ESC now 2006-12-18 koos * src/gnome-cmd-file-list.c: Prevent gcmd from editing dirs 2006-12-18 Henry Yonathan * src/gnome-cmd-main-win.c: Added shortcut CTRL+\ as 'Go to the root dir' Added shortcut CTRL+` as 'Go to the home dir' 2006-12-17 Piotr Eljasiak * configure.in: * data/gnome-commander.spec.in: Use version requirements for rpm from configure.in 2006-12-17 Stephanos Manos * data/gnome-commander.spec.in: Removed unnecessary .a libs from rpm Added dependencies for optional libs 2006-12-14 Henry Yonathan * src/gnome-cmd-file-list.c: Prevent int-viewer from opening dirs 2006-12-12 Stephanos Manos * data/gnome-commander.spec.in: Minor cleanups/fixes to make rpmlint silent 2006-12-12 sstanev * configure.in: Added bg in ALL_LINGUAS 2006-12-11 Piotr Eljasiak * configure.in: Bumped version to 1.2.4 ##############################################################################