summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add README.md to EXTRA_DISTAndre Miranda2020-11-131-0/+1
|
* Drop splash screensSimon Steinbeiss2019-04-271-1/+0
|
* Update configure.ac.inRomain Bouvier2019-04-211-0/+2
|
* Update AutotoolsEric Koegel2014-09-121-1/+1
|
* Autotools updates.Nick Schermer2013-01-061-4/+0
|
* Updates for release.xfce4-session-4.9.0Nick Schermer2012-03-301-1/+0
|
* Remove the spec file.Nick Schermer2012-03-251-5/+1
|
* Remove manual and link to docs.xfce.org.Nick Schermer2012-01-121-4/+3
|
* Fix dist-check.Nick Schermer2011-10-231-1/+2
|
* Remove the xfce4-panel logout menu plugin.Nick Schermer2011-10-231-8/+1
| | | | | Functionality of this plugin has been integrated in the actions plugin of xfce4-panel.
* Add startxfce4 and xinit from xfce-utils.Nick Schermer2011-09-211-0/+2
|
* Add xfce.desktop session file from xfce-utils.Nick Schermer2011-09-211-2/+8
|
* Remove Xfce4-tips.Nick Schermer2011-02-181-1/+0
| | | | | | We could return it if there is a replacement that looks nice and is translatable, but the true is that probably nobody cares about the (outdated) tips...
* Generate documentation during dist check.Nick Schermer2010-08-271-0/+3
| | | | | Build documentation with --enable-gen-doc. Included a dummy da.po file else the build fails.
* Build ChangeLog during make dist.Nick Schermer2010-01-281-1/+9
|
* add panel plugin that lists shutdown/logout actionsBrian Tarricone2009-07-271-1/+6
| | | | (Old svn revision: 30400)
* * (lots): Migrate xfce4-session to use xfconf. Combine session,Brian Tarricone2008-10-111-4/+0
| | | | | | splash, and autostart dialog into one glade-ified (mostly) dialog. (Old svn revision: 28142)
* 2006-04-16 Benedikt Meurer <benny@xfce.org>xfce-4.4beta1Benedikt Meurer2006-04-161-11/+9
| | | | | | | | | | | | | | | * === Released 4.3.90.1 === * configure.in.in: Bump dependencies. * NEWS, configure.in.in: Bump version. * po/xfce4-session.pot, po/*.po: Updated. * xfce4-session.spec.in: Update RPM spec file. * xfce4-session/main.c(main): Update copyright date. * xfce4-session.rc: Update Failsafe session. (Old svn revision: 20995)
* Layout change.Daichi Kawahata2005-10-041-2/+2
| | | | (Old svn revision: 17984)
* 2005-07-15 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-07-141-0/+1
| | | | | | | | | | | | | | | | * xfce4-tips/, NEWS: Import the xfce4-tips from the xfce4-toys and modify it to support the new autostart mechanism. * po/POTFILES.in: Add new translateable files here. * po/*.po, po/xfce4-session.pot: Merge translations. * configure.in.in, Makefile.am: Add the xfce4-tips to the build framework. * xfce4-session.spec.in: Include the default autostart directory as well. (Old svn revision: 16234)
* 2005-07-15 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-07-141-0/+1
| | | | | | | | | | | | | | | | * xfce4-autostart-editor/, NEWS: Add a simple editor for the autostart mechanism. Currently supports only the basics. The idea is to turn this into a full-featured "session editor" once xfce4-session understands D-BUS. * configure.in.in, Makefile.am: Add the autostart editor to the build framework. * po/POTFILES.in: Add new translateable files here. * po/*.po, po/xfce4-session.pot: Merge translations. (Old svn revision: 16232)
* 2005-01-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-271-12/+16
| | | | | | | | | * Removed autogenerated files from CVS. * Fixed bug #734 by depending on libgnome-2.0, rather than gconf, which pulls in the required path settings. (Old svn revision: 4785)
* fix distcheck-bz2Brian Tarricone2004-12-251-1/+1
| | | | (Old svn revision: 4750)
* add dist-bz2 and distcheck-bz2 targetsBrian Tarricone2004-12-241-0/+6
| | | | (Old svn revision: 4749)
* Resolve the libxfsm build order problem. Issue a detailed message if theBenedikt Meurer2004-11-011-1/+3
| | | | | | | | | | failsafe session couldn't be loaded. Imported the xfce4-session-logout hack from Brian, requested too often to ignore. Update the man pages, esp. mention the XDG variables in the xfce4-session man page. Update the po files. (Old svn revision: 4711)
* Workaround cygwin splash engine problem by installing libxfsm as aBenedikt Meurer2004-10-061-1/+1
| | | | | | | shared library. Maarten, please verify that this actually works. (Old svn revision: 4690)
* Don't build docs by default and fix make distcheck target.Jasper Huijsmans2004-09-301-0/+3
| | | | (Old svn revision: 4677)
* Added simple redhat shutdown code (dunno if this works actually, copied fromBenedikt Meurer2004-07-161-1/+0
| | | | | | | | | | gnome-session) per botsie's request. Added lots of .cvsignore files. Use Brians XfceColorButton instead of the 2.4-only GtkColorButton widget. Removed the custom xinitrc script, its no longer required, since xinitrc starts xfce4-session automatically. (Old svn revision: 4623)
* Separate the splash screen engine code to put the user in control. Not yetBenedikt Meurer2004-07-131-2/+2
| | | | | | | finished, but working. (Old svn revision: 4612)
* Added ability to remove sessions (using the session chooser). New caBenedikt Meurer2004-06-051-0/+1
| | | | | | | | translations from Carles Mu�oz Gorriz. Updated po files. Check for iceauth in configure. Warn the user if iceauth failes to create authentication data. (Old svn revision: 4591)
* New shutdown code, is now sudo(8) only. Bumped version to 4.1.5. Several ↵Benedikt Meurer2004-05-201-1/+1
| | | | | | bugfixes. (Old svn revision: 4565)
* Added theme support. Suggestings for things that are required to create niceBenedikt Meurer2004-05-181-0/+1
| | | | | | | splash themes are welcome. (Old svn revision: 4559)
* (__)Benedikt Meurer2004-05-171-0/+1
| | | | | | | | | | | | (oo) /------\/ / | || * /\---/\ ~~ ~~ ...."Have you mooed today?"... (Old svn revision: 4547)
* Why wasn't this committed, when I said it? I want SVN now!Benedikt Meurer2004-05-171-0/+4
| | | | (Old svn revision: 4546)
* Fixed tray icon problem, using new XfceTrayIcon class.Benedikt Meurer2003-07-121-1/+2
| | | | (Old svn revision: 4451)
* Added spec file. 2 Solaris fixes. State is now displayed in session control.Benedikt Meurer2003-07-091-4/+9
| | | | | | | | Added Quit and Save entries to the tray menu. Fixed bug in SaveYourselfDone. Added UNIX signals support. Added security check to xfce4-shutdown. (Old svn revision: 4442)
* Added ChangeLog.pre-xfce-devel to Makefile.am.Benedikt Meurer2003-07-071-0/+1
| | | | (Old svn revision: 4425)
* Initial revisionBMEURER_20030707Benedikt Meurer2003-07-071-0/+19
(Old svn revision: 4420)