- Feb 01, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(thunar_standard_view_scroll_event): Zoom-in on scroll down, zoom-out on scroll up, to be compatible with Firefox. (Old svn revision: 19710)
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c: Open a dialog when renaming a file. Bug #1413. * thunar/thunar-standard-view.c(thunar_standard_view_action_delete): Use "Cancel" and "Delete" buttons in the delete confirmation dialog, as suggested by Jasper. * thunar/thunar-progress-dialog.c(thunar_progress_dialog_error), thunar/thunar-permissions-chooser.c (thunar_permissions_chooser_job_error): Use "Close" button for the error dialogs. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Some work on the german translations. * docs/reference/thunar-vfs/tmpl/: Update thunar-vfs API docs. (Old svn revision: 19709)
-
Benedikt Meurer authored
* thunar/thunar-properties-dialog.c: Don't recreate plugin pages if the file changes, but instead let the plugins connect to the file's "changed" signal and update their user interface appropriately. Bug #1355. (Old svn revision: 19707)
-
Benedikt Meurer authored
* thunar/thunar-file.{c,h}, thunarx/thunarx-file-info.{c,h}, thunarx/thunarx.symbols: Move "changed" and "renamed" signals from ThunarFile to ThunarxFileInfo, so plugins can use these signals to stay informed about changes to files. First part of bug #1354. * docs/reference/thunarx/: Update the API documentation. * thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs-types.h: Drop the inode field from the ThunarVfsInfo struct, as we don't need it anyway and it can cause trouble with systems where ino_t's size depends on whether largefile support is active or not. (Old svn revision: 19706)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-scandir.c: Use g_access() if available. * thunar-vfs/thunar-vfs-info.c(_thunar_vfs_info_new_internal): Fix a bug where the path name was g_free()'d for .desktop files with non ASCII file names. * thunar-vfs/thunar-vfs-path.c(thunar_vfs_path_to_string): Apply simple optimization here: Prefer the stack memory over heap memory when constructing the absolute path. (Old svn revision: 19705)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-util.c(thunar_vfs_humanize_size): Use "kB" instead of "KB". (Old svn revision: 19704)
-
- Jan 31, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c: Disable the "create-document" action on non-writable folders. * thunar-vfs/thunar-vfs-scandir.c: Return an error when trying to scan a directory for which the user has no execute permissions. Bug #1408. * thunar/thunar-file.c(thunar_file_get_emblem_names): Add "cant-read" emblem to folders, where we don't have permissions to enter. Second part of fix for bug #1408. (Old svn revision: 19695)
-
Daichi Kawahata authored
(Old svn revision: 19694)
-
Daichi Kawahata authored
* Discarded obsolete translations. (Old svn revision: 19693)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-info.c: Treat .desktop files of Type=Link as executable as well, and when requested to execute such a file, extract the URL and pass it to exo-open for further processing. Bug #1369. (Old svn revision: 19691)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-exec.c(thunar_vfs_exec_parse): Use exo-open instead of hardcoding Terminal as terminal emulator. Bug #1400. (Old svn revision: 19688)
-
Benedikt Meurer authored
* configure.in.in: Depend on exo 0.3.1.3. * thunar-vfs/thunar-vfs-listdir-job.c: Make sure the list head always points to a valid ThunarVfsInfo list, even if an error occurred while stat()'ing files in a given directory. Bug #1390. * thunar/thunar-window.c(thunar_window_action_about): Use the newly added exo_url_about_dialog_hook() functions to open links in the about dialog. (Old svn revision: 19687)
-
- Jan 30, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c(thunar_standard_view_scroll_event): Add support to zoom in/out using Control+MouseWheel. (Old svn revision: 19679)
-
Benedikt Meurer authored
* thunar/thunar-window.c(thunar_window_action_open_templates): Improve the text for the "About Templates" dialog. Thanks to Brian for the suggestion. Bug #1392. (Old svn revision: 19672)
-
Benedikt Meurer authored
* thunar/Makefile.am, thunar/thunar-throbber.{c,h}: Import the ThunarThrobber widget class, which display a loading animation similar to the one found in Firefox. * thunar/thunar-statusbar.{c,h}: Drop the statusbar icon, as it's confusing, since it refers to the current folder instead of the selected items, but the text displayed in the statusbar refers to the selected items. * thunar/thunar-window.c: Add a ThunarThrobber to the menu bar, and use it to display loading animation instead of the statusbar icon. * thunar/thunar-window.c: Add additional reload shortcut GDK_F5. * docs/README.thunarrc, thunar/thunar-preferences.c, thunar/thunar-window-ui.xml, thunar/thunar-window.c: The statusbar is optional now. Bug #1395. * po/Thunar.pot, po/*.po: Merge new strings. (Old svn revision: 19671)
-
Benedikt Meurer authored
* configure.in.in: Add ru translations. * THANKS: Add ru translator credits for Andrey Fedoseev <andrey.fedoseev@gmail.com>. (Old svn revision: 19670)
-
Daichi Kawahata authored
(Old svn revision: 19667)
-
- Jan 29, 2006
-
-
Benedikt Meurer authored
* docs/README.thunarrc: Add missing preferences. * thunar/thunar-preferences.c: Rearrange stuff. (Old svn revision: 19663)
-
Benedikt Meurer authored
* thunar/thunar-enum-types.{c,h}: Add ThunarZoomLevel and ThunarIconSize required for the zoom-level support. * docs/README.thunarrc, thunar/thunar-preferences.c: Changed property ShortcutsIconSize to ThunarIconSize, required for the upcoming changes to ThunarIconRenderer. People starting Thunar for the first time after this upgrade will notice that the size of the shortcuts icons is too small because of this change. Either edit thunarrc and change ShortcutsIconSize appropriately or just remove thunarrc and let Thunar recreate it with sane defaults (your settings will be lost then). Add two new preferences LastDetailsViewZoomLevel and LastIconViewZoomLevel. * thunar/thunar-icon-renderer.{c,h}: The size property is now of type ThunarIconSize, rather than plain int. * thunar/thunar-view.{c,h}: Add zoom control methods to the ThunarView interface. * thunar/thunar-standard-view.{c,h}, thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml, thunar/thunar-window.{c,h}, thunar/thunar-details-view.c, thunar/thunar-icon-view.c: Add support for seven different zoom levels to Thunar based on the previous changes. This fixes bug #1357, and thereby implements one of the most oftenly requested features. * po/Thunar.pot, po/*.po: Merge new strings. (Old svn revision: 19662)
-
Benedikt Meurer authored
* thunar/thunar-location-buttons.c: Add support to drop on pathbar buttons, as requested in bug #1344. (Old svn revision: 19659)
-
Benedikt Meurer authored
* thunar/thunar-list-model.c(thunar_list_model_files_removed): Fix bug where only the first file was removed. * thunar/thunar-folder.{c,h}: Add new method thunar_folder_reload(), which explicitly forces the ThunarFolder to reload its contents. This fixes bug #1360. * thunar/thunar-view.{c,h}: Add new method thunar_view_reload() to the ThunarView interface. * thunar/thunar-standard-view.c: Implement thunar_view_reload() for the ThunarStandardView class, using the newly added thunar_folder_reload() method. * thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add a "Reload" item to the "View" menu, using "Ctrl+R" as accelerator to stay com- patible with Firefox, Nautilus, etc. This fixes bug #1361. * thunar/thunar-standard-view.c (thunar_standard_view_drag_data_received): Reload the contents of the target folder after a successful XDirectSave. This fixes bug #1362. * po/Thunar.pot, po/*.po: Merge new strings. (Old svn revision: 19658)
-
Benedikt Meurer authored
* thunar/thunar-templates-action.c: Add support for sub folders below the ~/Templates folder. This fixes reopened bug #1391. * thunar-vfs/thunar-vfs.symbols, thunar-vfs/thunar-vfs-info.{c,h}: Add thunar_vfs_info_read_link(), which determines the target from a symbolic link. * thunar/thunar-file.h: Add method thunar_file_read_link() as wrapper to thunar_vfs_info_read_link(). * thunar/thunar-properties-dialog.c: Display the "Link Target" for symbolic links. This fixes bug #1394. (Old svn revision: 19656)
-
Daichi Kawahata authored
(Old svn revision: 19652)
-
Daichi Kawahata authored
(Old svn revision: 19649)
-
Daichi Kawahata authored
(Old svn revision: 19647)
-
Daichi Kawahata authored
(Old svn revision: 19646)
-
Daichi Kawahata authored
* Discarded obsolete translations. (Old svn revision: 19645)
-
- Jan 28, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-chmod-job.c(thunar_vfs_chmod_job_execute), thunar-vfs/thunar-vfs-chown-job.c(thunar_vfs_chown_job_execute): Properly emit and release an error that occurred on the last file. * THANKS, thunar/thunar-shortcuts-view.c: Add support to open shortcuts in new windows using the context menu or double-middle-clicks, based on a patch by Laurent Meunier <meunier.laurent@laposte.net>. This fixes bug #1381. * docs/README.thunarrc, thunar/thunar-preferences.c, thunar/thunar-window.c: Remember the window dimensions whenever the size of a window is changed and use the last saved window dimensions for newly created windows. This fixes bug #1389. * thunar/thunar-pango-extensions.{c,h}: Add new helper function thunar_pango_attr_list_big_bold(), which returns a pango attribute list for big, bold text rendering. * thunar/thunar-permissions-chooser.c (thunar_permissions_chooser_ask_recursive): Use big, bold label for the dialog title to stay consistent with GtkMessageDialog. * thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-creat-job.{c,h}, thunar-vfs/thunar-vfs.{c,h}, thunar-vfs/thunar-vfs.symbols: Add new class ThunarVfsCreatJob, which is used to create empty files for a given list of paths. * docs/reference/thunar-vfs/tmpl/thunar-vfs-operations.sgml, docs/reference/thunar-vfs/thunar-vfs-sections.txt: Update API docs. * thunar/thunar-application.{c,h}: Add thunar_application_creat() as wrapper for the newly imported ThunarVfsCreatJob. * thunar/thunar-application.{c,h}: Add thunar_application_copy_to() to copy files from one location to another, rather than copying files from different sources to exactly one folder. * thunar/thunar-create-dialog.c(thunar_create_dialog_set_filename): If the suggested file name contains a dot, pre-select only the text up to the dot. * thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c, thunar/thunar-templates-action.{c,h}, thunar/Makefile.am: Add support for Templates in a way compatible with what Nautilus does currently. This is part one of the fix for bug #1391. * thunar/thunar-preferences, docs/README.thunarrc: Add new property "misc-show-about-templates", which determines whether the "About Templates" dialog will be shown when entering the Templates folder. * icons/16x16/stock_thunar-templates.png, icons/16x16/Makefile.am, thunar/thunar-stock.{c,h}: Add new stock icon "thunar-templates". * thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Templates" to the "Go" menu, which will open the ~/Templates folder (it will be created on-demand) and popup a message describing the purpose of the ~/Templates folder. This is part two of the fix for bug #1391. * po/POTFILES.in: Add new files here. * po/*.po: Merge new strings. (Old svn revision: 19639)
-
- Jan 25, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-info.c, thunar-vfs/thunar-vfs-xfer.c: Apply patch provided by Daichi to add several translator hints to thunar-vfs. * thunar/thunar-properties-dialog.c (thunar_properties_dialog_key_press_event): Support Ctrl+W for clo- sing the properties dialog, to be consistent with the main windows. (Old svn revision: 19614)
-
Benedikt Meurer authored
* THANKS, configure.in.in: Add nl to XDT_I18N(). Add translator credits to THANKS. (Old svn revision: 19612)
-
Daichi Kawahata authored
* ja.po: Updated Japanese translations. * *.po: Bumped version up. Discarded obsolete translations. (Old svn revision: 19609)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-util.c(thunar_vfs_humanize_size): Use "GB" instead of "G", "MB" instead of "M" and "KB" instead of "K", to make it more obvious what the value means (this fixes bug #1367). (Old svn revision: 19608)
-
Benedikt Meurer authored
* thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.c, thunar/thunar-clipboard-manager.c, thunar/thunar-create-dialog.c, thunar/thunar-emblem-chooser.c, thunar/thunar-file.c, thunar/thunar-folder.c, thunar/thunar-history.c, thunar/thunar-icon-factory.c, thunar/thunar-icon-view.c, thunar/thunar-launcher.c, thunar/thunar-list-model.c, thunar/thunar-navigator.c, thunar/thunar-open-with-action.c, thunar/thunar-path-entry.c, thunar/thunar-progress-dialog.c, thunar/thunar-properties-dialog.c, thunar/thunar-standard-view.c, thunar/thunar-statusbar.c, thunar/thunar-text-renderer.c, thunar/thunar-view.c, thunar/thunar-window.c: Remove various internal strings from the list of translatable strings to reduce confusion for translators. * po/*.po: Update translations. (Old svn revision: 19607)
-
Benedikt Meurer authored
* thunar/thunar-enum-types.{c,h}: Import enum types required for the desktop background management. (Old svn revision: 19606)
-
- Jan 24, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-preferences.c(thunar_preferences_set_property): No need to call g_object_notify() here, as GObject does that automatically whenever set_property() is being called. * thunar/thunar-preferences.c: Remove useless safetly checks in get_property() and set_property(), since GObject already makes sure that the property id is valid. (Old svn revision: 19581)
-
- Jan 23, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-properties-dialog.c(thunar_properties_dialog_update): Display size only for regular files, as it's misleading for other file system entities. * po/*.po: Merge new strings. Some work on the german translations, we really need a german translator! (Old svn revision: 19569)
-
Benedikt Meurer authored
* docs/README.thunarrc, thunar/thunar-preferences.c: Add new preferences ShortcutsIconEmblems and ShortcutsIconSize, which control the appearance of the shortcuts view. * thunar/thunar-gobject-extensions.c: Add transformator for string to int transformations. * thunar/thunar-icon-renderer.{c,h},thunar/thunar-shortcuts-model.{c,h}, thunar/thunar-shortcuts-icon-renderer.{c,h}, thunar/Makefile.am, thunar/thunar-shortcuts-view.c: Import ThunarShortcutsIconRenderer class, which is derived from ThunarIconRenderer and allows us to draw icon cells consistently throughout the file manager. This also fixes bug #1340, which requests to display emblems for the icons in the shortcuts pane. Both the display of emblems in the shortcuts pane and the size of the icons in the shortcuts pane are now configurable through the thunarrc file (for the emblems, there's also a menu item in the context menu). (Old svn revision: 19568)
-
Benedikt Meurer authored
* configure.in.in: Bump version to 0.2.1svn. * thunar/thunar-file.{c,h}: Make thunar_file_accepts_drop() easier to use. * thunar/thunar-standard-view.c(thunar_standard_view_get_dest_actions): Keep up with the thunar_file_accepts_drop() changes. * docs/reference/thunarx/tmpl/thunarx-preferences-provider.sgml: Let gtk-doc remove it's empty line here, for whatever reason. (Old svn revision: 19565)
-
- Jan 22, 2006
-
-
Benedikt Meurer authored
* configure.in.in: Bump version to 0.2.0alpha. * configure.in.in: Bump library interface version. * configure.in.in: Depend on libexo 0.3.1.2. * po/*.po: Update translations. * TODO: Remove obsolete TODO items. (Old svn revision: 19547)
-
- Jan 21, 2006
-
-
Daichi Kawahata authored
(Old svn revision: 19522)
-