- Mar 04, 2006
-
-
Daichi Kawahata authored
(Old svn revision: 20202)
-
- Mar 03, 2006
-
-
Stavros Giannouris authored
* po/el.po: Updated Greek translations. (Old svn revision: 20199)
-
- Mar 02, 2006
-
-
Benedikt Meurer authored
* configure.in.in, thunar/thunar-gdk-pixbuf-extensions.{c,h}, thunar/thunar-icon-renderer.c: Some of the gdk-pixbuf extensions were moved to libexo. Use the libexo ones. (Old svn revision: 20174)
-
Daichi Kawahata authored
(Old svn revision: 20172)
-
Benedikt Meurer authored
* thunar/thunar-stock.{c,h}, thunar/thunar-create-dialog.c, thunar/thunar-standard-view.c: Add stock items THUNAR_STOCK_RENAME and THUNAR_STOCK_CREATE and use them for the create and rename dialogs. Bug #1523. * po/de.po: Fix german translations. (Old svn revision: 20170)
-
Benedikt Meurer authored
* configure.in.in: Add zh_TW to XDT_I18N(). * THANKS: Add translator credits for Hydonsingore Cia <hydonsingore@mail.educities.edu.tw>. (Old svn revision: 20168)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(thunar_standard_view_get_drop_file): Allow to drop into full details view. Thunar will accept drops to the current folder on all non-executable regular files. Bug #1343. (Old svn revision: 20166)
-
Daichi Kawahata authored
(Old svn revision: 20165)
-
Daichi Kawahata authored
(Old svn revision: 20164)
-
Hydonsingore Cia authored
(Old svn revision: 20163)
-
Daichi Kawahata authored
(Old svn revision: 20161)
-
Daichi Kawahata authored
(Old svn revision: 20160)
-
Daichi Kawahata authored
(Old svn revision: 20159)
-
Benedikt Meurer authored
* po/de.po: Fix typo. (Old svn revision: 20153)
-
Benedikt Meurer authored
* po/*.po: Previous commit removed the semicolons from the "Recommended applications" and "Other applications" strings. Update the po files accordingly. (Old svn revision: 20152)
-
Benedikt Meurer authored
* thunar-uca/thunar-uca-chooser.c(thunar_uca_chooser_init): Fix the vertical icon alignment. * thunar-uca/thunar-uca-editor.c(thunar_uca_editor_command_clicked): Verify that an absolute filename is given. Else GtkFileChooser will complain. * thunar-uca/thunar-uca-editor.c(thunar_uca_editor_icon_clicked): Same story. * thunar/thunar-dialogs.c, thunar/thunar-dialogs.c, thunar-uca/thunar-uca-chooser.c, thunar-uca/thunar-uca-provider.c: "%s." is really not something that must be translated. * thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.{c,h}: Use bold font for the titles. * po/Thunar.pot, po/*.po: Update po files. * po/de.po: Updated the german translations. Thanks to Fabian Nowak <timystery@arcor.de>. (Old svn revision: 20151)
-
- Mar 01, 2006
-
-
Benedikt Meurer authored
* docs/manual/C/Thunar.xml.in: Add "Frequently Asked Questions". * thunar/thunar-location-buttons.c(thunar_location_buttons_clicked): Make sure the new active button is visible on the location button bar. * ThunarHelp.in, Makefile.am: Add ThunarHelp script, which is used to display the Thunar user manual. * thunar/thunar-dialogs.{c,h}, thunar/Makefile.am: Add new helper method thunar_dialogs_show_help(), which is used to open the documentation browser. * thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Contents" item to the "Help" menu. * thunar/thunar-chooser-button.c(thunar_chooser_button_file_changed): Fix typo. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Updated the german translations. (Old svn revision: 20145)
-
Benedikt Meurer authored
* configure.in.in, docs/Makefile.am, docs/manual/: Import initial parts of the user manual. * HACKING: Update repository URLs. * docs/README.volumes: Update notes. (Old svn revision: 20140)
-
- Feb 28, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-details-view.c, thunar/thunar-icon-view.c, thunar/thunar-standard-view.{c,h}: Remember the scroll offset when changing directory and apply saved scroll offset once a folder is loaded again. (Old svn revision: 20131)
-
- Feb 27, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-path-entry.c(thunar_path_entry_common_prefix_append): Do not append a slash for the current directory. Otherwise a slash will automatically be appended while browsing folders under certain conditions, and the slash will be selected, but that is not what we want. (Old svn revision: 20123)
-
Benedikt Meurer authored
* thunar/thunar-create-dialog.c(thunar_create_dialog_init): Use "Create" instead of "Ok" for the button label. * thunar/thunar-standard-view.c: Add tooltip for the "Paste Files" action. Update the tooltip for the "Paste Files into Folder" action. * thunar/thunar-standard-view.c(thunar_standard_view_action_rename): Use "Rename" instead of "Ok" for the button label. (Old svn revision: 20114)
-
Benedikt Meurer authored
* thunar/main.c, thunar/thunar-application.{c,h}, thunar/thunar-dbus-client.{c,h}, thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c, po/Thunar.pot, po/*.po: Revert the previous commit. Lightweight session management won't work for Thunar, instead XSM should be implemented. Bug #1415. (Old svn revision: 20107)
-
- Feb 26, 2006
-
-
Benedikt Meurer authored
* thunar/main.c, thunar/thunar-application.{c,h}, thunar/thunar-dbus-client.{c,h}, thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c: Add session management support based on the ExoXsessionClient class. Bug #1415. * po/Thunar.pot, po/*.po: Update translations. (Old svn revision: 20105)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(thunar_standard_view_drag_begin): Release the drag path list, just in case drag_end() wasn't called before (Gtk+ is somewhat buggy here, but I wasn't able to locate the bug yet). * thunar/thunar-window.c(thunar_window_action_location_bar_changed): Add "reload" button to the toolbar. * thunar/thunar-shortcuts-view.c, thunar/thunar-details-view.c: Use ExoTreeView, which provides a tree view with single-click support. * thunar/thunar-standard-view.c, thunar/thunar-icon-view.c: The internal widgets now both provide the "single-click" property, so we can connect it in the ThunarStandardView constructor. (Old svn revision: 20085)
-
- Feb 25, 2006
-
-
Stavros Giannouris authored
* el.po: Updated Greek translations (Old svn revision: 20064)
-
Benedikt Meurer authored
* configure.in.in: Bump soname. * thunar-vfs/thunar-vfs-info.{c,h}: Add working_directory parameter to thunar_vfs_info_execute() to allow xfdesktop to launch applications with $HOME as working directory, as requested on the xfce mailing list. Bug #1473. * docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml: Update API docs. * thunar/thunar-file.c(thunar_file_execute): Update to the new API. (Old svn revision: 20059)
-
Benedikt Meurer authored
* configure.in.in: And of course eu and sv. * configure.in.in: Set PACKAGE_BUGREPORT to thunar-dev@xfce.org. (Old svn revision: 20058)
-
Benedikt Meurer authored
* configure.in.in: And add fi to XDT_I18N(). (Old svn revision: 20057)
-
Benedikt Meurer authored
* THANKS: Add translator credits for Jari Rahkonen (fi). (Old svn revision: 20056)
-
Daichi Kawahata authored
(Old svn revision: 20045)
-
Daichi Kawahata authored
(Old svn revision: 20043)
-
Daichi Kawahata authored
(Old svn revision: 20042)
-
- Feb 24, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-volume-hal.c(thunar_vfs_volume_hal_update): All volumes provided by USB devices are now marked as removable. * thunar/thunar-shortcuts-model.c(thunar_shortcuts_model_iter_for_file): Also check volumes here. (Old svn revision: 20033)
-
Benedikt Meurer authored
* thunar-uca/thunar-uca-chooser.c: Fix two typos that already survived for too long. (Old svn revision: 20031)
-
Benedikt Meurer authored
* THANKS: Add translator credits for Piarres Beobide (eu) and Daniel Nylander (sv). (Old svn revision: 20030)
-
Benedikt Meurer authored
* thunar/thunar-details-view.c(thunar_details_view_button_press_event), thunar/thunar-shortcuts-view.c (thunar_shortcuts_view_button_press_event): Properly verify the event modifier state according to the default modifier mask. * thunar/thunar-icon-view.c: Add interactive search capabilities to the ThunarIconView based on the latest changes to ExoIconView. Bug #1359. (Old svn revision: 20029)
-
Daichi Kawahata authored
(Old svn revision: 20026)
-
Benedikt Meurer authored
* autogen.sh: Be sure to run svn info with LC_ALL=C. (Old svn revision: 20022)
-
Benedikt Meurer authored
* thunar/thunar-shortcuts-model.{c,h}, thunar/thunar-shortcuts-view.c: Make sure the path is still valid when renaming. Update the shortcuts rename to alter the mode of ThunarTextRenderer, rather than the "editable" property, which is not valid for ThunarTextRenderer. (Old svn revision: 20021)
-
Benedikt Meurer authored
* thunar/thunar-location-bar.{c,h}, thunar/thunar-window.c, thunar/thunar-location-buttons.c, thunar/thunar-location-dialog.{c,h}, thunar/thunar-location-entry.c, thunar/thunar-standard-view.{c,h}: Focus the location selector when the user types "/" or "~" into the main view, to stay compatible with GtkFileChooser. (Old svn revision: 20013)
-