Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/smclient
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address everywhere.Arun Persaud2010-04-058-17/+17
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [build] Remove gitignore files from gitChristian Persch2009-10-251-23/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+23
| | | | Import git.mk.
* [build] Build fixes before releaseNickolay V. Shmyrev2009-06-151-0/+235
| | | | | | * Reference docs fix due to moved stock icons * Added mixing source file * Added --disable-nautlus to distcheck flags because of permission issue
* Add missing \Christian Persch2009-06-141-1/+1
|
* Only use eggdesktopfile for the xsmp backendChristian Persch2009-06-141-7/+9
|
* Make smclient optionalChristian Persch2009-06-111-26/+31
| | | | | | Add --with-smclient configure option, and conditionalise the code. Use --without-smclient to disable smclient. Smclient is disabled by default on hildon platform.
* Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source()Dan Winship2009-04-081-3/+10
| | | | | | | | | | | 2009-04-08 Dan Winship <danw@gnome.org> * cut-n-paste/smclient/eggsmclient-xsmp.c (save_state): Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source() returns a URI, not a filename. svn path=/trunk/; revision=3585
* Update smclient from libegg master.Christian Persch2009-03-242-12/+22
| | | | | | | | | * cut-n-paste/smclient/eggdesktopfile.c: (egg_desktop_file_launchv), (egg_set_desktop_file): * cut-n-paste/smclient/eggsmclient.c: (egg_sm_client_get_option_group): Update smclient from libegg master. svn path=/trunk/; revision=3557
* Fix smclient libs on cycgwin. See bug #339172.Carlos Garcia Campos2009-02-091-5/+2
| | | | | | | | | | | 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: Fix smclient libs on cycgwin. See bug #339172. svn path=/trunk/; revision=3425
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-053-8/+377
| | | | | | | | | | | | | | | | 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.c: * cut-n-paste/smclient/eggsmclient-win32.c: * shell/main.c: Make session manager code compile for w32. These changes have been taken from upstream libegg. Based on patch by Hib Eris. See bug #339172. svn path=/trunk/; revision=3416
* Whitespace removedNickolay V. Shmyrev2009-02-021-1/+1
| | | | svn path=/trunk/; revision=3407
* Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.Carlos Garcia Campos2009-01-181-1/+0
| | | | | | | | | | | | | 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/*/Makefile.am: * libdocument/Makefile.am: Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code. svn path=/trunk/; revision=3352
* Update smclient from libegg trunk.Christian Persch2008-10-274-133/+270
| | | | svn path=/trunk/; revision=3239
* Fix memory leak.Carlos Garcia Campos2008-08-311-0/+1
| | | | | | | | | | | 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/smclient/eggsmclient-xsmp.c: (sm_client_xsmp_set_initial_properties): Fix memory leak. svn path=/trunk/; revision=3133
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-317-0/+3631
2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.[ch]: * cut-n-paste/smclient/eggsmclient-private.h: * cut-n-paste/smclient/eggsmclient-xsmp.c: * cut-n-paste/smclient/eggsmclient.[ch]: EggSMClient copied from libegg * libdocument/ev-file-helpers.c: (ev_dot_dir): * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_load_session), (smclient_save_state_cb), (smclient_quit_cb), (ev_application_init_session), (ev_application_shutdown), (ev_application_init): * shell/main.c: (main): Use EggSMClient instead of gnome-client and remove libgnome and libgnomeui dependencies. svn path=/trunk/; revision=3130