summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix make distcheck and enable it on gitlab CIRomain Bouvier2020-12-041-1/+0
| | | | | | | - fix return code check and remove bashism from tests-driver.sh - Remove INSTALL from EXTRA_DIST (not created anymore since we are using automake foreign mode) - Update .gitignore
* Add README.md to EXTRA_DISTAndre Miranda2020-11-131-0/+1
|
* Adds new README.md and updates AM_INIT_AUTOMAKEKevin Bowen2020-11-021-1/+0
|
* Add Bash completion for xfconf-queryEmanuele Petriglia2020-05-261-0/+4
| | | | | Signed-off-by: Emanuele Petriglia <inbox@emanuelepetriglia.com> Signed-off-by: Ali Abdallah <ali.abdallah@suse.com>
* Remove xfconf perl bindingRomain Bouvier2020-04-241-2/+0
| | | | | - Disable by default since 4.14 - Not sure anybody use it, haven't seen any evolution since 4.6
* Add support for GObject introspection and valaOlivier Duchateau2019-06-241-2/+6
| | | | - Fix bug #15135
* Added skeleton file to GSettings backend support.Ali Abdallah2018-07-131-0/+4
|
* Fix make distcheckAli Abdallah2018-06-071-1/+2
| | | | Patch by Skunnyk, fixes bug #14082.
* Fix some autogen.sh warningsRomain B2017-06-231-0/+2
| | | | | - Declare m4/ folder - Add subdir-objects to AM_INIT_AUTOMAKE() because we use $(top_srcdir) is xfconf/Makefile.am
* Build ChangeLog during make dist.Nick Schermer2009-12-261-0/+9
|
* make a bunch of changes to the perl bindings, and hook them up in theBrian Tarricone2008-10-271-0/+1
| | | | | | | build. it's a little nasty; hopefully it works right on machines other than my own :-/ (Old svn revision: 28479)
* Fix makefileStephan Arts2008-09-151-1/+0
| | | | (Old svn revision: 27886)
* remove libxfconf-gtk and move binding functionality to libxfconfBrian Tarricone2008-04-151-1/+0
| | | | | | | | binding functionality is not gobject-based (uses properties) and doesn't require gtk at all (Old svn revision: 26841)
* Fix make distcheckStephan Arts2008-04-111-1/+1
| | | | (Old svn revision: 26822)
* add first pass at xfconf-gtk convenience libraryBrian Tarricone2008-04-091-0/+1
| | | | | | | it only supports widgets that implement GtkEditable, but more to come soon (Old svn revision: 26803)
* Add xfconf-query cli-tool (it can only update existing values for now)Stephan Arts2008-04-071-0/+1
| | | | | | | | Fix an uninitialized gvalue struct inside the xfconf library (Old svn revision: 26787)
* Import xfsettingsd code, the xfce-xsettingsdStephan Arts2008-04-021-0/+1
| | | | | | | | Update TODO (Old svn revision: 26778)
* * add test framework to buildBrian Tarricone2007-10-031-1/+2
| | | | | | | | | * add possibility for extra error checking in libxfconf * fix warning (don't init gvalues before passing to dbus) * handle G_TYPE_STRV as string list in libxfconf (Old svn revision: 26753)
* add gtk-doc framework and fix up docs everywhereBrian Tarricone2007-09-051-1/+13
| | | | (Old svn revision: 26717)
* initial import of xfconfd/libxfconfBrian Tarricone2007-09-041-0/+5
(Old svn revision: 26703)