summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in the URI completion of the path entry. Patch by Nick.migration-to-gioJannis Pohlmann2009-08-211-4/+10
* Properly support startup notify when opening files or the bulk renamer.Jannis Pohlmann2009-08-2119-82/+137
* Fetch po-doc/*.po files from master. Drop po-doc/LINGUAS.Jannis Pohlmann2009-08-2114-1375/+7148
* Fetch translations from master.Jannis Pohlmann2009-08-2111-2752/+2190
* Really minor changes.Jannis Pohlmann2009-08-211-5/+6
* Prefix g_file* functions with thunar_ to avoid conflicts.Jannis Pohlmann2009-08-2126-409/+249
* Depend on GLib/GIO 2.18.Jannis Pohlmann2009-08-211-4/+4
* In the open action, resolve them one after another, then open/execute.Jannis Pohlmann2009-08-212-969/+903
* Use new xdt-autogen features. Drop the LINGUAS file and THUNAR_VERINFO.Jannis Pohlmann2009-08-213-98/+93
* Tweak and add the .gitignore file.Jannis Pohlmann2009-08-191-0/+132
* Add GIO >= 2.18 functions to thunar-gio-extensions.{c,h}.Jannis Pohlmann2009-08-174-30/+158
* Really get rid of the INSTALL file.Jannis Pohlmann2009-08-171-302/+0
* Avoid GIO 2.20 symbols. Avoid INSTALL file being tracked.Jannis Pohlmann2009-08-172-4/+7
* Same as before. Forgot to add these files.Jannis Pohlmann2009-08-165-27/+6
* Drop g_file_size_humanize(), use g_format_size_for_display() instead.Jannis Pohlmann2009-08-161-1/+1
* Drop exo_gtk_object_ref_sink and exo_gtk_radio_action_set_current_value.Jannis Pohlmann2009-08-1310-14/+14
* Don't depend on an SVN revision of exo-1. Compiles, installs and runs.Jannis Pohlmann2009-08-131-1/+1
* Depend on exo-1 instead of exo-0.3.Jannis Pohlmann2009-08-131-1/+1
* Add module.xml.Jannis Pohlmann2009-08-131-0/+34
* * thunar/thunar-file.c: Fix typo in thunar_file_info_has_mime_type()Jannis Pohlmann2009-07-222-1/+6
* * thunar/thunar-file.c: Only return true fromJannis Pohlmann2009-07-182-4/+32
* * thunar/thunar-file.{c,h}: Introduce new functionJannis Pohlmann2009-07-184-17/+42
* * thunar/thunar-launcher.c: Make executing files work again. Note thatJannis Pohlmann2009-07-185-27/+107
* * po/POTFILES.in: Add thunar-settings.desktop.in.Jannis Pohlmann2009-06-202-0/+5
* * po/POTFILES.in: Remove thunar-vfs source files, update those ofJannis Pohlmann2009-06-202-45/+27
* * docs/reference/thunarx/Makefile.am: Use THUNARX_VERSION_API insteadJannis Pohlmann2009-06-202-1/+6
* * configure.in.in, Makefile.am, tests/: Remove test folder which onlyJannis Pohlmann2009-06-208-258/+6
* * configure.in.in: Add header and function checks required for tdb.Jannis Pohlmann2009-06-202-4/+10
* * Remove thunar-vfs. There might be some pieces left which will beJannis Pohlmann2009-06-20133-35001/+11
* * Makefile.am, configure.in.in, plugins/, thunarx/, thunar/:Jannis Pohlmann2009-06-2034-322/+487
* * thunar/thunar-file.c: Nothing really.Jannis Pohlmann2009-06-193-137/+41
* * thunar/thunar-list-model.c: Fix thunar_list_model_get_value() andJannis Pohlmann2009-06-192-3/+27
* * thunar/thunar-file.c: Assume the file is read- and writable if itJannis Pohlmann2009-06-192-11/+23
* * thunar/Makefile.am: Add missing entries for thunar-browser.{c,h}.Jannis Pohlmann2009-06-192-0/+6
* * thunar/thunar-launcher.c: Derive from ThunarBrowser and use the pokeJannis Pohlmann2009-06-192-16/+82
* * thunar/thunar-path-entry.c: Unescape URIs before displaying them.Jannis Pohlmann2009-06-192-2/+12
* * thunar/thunar-location-entry.c: Simplify the activate code byJannis Pohlmann2009-06-192-89/+30
* * thunar/thunar-shortcuts-view.c: Dramatically simplify the wayJannis Pohlmann2009-06-192-330/+116
* * thunar/thunar-browser.{c,h}: Add a new interface with twoJannis Pohlmann2009-06-193-0/+633
* * thunar/thunar-file.{c,h}: Add "mountable::*" namespace to the fileJannis Pohlmann2009-06-193-13/+70
* * thunar/thunar-file.c: Use special icon names for root folders otherJannis Pohlmann2009-06-193-15/+24
* * thunar/thunar-shortcuts-view.c: Rework mounting and mounting + open.Jannis Pohlmann2009-06-172-239/+340
* * thunar/thunar-shortcuts-model.c: Minor code reorganization.Jannis Pohlmann2009-06-172-17/+22
* * thunar/thunar-window.c: Split thunar_window_start_open_location()Jannis Pohlmann2009-06-172-16/+142
* * thunar/thunar-location-entry.c: Check if files are mounted beforeJannis Pohlmann2009-06-172-64/+123
* * thunar/thunar-file.{c,h}: Add new boolean is_mounted member toJannis Pohlmann2009-06-173-17/+83
* * thunar/thunar-thumbnailer.c: Make all D-Bus related code onlyJannis Pohlmann2009-06-172-81/+113
* * thunar/thunar-shortcuts-view.c: Don't request context menu itemsJannis Pohlmann2009-06-172-1/+6
* * thunar/thunar-file.c: Refactor thunar_file_load() andJannis Pohlmann2009-06-173-11/+41
* * thunar/main.c, thunar/thunar-application.{c,h}:Jannis Pohlmann2009-06-164-79/+268