summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Generate documentation for internal functions (Issue #617)Yongha Hwang2022-02-251-0/+26
|
* Update .gitignoreAndre Miranda2020-07-251-1/+1
|
* Remove superfluous shell script "ThunarBulkRename"Alexander Schwinn2019-06-041-1/+0
| | | | (Bug #15373)
* added two generated files to gitignoreAlexander Schwinn2019-04-231-0/+2
|
* Add support for org.freedesktop.FileManager1 (Bug #12414)Andre Miranda2019-01-131-1/+1
|
* Fixed wrong/outdated/confusing installation manual in INSTALLAlexander Schwinn2018-07-061-1/+0
| | | | (File INSTALL is not generated any more, but thunar-specific now) (Bug #14521)
* Convert AppData file to AppStream (Bug #14037)Andre Miranda2018-06-051-1/+1
|
* Use GResource for thumbnail frameAndre Miranda2018-06-021-1/+1
| | | | | Also make it work again, the /.thumbnails/ path has changed to /.cache/thumbnails/
* Ported thunar-tpa to gdbus (bug #14038)Alexander Schwinn2018-01-211-1/+1
|
* Make gobject-introspection dependency non-mandatoryAndre Miranda2017-11-231-1/+2
|
* Add GObject Introspection support to thunarxAndre Miranda2017-11-221-0/+2
|
* Add files generated by gdbus-codegen to .gitignoreAndre Miranda2017-08-141-2/+3
|
* uca: UI modernizationJonas Kümmerlin2017-08-141-0/+1
| | | | | | Now making use of widget templates and proper height-for-width geometry. Header bars are used depending on the gtk setting, and deprecated functions have been removed (modulo GtkAction).
* Do not track thunar/thunar-marshal.{c,h}Harald Judt2015-05-221-0/+1
| | | | | Tracking them was an error, these files are auto-generated from thunar-marshal.list.
* Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEANHarald Judt2015-04-171-1/+0
| | | | Remove thunar-marshal from .gitignore, this needs to be tracked.
* Add m4 directory to .gitignoreHarald Judt2015-02-191-0/+1
|
* Add auto-generated ChangeLog to .gitignoreHarald Judt2015-02-161-0/+1
|
* add even more files to .gitignoreLandry Breuil2015-01-151-0/+3
|
* Add generated files to .gitignoreMatt Thirtytwo2015-01-151-0/+4
| | | | Signed-off-by: Landry Breuil <landry@rhaalovely.net>
* Add appdata file for Thunar (Bug 11172)Eric Koegel2014-11-011-0/+1
| | | | | | | | | Ryan Lerch wrote most of the appdata file, I only added the url help and the autoconf stuff to use intltool for translated strings in the appdata as we can do that as upstream. See: http://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
* Store metadata in GVFS's daemon.Nick Schermer2012-09-261-6/+0
| | | | | We already require GVFS for a trash implementation, so why ot rely on the metadata storage too.
* Use a GtkSpinner instead of the ThunarThrobber.Nick Schermer2012-09-161-1/+0
| | | | | | This is a new widget since 2.20, so we can use it. In Gtk3 this widget also has a special rendering class in the theme engine.
* Small fix for previous commit.Nick Schermer2012-01-081-1/+0
|
* Remove pot file.Jannis Pohlmann2010-07-281-0/+1
|
* Remove the .pot exclusion rule from .gitignore. Update po/pot files.Jannis Pohlmann2009-08-211-1/+0
|
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-0/+132
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