- Sep 02, 2006
-
-
Benedikt Meurer authored
* docs/reference/thunar-vfs/, thunar-vfs/: Update the thunar-vfs reference manual. * po/cs.po: Update czech translations by Michal Várady <miko.vaji@gmail.com>. * po/it.po: Update italian translations by Roberto Pariset <robdebian@gmail.com>. * po/pl.po: Update polish translations by Szymon KaÅasz <szymon_maestro@gazeta.pl>. (Old svn revision: 22992)
-
SZERVÁC Attila authored
(Old svn revision: 22985)
-
- Sep 01, 2006
-
-
SZERVÁC Attila authored
(Old svn revision: 22973)
-
Benedikt Meurer authored
* thunar/thunar-list-model.c: GMemChunk in GLib 2.10 and above is not only inefficient, but also continously leaks memory. Therefore we don't use GMemChunk anymore, but use GSList directly. (Old svn revision: 22972)
-
- Aug 31, 2006
-
-
Benedikt Meurer authored
* docs/Thunar.xml, docs/Makefile.am: Add manual page for Thunar. Bug #1650. (Old svn revision: 22971)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-volume-hal.c(thunar_vfs_volume_hal_eject): Unmount volumes prior to ejecting them if they are currently mounted. Bug #2236. (Old svn revision: 22959)
-
Jari Rahkonen authored
(Old svn revision: 22958)
-
- Aug 30, 2006
-
-
Piarres Beobide authored
(Old svn revision: 22948)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-io-local.c, thunar-vfs/thunar-vfs-os-generic.c, thunar/thunar-shortcuts-view.c(thunar_shortcuts_view_drag_leave), thunar/thunar-tree-view.c(thunar_tree_view_drag_leave): Enable compilation with Sun Studio Pro. Bug #1852. (Old svn revision: 22946)
-
Benedikt Meurer authored
* thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Empty Trash" action to "File" and folder context menu, which is only visible when displaying the trash root folder. Bug #2238. (Old svn revision: 22945)
-
- Aug 29, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-column-editor.c, thunar/thunar-preferences-dialog.c, thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-location-dialog.c, thunar/thunar-permissions-chooser.c, thunar/thunar-create-dialog.c: Add helper function thunar_gtk_label_set_a11y_relation(), which sets up the ATK_RELATION_LABEL_FOR for a label and a widget, so we don't need to repeat the same code over and over again. (Old svn revision: 22937)
-
Benedikt Meurer authored
* thunar/thunar-file.{c,h}, thunar/thunar-location-button.c, thunar/thunar-shortcuts-model.c: Add desktop shortcut to the shortcuts pane, and use a special icon for the desktop folder. Bug #2235. * thunar/thunar-chooser-button.c, thunar/thunar-chooser-dialog.c, thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-location-buttons.c, thunar/thunar-renamer-dialog.c, thunar/thunar-shortcuts-view.c, thunar/thunar-standard-view.c, thunar/thunar-tree-view.c: Add helper method thunar_gtk_menu_run(), which takes care of running a GtkMenu in a separate main loop, placing the menu on the appropriate screen first. (Old svn revision: 22936)
-
Hydonsingore Cia authored
(Old svn revision: 22935)
-
Benedikt Meurer authored
* docs/README.gtkrc, docs/README.thunarrc, thunar/: Revert location bar related changes to the previous user interface, because the new user interface wastes too much space, and makes the file manager look busy. * po/POTFILES.in: Synchronize file list. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22934)
-
SZERVÁC Attila authored
(Old svn revision: 22933)
-
- Aug 28, 2006
-
-
Jari Rahkonen authored
(Old svn revision: 22927)
-
Piarres Beobide authored
(Old svn revision: 22925)
-
Benedikt Meurer authored
* thunar/thunar-window.c: Add warning text to the window when running as super user. Bug #2218. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22923)
-
SZERVÁC Attila authored
(Old svn revision: 22922)
-
Benedikt Meurer authored
* thunar/thunar-window.c(action_entries), thunar/thunar-stock.{c,h}: Use "gnome-fs-home" instead of "gtk-home" as icon for Home for consistency. * thunar/thunar-window.c(action_entries): Fix a mnemonic clash. * thunar/thunar-window.c(thunar_window_current_directory_changed): Use "<folder> - File Manager" for the title to make it easier to indentify file manager windows in the taskbar. * thunar/thunar-create-dialog.c, thunar/thunar-permissions-chooser.c, thunar/thunar-standard-view.c: No need to include thunar-stock.h here anymore. * thunar/thunar-history.c(thunar_history_init): Consider "back" as an important action wrt to the appearance in the toolbar. * thunar/thunar-window-ui.xml, thunar/thunar-window.c: Decouple the location bar from the toolbar by separating them into "Location Bar" and "Main Toolbar". Bug #1349. * thunar/thunar-preferences.c, docs/README.thunarrc: Add new options LastLocationBarVisible and LastToolbarVisible, which control the visibility of the "Location Bar" and "Main Toolbar". Add new option LastNavigationBarEntry, which controls whether the navigation bar will display the path entry widget by default. * thunar/thunar-gtk-extensions.{c,h}: Add new helper function thunar_gtk_action_set_tooltip(), which changes the tooltip of a GtkAction. * thunar/thunar-navigation-bar.{c,h}, thunar/thunar-path-button.{c,h}, thunar/thunar-navigation-bar-ui.xml, thunar/thunar-path-bar.{c,h}, thunar/thunar-location-button.{c,h}, thunar/thunar-location-bar.{c,h}, thunar/thunar-location-buttons-ui.xml, docs/README.gtkrc, thunar/thunar-location-buttons.{c,h}, thunar/Makefile.am, thunar/thunar-location-entry.{c,h}, thunar/thunar-marshal.list, thunar/thunar-shortcuts-pane.c, thunar/thunar-shortcuts-view.c, thunar/thunar-tree-pane.c, thunar/thunar-tree-view.c, thunar/thunar-window-ui.xml, thunar/thunar-window.c: Synchronize the latest user interface changes in GtkFileChooser. This way the location bar will be used for both the path bar and the path entry widgets, and a simple toggle button controls whether the path entry is visible. This way (nearly) the full width of the window is avail- able for the path bar. Bug #2060. * thunar/thunar-gtk-extensions.{c,h}: Drop now obsolete helper function thunar_gtk_action_group_create_tool_item() as it's no longer used. * thunar/thunar-location-dialog.c(thunar_location_dialog_init): Reduce translation overhead and don't use a mnemonic here. It was pretty useless anyway. * thunar/thunar-preferences.c, docs/README.thunarrc: Remove now obsolete option LastLocationBar. * po/POTFILES.in: Synchronize file list. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22920)
-
- Aug 27, 2006
-
-
Jean-François Wauthy authored
(Old svn revision: 22905)
-
Jean-François Wauthy authored
(Old svn revision: 22902)
-
Jean-François Wauthy authored
(Old svn revision: 22901)
-
- Aug 26, 2006
-
-
Stavros Giannouris authored
(Old svn revision: 22898)
-
SZERVÁC Attila authored
(Old svn revision: 22896)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(action_entries): Do not register an additional accelerator for "Select all Files", instead rely on the key bindings registered by ExoIconView/GtkTreeView. Bug #2036. (Old svn revision: 22891)
-
Benedikt Meurer authored
* plugins/thunar-uca/thunar-uca-model.c(thunar_uca_model_parse_argv): Substitute %d properly. Bug #2214. * thunar/thunar-gdk-pixbuf-extensions.{c,h}, thunar/Makefile.am, thunar/thunar-icon-factory.c, thunar/thunar-icon-renderer.c: Use exo_gdk_pixbuf_frame() instead of thunar_gdk_pixbuf_frame() and drop the GdkPixbuf extensions. * thunar-vfs/thunar-vfs-pixbuf-thumbnailer.c, thunar/Makefile.am: Use exo_gdk_pixbuf_new_from_file_at_max_size() for the pixbuf thumbnai- ler. * configure.in.in, README, thunar-vfs/thunar-vfs-font-thumbnailer.c, thunar-vfs/thunar-vfs-update-thumbnailers-cache.c, thunar-vfs/Makefile.am: Import the font thumbnailer, which uses freetype 2.x (if available) to generate a thumbnail of a font file. * plugins/thunar-uca/thunar-uca-editor.c: Use ExoIconChooserDialog to select an icon for a custom action. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22885)
-
- Aug 24, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-renamer-model.c, thunar/thunar-shortcuts-model.c: Fix two typos in the tree model implementations. * configure.in.in, thunar-vfs/thunar-vfs-private.h, thunar/thunar-private.h: Use -DNDEBUG in release builds and -GG_ENABLE_DEBUG only for full debug builds. (Old svn revision: 22870)
-
Pau Rullan Ferragut authored
* Update Catalan translation of Thunar package (Old svn revision: 22865)
-
- Aug 19, 2006
-
-
Jean-François Wauthy authored
(Old svn revision: 22835)
-
Hydonsingore Cia authored
(Old svn revision: 22832)
-
Jean-François Wauthy authored
(Old svn revision: 22829)
-
Jean-François Wauthy authored
(Old svn revision: 22828)
-
- Aug 17, 2006
-
-
Jari Rahkonen authored
(Old svn revision: 22809)
-
- Aug 15, 2006
-
-
Piarres Beobide authored
(Old svn revision: 22786)
-
Jean-François Wauthy authored
(Old svn revision: 22780)
-
- Aug 14, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-path.c(thunar_vfs_path_list_to_string): Use CRLF for text/uri-list, as specified by RFC 2483. Bug #2166. (Old svn revision: 22757)
-
- Aug 13, 2006
-
-
SZERVÁC Attila authored
(Old svn revision: 22735)
-
- Aug 12, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-private.h, thunar-vfs/*.c: Several cleanups in the error handling. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22734)
-
Benedikt Meurer authored
* thunar/thunar-history-action.{c,h}, thunar/thunar-history.c, thunar/Makefile.am: Add "back" and "forward" menus to the history support module. Bug #1782. * thunar/thunar-create-dialog.c, thunar/thunar-standard-view.c, thunar/thunar-stock.{c,h}: We don't really need stock items for create and rename. Instead use labels with mnemonics. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22732)
-