Commit Graph

  • ee023158c0 Move ignores file from bzr to git master Andrew Williams 2009-11-18 10:09:59 +00:00
  • edb6dee07b Allows for local config file in ~/.config, also enable info logging on oblogout command Andrew Williams 2009-11-18 00:25:57 +00:00
  • 350d3ce38d Fixes LP #376736 - Last button unvalidated. Andrew Williams 2009-11-18 00:01:50 +00:00
  • cf346d3719 Fixes LP #376717 - Switch button doesn't work as expected. Andrew Williams 2009-11-17 23:47:18 +00:00
  • 3ad5d47259 Fixed Arch PKGBUILD to pull from the right tree Andrew Williams 2009-11-17 23:31:02 +00:00
  • 4c0a3a21c0 Fixes LP #365976, faulty config file parsing. Also removes extra debug line Andrew Williams 2009-05-14 17:28:44 +01:00
  • 05d70532ed When running in command mode, config checker now checks to see if the button has a valid command, if not, remove the button. Andrew Williams 2009-05-14 17:23:56 +01:00
  • e0ceac0197 Abstracted Lock commands to allow no locking, Fix suggested by Matthew Horsell. Andrew Williams 2009-05-14 16:55:00 +01:00
  • 936ca19e29 Added simplistic-small Andrew Williams 2009-04-16 20:51:57 +01:00
  • 29696385f9 Removed MANIFEST.in Andrew Williams 2009-04-15 23:23:29 +01:00
  • aca24b6427 Changed foom -> simplistic, removed unneeded files. Andrew Williams 2009-04-15 23:22:14 +01:00
  • 373f8fb9ee Move versioning to 0.3 Andrew Williams 2009-04-13 22:44:41 +01:00
  • 5d76f0900b Release 0.2 v0.2 Andrew Williams 2009-04-13 21:51:40 +01:00
  • 4a3e00fa54 Fixed command execution, actually executes now for all buttons. Andrew Williams 2009-04-13 21:37:08 +01:00
  • 3702d1f5cc [commands] section now loaded and configured Andrew Williams 2009-04-13 21:34:36 +01:00
  • 60e317ebc9 Updated i18n generation files to reflect file changes Andrew Williams 2009-04-05 19:40:29 +01:00
  • cbc6e86bea Added friendly error messages to setup script. Andrew Williams 2009-04-05 14:33:11 +01:00
  • dc941af15e Import of test scripts Andrew Williams 2009-04-05 14:30:28 +01:00
  • b027395b1b oblogout module tidy Andrew Williams 2009-04-05 14:30:03 +01:00
  • bbd43804d1 cleanup dbus calling Andrew Williams 2009-04-05 14:26:45 +01:00
  • 6db2588b7d Use SingleInstance when creating the Dbus objects Andrew Williams 2009-03-29 20:21:33 +01:00
  • 59db6ee232 Fixed PIL opacity rendering, now fades to the correct value Andrew Williams 2009-03-29 19:00:23 +01:00
  • 58a7b344df Abstracted out the dbus class further, and fixed class logging Andrew Williams 2009-03-29 18:09:04 +01:00
  • bd4bf6edb7 [Oops] Uncomment the actual shutdown/restart commands Andrew Williams 2009-03-29 16:06:01 +01:00
  • 704e07ba95 Fixed dbus auth functions, now takes a more brute force attempt if PolicyKit object is acting up (bug?) Andrew Williams 2009-03-29 16:05:01 +01:00
  • f3412e1eba Modified Arch build to use Bzr to grab latest version Andrew Williams 2009-03-29 15:18:29 +01:00
  • f8f6fc25f4 Added basic Arch PKGBUILD file. Andrew Williams 2009-03-29 15:03:09 +01:00
  • e5ad550d75 Moved dbus function out to it's own abstracted class, did various code cleanups in oblogout.py Andrew Williams 2009-03-29 14:52:34 +01:00
  • 83ca843372 Renamed a few functions in the OpenboxLogout classes to denote private functions, added inital support for authorisation calls via dbus Andrew Williams 2009-03-29 11:38:16 +01:00
  • 47b37c20fe Modified control file to use python-dbus and policykit as recommended packages, after all these are not required for oblogout to run. Andrew Williams 2009-03-29 10:34:51 +01:00
  • 9319c7bac5 Handle policykit errors on shutdown/reboot. Hardly clean but it works. Andrew Williams 2009-03-22 10:18:32 +00:00
  • f5702985d6 Updated default commands Andrew Williams 2009-03-21 10:34:09 +00:00
  • cca1d3ea27 Fixes #327451, colors are not matched using color_parse instead of Color init. Andrew Williams 2009-03-21 10:06:15 +00:00
  • 4099165095 Moved dbus setup to load_config, allows for dbus only to be loaded if required. Andrew Williams 2009-03-21 09:55:23 +00:00
  • 0a6d5a5360 Added option to not use HAL, instead using command execution. This will allow for portability to systems that don't have HAL installed. Andrew Williams 2009-03-21 09:37:21 +00:00
  • bb49ab4195 Reorganise theme loading to work correctly, fixes LP #324130 Andrew Williams 2009-02-14 09:45:00 +00:00
  • db54167c52 Updated languages Andrew Williams 2009-02-01 22:51:03 +00:00
  • 07704e4a26 Fixed setup script to grab correct config file from data Andrew Williams 2009-02-01 22:13:34 +00:00
  • ddbad14e8d Added original SVG source file for the foom icon set. Andrew Williams 2009-02-01 19:37:36 +00:00
  • e41a8fc191 Fix issue with previous commit, os.path.exists, not os.exists Andrew Williams 2009-01-29 22:36:46 +00:00
  • b0700aa90e Start of SVG support, check if the icon file exists and attempts to load it. Andrew Williams 2009-01-29 22:35:42 +00:00
  • 5209135f87 Merged in oblogout-distutils r58-r68. Andrew Williams 2009-01-29 22:25:53 +00:00
  • a9aaa278dc Fixes LP #322208 Andrew Williams 2009-01-28 18:17:52 +00:00
  • 796e5f80f5 Merged in changes from the oblogout-distutils-extra branch Andrew Williams 2009-01-26 23:01:36 +00:00
  • 8ffe6e4ce3 Fixes LP #321384 - Should now hide the window and use a try/catch to send the dbus message and quit correctly. Andrew Williams 2009-01-26 20:39:56 +00:00
  • 648b5e23fc Updated translations, provided by the #! community. These have been completed by: Andrew Williams 2009-01-26 19:32:03 +00:00
  • 72dcbe4f31 Changed to "all" arch Andrew Williams 2009-01-24 18:03:44 +00:00
  • a94789b390 Added Ubuntu/Debian packaging files Andrew Williams 2009-01-24 13:26:12 +00:00
  • 1c3e00d767 Added licensing information to "oblogout" command Andrew Williams 2009-01-24 12:49:28 +00:00
  • fd191fefa7 Remove unneed (and commented out) lines of code, Made sure that the term is locked on suspend and hibernate. Andrew Williams 2009-01-24 12:45:12 +00:00
  • d5c19ccba5 Added shortcut keys to the default configuration file. Andrew Williams 2009-01-24 12:31:39 +00:00
  • 6350753ebb Reorganised the config loading method to be more stable, Added support for hotkeys as per blueprint. Andrew Williams 2009-01-24 12:24:29 +00:00
  • 323f4b2fef Better checking of dependent modules, warn users of issues. Andrew Williams 2009-01-20 21:51:43 +00:00
  • 16e3444524 Bug as reported on #! forums, change except to catch all instead of just valueerrors Andrew Williams 2009-01-20 21:42:44 +00:00
  • f6ff7cc9ef Darken the image in rendering mode, set the default opacity to 70% Andrew Williams 2009-01-19 22:07:52 +00:00
  • 86c928e35f Fixing release and packaging files. openbox-logout.conf now copies to /etc on setup. v0.1 Andrew Williams 2009-01-19 21:56:15 +00:00
  • 949633d470 Updated readme Andrew Williams 2009-01-19 20:59:47 +00:00
  • 2288093fe3 Added foom theme and made it default. Andrew Williams 2009-01-19 20:46:02 +00:00
  • 7f4e8bea38 Fixed dbus call for reboot Andrew Williams 2009-01-19 20:45:44 +00:00
  • 52b9a3075b Updated MANIFEST Andrew Williams 2009-01-18 00:28:12 +00:00
  • e8f7743f79 Updated README with configuration details Andrew Williams 2009-01-18 00:09:47 +00:00
  • 120d733a6a Updated English PO/MO, fixed mki18n to pickup en Andrew Williams 2009-01-17 23:48:15 +00:00
  • f596673a0e Ignore new pofiles created by mki18n.py Andrew Williams 2009-01-17 23:42:16 +00:00
  • d9cf55c3a5 Final i18n process fixes Andrew Williams 2009-01-17 23:41:29 +00:00
  • c2eddc3a6c Reorganising files for auto generation of PO/MO Andrew Williams 2009-01-17 23:27:41 +00:00
  • 05ab9f8f07 Removed en_GB, not needed. Added template Andrew Williams 2009-01-17 23:08:32 +00:00
  • e8917e90cc Adjusted ignores and added tools folder Andrew Williams 2009-01-17 22:59:13 +00:00
  • 6b1042975d Fixed setup.py issues Andrew Williams 2009-01-17 22:58:00 +00:00
  • 8472b2d6fc Dist changes, prepping for 0.1 Andrew Williams 2009-01-17 22:39:16 +00:00
  • db18f95682 Config file item change: buttonlist -> buttons Andrew Williams 2009-01-17 22:35:27 +00:00
  • fdca248d98 Added strid for functions, gettext enabled some strings Andrew Williams 2009-01-17 22:29:56 +00:00
  • 14376b0d4c Fixed bug causing a string opacity to throw an exception Andrew Williams 2009-01-17 22:24:56 +00:00
  • 8ecbadff7e Blur is no longer optional for those without compositing Andrew Williams 2009-01-17 22:24:10 +00:00
  • 9e13b182cc Reorganisation of the config code Andrew Williams 2009-01-17 22:22:36 +00:00
  • 7cedd566e0 Added lock and switch user buttons, cleaned up the button loading code Andrew Williams 2009-01-17 21:42:38 +00:00
  • 8f75aa0a91 Minor additions and changes, mostly corrections and code moves Andrew Williams 2009-01-17 13:24:47 +00:00
  • f69595bc8d Changed logger to output on the class logger instead of root, added the needed lines int he oblogout script to init the logger Andrew Williams 2009-01-17 13:17:09 +00:00
  • 05abadcabc Location independance, also uses ~/.themes/<themename>/oblogout if exits Andrew Williams 2009-01-17 03:30:12 +00:00
  • d510b98ce9 Reorganised files for standard module locations Andrew Williams 2009-01-17 03:16:29 +00:00
  • 76692c7642 Added more location independance Andrew Williams 2009-01-17 02:53:51 +00:00
  • 1f0bdca8c9 Enable blur by default (only used for non Cairo rendering), also changed the routines to use dbus/HAL Andrew Williams 2009-01-14 18:29:02 +00:00
  • 20a18796af Updated suspend/hibernate commands to use HAL, added safesuspend Andrew Williams 2009-01-13 21:58:22 +00:00
  • acd66b13c6 Added licensing information Andrew Williams 2009-01-13 21:43:42 +00:00
  • 79f8ebe673 Added oxygen theme (collected by adcomp) and set it as default Andrew Williams 2009-01-13 21:37:12 +00:00
  • 7840f4d236 Added suspend and hibernate buttons Andrew Williams 2009-01-13 21:29:19 +00:00
  • a2d14d98a7 Removed unneeded button part of the config file Andrew Williams 2009-01-13 00:04:39 +00:00
  • 8cd4af8732 Added support to select which button displays by the changing of the buttonlist variable in the config file. Full list of valid buttons can be found at the top of cb-openbox-logout.py Andrew Williams 2009-01-13 00:03:09 +00:00
  • ff80cb6fb6 Button/label locations are dynamic, allowing for easy customisation of button list. Few minor code cleanups Andrew Williams 2009-01-12 23:35:28 +00:00
  • a065ae8035 Revert back last revision, as command actually terminates the session Andrew Williams 2009-01-12 22:12:23 +00:00
  • 73d4ab70fa Adjusted suspend control to use gdm-control instead of dbus/gnome Andrew Williams 2009-01-12 22:10:19 +00:00
  • 26254d2717 Use the bgcolor configuration option Andrew Williams 2009-01-12 22:06:59 +00:00
  • a1f4cfe821 Now uses the opacity settings from the config file as part of the Cairo rendering. Andrew Williams 2009-01-12 21:56:22 +00:00
  • 7582689c58 Added themes support, and parsing for suspend/hibernate buttons Andrew Williams 2009-01-12 21:51:50 +00:00
  • b29e515def Added i18n support via gettext, changed some value names and cleaned up the code to use cario when available. Andrew Williams 2009-01-12 21:31:35 +00:00
  • 981ee81f05 Added rendering via Cario for semi-transparent window when using compositing. Code is messy but works. Andrew Williams 2009-01-12 00:02:41 +00:00
  • 7bc3bb8d5b Remove uneeded file Andrew Williams 2009-01-11 22:11:03 +00:00
  • e1aa378f66 Renamed some of the hooks, added a config option to enable blur or not Andrew Williams 2009-01-11 22:07:37 +00:00
  • 3ab22f5e0b Code cleanup, class rename and the addition of the conditional run Andrew Williams 2009-01-11 21:57:27 +00:00
  • 3cb4831ec0 Uses StringIO to convert PIL->Pixbuf, still a little slow. Andrew Williams 2009-01-11 21:39:17 +00:00
  • f44ccab6c1 Removed unneeded save/load of the pixbuf Andrew Williams 2009-01-11 21:26:26 +00:00