- Mar 07, 2010
-
-
Nick Schermer authored
-
- Jan 20, 2010
-
-
Nick Schermer authored
-
- Jan 09, 2010
-
-
Jannis Pohlmann authored
Patch provided by Yves-Alexis Perez <corsac@debian.org>.
-
- Dec 20, 2009
-
-
Nick Schermer authored
This makes the UCA plugin work properly with focus stealing. It requires a version of libxfce4ui with the xfce_spawn_on_screen_with_child_watch() function.
-
Nick Schermer authored
Since GTK+ 2.10 there is an icon-name property for GtkActions. Use this property instead of creating stock-id's.
-
- Dec 04, 2009
-
-
Nick Schermer authored
There is a small thinko in the remove renamer that does not allow setting an end position of 0 (right) and thus making it impossible to remove characters from the right end of the string.
-
- Oct 14, 2009
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Sep 29, 2009
-
-
Jannis Pohlmann authored
-
- Sep 27, 2009
-
-
Nick Schermer authored
They are also all prepended to the functions so they will most likely also cause problems with the Sun compiler.
-
Nick Schermer authored
-
- Sep 26, 2009
-
-
Jannis Pohlmann authored
XDT_FEATURE_VISIBILITY() breaks plugins as it strips thunar_extension* functions from the final shared library files. An alternative way to XDT_FEATURE_VISIBILITY() and the old visibility configure code used in Thunar is to define -export-symbols-regex (e.g. by setting it to "^thunar_extension.*") in Makefile.am of each plugin. This also removes the alias stuff in Thunarx, as we no longer need to define which symbols to export or not via the alias header. All symbols starting with _ are now automatically marked as private and are not exported. Additionally, G_GNUC_INTERNAL can be used to hide symbols. thunarx.symbols is preserved for ABI checks and still has to be updated when new symbols are added. Hope all this is ok. Double-checkers to the rescue!
-
- Aug 23, 2009
-
-
Nick Schermer authored
Most of them are the new tooltip api in plugins and GtkEntry -> GtkEditable functions.
-
- Aug 21, 2009
-
-
Nick Schermer authored
Also refactor the wallpaper plugin code a bit, so it matches the thunar coding style.
-
Jannis Pohlmann authored
I'm 100% sure I can implement all ThunarVFS thumbnailers on top of tumbler in time for the Xfce 4.8 release. Same about the volume monitor backend for GIO to avoid a GVfs dependency. So why not merge the GIO branch now? Not much to say about this merge. It replaces ThunarVFS with GIO inside Thunar and Thunarx, something I've been working on over the past few months. It currently requires GVfs for volume monitoring and also (optionally) depends on tumbler for thumbnail generation. Enjoy. All .po files are going to be updated in the next commit. Conflicts: ChangeLog INSTALL acinclude.m4 configure.in.in plugins/thunar-wallpaper/twp-provider.c po-doc/ChangeLog po/ChangeLog po/LINGUAS thunar-vfs/thunar-vfs-1.pc.in thunar-vfs/thunar-vfs-thumb.c thunar/thunar-templates-action.c
-
- Aug 13, 2009
-
-
Jannis Pohlmann authored
Use g_object_ref_sink() and gtk_radio_action_set_current_value() instead.
-
- Apr 18, 2009
-
-
Stephan Arts authored
(Old svn revision: 29834)
-
- Jan 25, 2009
-
-
Nick Schermer authored
(Old svn revision: 29339)
-
- Dec 07, 2008
-
-
Nick Schermer authored
thunar/thunar-path-entry.c, thunar/thunar-application.c, thunar/thunar-window.c, thunar-vfs/thunar-vfs-thumb.c, thunar-vfs/thunar-vfs-private.c, thunar-vfs/thunar-vfs-path.c, thunar-vfs/thunar-vfs-mime-database.c, plugins/thunar-uca/thunar-uca-model.c: Fix compilation with -Wformat-security. (Old svn revision: 28986)
-
- Nov 27, 2008
-
-
Nick Schermer authored
Mathias Brodala to make the first character after a paranthesis uppercase. Bug #3559. (Old svn revision: 28933)
-
Nick Schermer authored
before removing a custom action. Bug #3838. * plugins/thunar-uca/thunar-uca-model.c: Return an empty string when the name is not set instead of null, so the action always has a valid name and gtk does not send a critical warning. * po/*: Merge new strings. (Old svn revision: 28931)
-
- Nov 25, 2008
-
-
Nick Schermer authored
of the tpa plugin when the trash is 'full' to "Trash contains files". Bug #3266. * po/*: Regenerate po files. (Old svn revision: 28909)
-
- Nov 15, 2008
-
-
Jannis Pohlmann authored
Patch again provided by Nick Schermer. (Old svn revision: 28811)
-
- Nov 03, 2008
-
-
Stephan Arts authored
xfconf for setting the xfce desktop. - Added support for gconftool to set the gnome desktop (detecting nautilus is still flawed) (Old svn revision: 28600)
-
- Nov 01, 2008
-
-
Stephan Arts authored
Make thunar-wallpaper-plugin resident (Old svn revision: 28561)
-
Stephan Arts authored
- Making module resident (Old svn revision: 28545)
-
- Oct 29, 2008
-
-
Brian Tarricone authored
(Old svn revision: 28499)
-
- Oct 24, 2008
-
-
Stephan Arts authored
(Old svn revision: 28402)
-
- Nov 28, 2007
-
-
Benedikt Meurer authored
* plugins/thunar-uca/thunar-uca-model.c: Properly recognize OGG files as audio files. Bug #3604. (Old svn revision: 26395)
-
Benedikt Meurer authored
* plugins/thunar-sbr/: Import new date renamer based on patch from Nick Schermer <nick@xfce.org>. Bug #3656. * docs/manual/: Update the user manual. * po/POTFILES.in: Add new file here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. * po-doc/Thunar.pot, po-doc/*.po: Merge new strings. (Old svn revision: 26394)
-
- May 20, 2007
-
-
Benedikt Meurer authored
* plugins/thunar-uca/thunar-uca-editor.c: Properly quote files selected via the file chooser if necessary. Bug #3105. (Old svn revision: 25732)
-
- Jan 20, 2007
-
-
Benedikt Meurer authored
* === Released 0.8.0 === * NEWS, configure.in.in: Bump version. * README, configure.in.in: Depend on exo 0.3.2. * THANKS: Add missing translator credits. * po/*.po: Update Project-Id-Version. * thunar-vfs/Makefile.am, docs/reference/thunar-vfs/Makefile.am, thunar/Makefile.am, plugins/thunar-sendto-email/Makefile.am, tests/Makefile.am, plugins/thunar-apr/Makefile.am, plugins/thunar-sbr/Makefile.am, plugins/thunar-tpa/Makefile.am, plugins/thunar-uca/Makefile.am: No need to define EXO_API_SUBJECT_TO_CHANGE any more. * docs/reference/thunar-vfs/thunar-vfs-docs.sgml, docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates. (Old svn revision: 24675)
-
- Nov 11, 2006
-
-
Benedikt Meurer authored
* plugins/thunar-tpa/Makefile.am: Starting with version 0.72 dbus-binding-tool now requires the --prefix command line option even though it isn't used for anything. Bug #2528. (Old svn revision: 23820)
-
- Sep 10, 2006
-
-
Benedikt Meurer authored
* plugins/thunar-uca/uca.xml.in: Use exo-open for the default "Open Terminal Here" action. Bug #2256. (Old svn revision: 23125)
-
- Aug 26, 2006
-
-
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)
-
- Jul 30, 2006
-
-
Benedikt Meurer authored
* configure.in.in, plugins/thunar-sendto-email/main.c: Check for missing mkdtemp, and use a fallback implementation if missing from the system. Bug #2070. (Old svn revision: 22582)
-
- Jul 27, 2006
-
-
Benedikt Meurer authored
* README, acinclude.m4, configure.in.in, thunar-vfs/, thunar/, plugins/thunar-apr/thunar-apr-provider.c, plugins/thunar-uca/thunar-uca-model.c: Import the trash framework, based on the XDG trash specification, but currently limited to the home trash. * thunar/thunar-file.{c,h}, thunar/thunar-standard-view.c (thunar_standard_view_merge_custom_actions): Remove obsolete thunar_file_get_actions(). Bug #1241. * thunar/thunar-file.c, thunar/thunar-util.{c,h}: Use localized human readable format for file dates. Bug #2057. * thunar/thunar-private.h, thunar/thunar-tree-model.c, thunar/thunar-thumbnail-generator.c, thunar/thunar-shortcuts-model.c, thunar/thunar-renamer-pair.c, thunar/thunar-renamer-model.c, thunar/thunar-clipboard-manager.c: Use the slice allocator to reduce the memory overhead. * thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-chooser-button.c, thunar/thunar-permissions-chooser.c, thunar/thunar-chooser-dialog.c, thunar/thunar-preferences-dialog.c, thunar/thunar-renamer-dialog.c, thunar/thunar-size-label.c: Use a single shared GtkTooltips instance for the whole application. * thunar/thunar-path-entry.c: Update the path entry icon and text whenever the current file changes. * README, acinclude.m4, configure.in.in, plugins/thunar-tpa/: Add a trash panel applet, that communicates with Thunar via D-BUS to display the current state of the trash can and move files to the trash by dropping them to the panel applet. * thunar/thunar-preferences.c(thunar_preferences_class_init), docs/README.thunarrc: Disable case-sensitive sorting of the files by default. Bug #2064. * docs/reference/thunar-vfs/: Update the API documentation. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22534)
-
- Jul 14, 2006
-
-
Benedikt Meurer authored
* plugins/thunar-apr/thunar-apr-image-page.c: Add ISO Speed Ratings to the Image page. * thunar/thunar-preferences-dialog.c(thunar_preferences_dialog_init): Avoid duplication in the user interface, as suggested by Eugenia Loli-Queru <eloli@hotmail.com>. (Old svn revision: 22447)
-
- Jun 13, 2006
-
-
Benedikt Meurer authored
* configure.in.in: Use --as-needed if supported by the linker. * thunar/thunar-properties-dialog.c(thunar_properties_dialog_init): Use GtkLabel instead of ExoEllipsizedLabel here. * plugins/thunar-sendto/main.c(tse_ask_compress): Initialize info properly here. (Old svn revision: 22089)
-
- Jun 11, 2006
-
-
Benedikt Meurer authored
* plugins/thunar-sendto-email/main.c(tse_ask_compress): Do not try to create an archive for a list of archive files, but always attach these files directly. (Old svn revision: 22066)
-