Commit Graph

105 Commits

Author SHA1 Message Date
Sanel Zukan
f799482f64 DBus in most cases requres pthreads library, especially on OpenBSD in this case. 2015-12-17 00:13:09 +00:00
Sanel Zukan
da0370a255 Allow ede-startup.conf values to be overwritten by user specific startup sequence. 2015-12-17 00:05:32 +00:00
Sanel Zukan
3042413e36 Applying patches from Michael to fix openbsd buils. Fixing notification daemon to properly read 'replaces' property. 2015-12-16 17:05:02 +00:00
Sanel Zukan
29475da925 Allow setting splash theme to 'none'.
If 'none' was set, no splash theme will be used. This is another way
splash screen can be disabled without adding '-n' option to evoke.
2014-12-08 23:00:55 +00:00
Sanel Zukan
a735fa7e84 Added logout dialog, confirmation is now binded to Enter key. 2014-06-20 09:29:18 +00:00
Sanel Zukan
31d35e627a Fixed #194: ede-desktop will not save icon position on Shutdown. Code cleanup.
When user hit shutdown or restart from dialog, evoke will immediately sent shutdown/restart signal, causing abnormal X termination, killing all childs. With this commit, evoke will first close all X childs, then send shutdown/restart signal.
2013-01-05 03:39:09 +00:00
Sanel Zukan
6f93f25468 Removing obsolete comment. Small reformatting... 2012-11-26 19:45:46 +00:00
Sanel Zukan
c5fd4cd9ee Fixed #198.
When user logout or shutdown the system, a warning dialog was showing about wrong DBus reply. Now are used
ConsoleKit commands 'CanStop' and 'CanRestart' to check can user perform the action.
2012-11-26 19:38:24 +00:00
Sanel Zukan
c605359ea1 Space cleanup. 2012-11-02 11:57:11 +00:00
Sanel Zukan
c26b526dcd Importing svn2cl as it is used from script that makes release archives.
Making code DBus optional; all DBus related code is wrapped inside EDELIB_HAVE_DBUS.
2012-09-18 17:49:48 +00:00
Sanel Zukan
ca8146de43 Better icons 2012-05-10 11:51:16 +00:00
Sanel Zukan
30a2644b8c Icons for notify daemon 2012-05-10 11:29:21 +00:00
Sanel Zukan
971dd60f51 Use ConsoleKit (instead of obsolete Hal) to do restart/shutdown 2011-11-20 23:38:14 +00:00
Sanel Zukan
5ee83e3c21 Fixing a typo 2011-11-14 08:48:00 +00:00
Sanel Zukan
78896a7527 Run edelib-update-font-cache 2011-11-09 14:09:13 +00:00
Sanel Zukan
ff5a21c825 pekwm knows about splash hint, so use it 2011-11-09 13:21:27 +00:00
Sanel Zukan
9d23b51207 Removing checks for efltk and updating README. Squashing few warnings. 2011-10-24 08:15:47 +00:00
Sanel Zukan
eed5749909 Importing pekwm as alternative wm. Adopting it to ede build system including autoconf checks.
Also center ede-launch window.
2011-10-23 00:10:40 +00:00
Sanel Zukan
2898f9ea53 Use edelib::Window 2011-10-21 16:00:16 +00:00
Sanel Zukan
39b5181ad5 Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
Sanel Zukan
31fbe5bc06 Added Remove(), Flush() and Set() D-Bus calls, related to XSETTINGS, in evoke.
Use Fl_Double_Window in ede-image-view, to prevent flickering when image gets resized.
2009-12-07 13:46:52 +00:00
Sanel Zukan
1915b1aca2 Added D-Bus interface for querying XSETTINGS data. 2009-12-03 16:56:20 +00:00
Sanel Zukan
037196c9be Reduced warnings on gcc 4.4.1.
Let panel applet use GLOBALFLAGS.
Check for XKBrules from XKB extension and conditionally compile code using it.
2009-11-20 17:08:29 +00:00
Sanel Zukan
94fb06d386 ede-autostart will use warning icon from icon theme.
Apply keyboard settings at ede startup.
Do not change keyboard layout if it is the same as previous.
2009-11-16 11:40:52 +00:00
Sanel Zukan
4ad4b4ca71 Implemented restart and shutdown. By default, they will be done via HAL, if HAL was detected.
Fallback will be done via standard shell commands.
2009-10-13 10:41:08 +00:00
Sanel Zukan
235cd14b02 Fixed a typo 2009-10-07 11:04:57 +00:00
Sanel Zukan
dd48c50f97 Link ede-shutdown with libm too 2009-10-07 11:02:40 +00:00
Sanel Zukan
01d67eeca1 Reduced timeout 2009-10-06 15:47:50 +00:00
Sanel Zukan
82b85f20be Moving ede-autostart code in separate directory, since is pretty unrelated to evoke. 2009-10-03 09:29:49 +00:00
Sanel Zukan
f472787139 Removed obsolete program-links, efltk.conf and ede.conf.
Added some additional menu entries.
Removed unsed build rules.
Fixing autostart code due the latest try_exec() changes.
2009-10-03 07:24:06 +00:00
Sanel Zukan
33df6e9231 Removed incomplete edialog.
Imported new and functional ede-dialog.
ede-help uses ede-dialog for error reports; xmessage is not used since some OS-es to not install it 
by default, e.g. OpenSolaris.
Removed obsolete ede-tip.conf.
Fixed background issue in ede-tip; background will now always be white so it can nicely blend with the image.
Commit fixed ede.desktop.in; previous commit was only renaming without content change.
Reduce some debug output in ede-autostart.
2009-08-12 15:26:38 +00:00
Sanel Zukan
be2cb085b9 A small documentation update for evoke.
Do not compile running code for ede-launch-sn in ede-launch when startup-notification was not found.
Allow report button only for ede applications.
2009-07-07 11:57:45 +00:00
Sanel Zukan
70f39b6849 Display comment too if possible 2009-05-26 13:35:56 +00:00
Sanel Zukan
5066e4938c Allow fully customized messages in splash 2009-05-18 14:12:59 +00:00
Sanel Zukan
0b351637b1 Added support for autostart files 2009-05-15 13:22:50 +00:00
Sanel Zukan
c6cac70728 Show dialog of items registered for startup 2009-05-15 12:26:28 +00:00
Sanel Zukan
771c36438b Actually run programs 2009-05-15 12:24:35 +00:00
Sanel Zukan
defc5dca82 Autostart code is now placed in external, ede-autostart file. This should make it
easier for extending and calling from external programs, without cluttering evoke
2009-05-15 12:23:46 +00:00
Sanel Zukan
21c2fd8537 Renaming files 2009-05-15 12:20:49 +00:00
Sanel Zukan
d99fc3b839 Let efiler be compiled only when WITH_EFILER=1 was given.
Reduced timeout in splash screen on 1 second per item.
2009-04-22 10:37:55 +00:00
Sanel Zukan
ae3d4d7f17 Replaced deprecated functions 2009-04-16 11:32:31 +00:00
Sanel Zukan
98f939c61c Fixed a typo that break build on FreeBSD 2009-04-14 16:18:21 +00:00
Sanel Zukan
e8c8485097 Very tiny documentation revision.
Fixed code so it can be compiled on SunStudio without errors.
2009-03-30 15:17:00 +00:00
Sanel Zukan
bbaf491caa Added missing ede-settings-apply 2009-03-03 13:32:59 +00:00
Sanel Zukan
2ea73b6996 Merged changed pkg.m4 from edelib
ede-panel has alternative way of calling ede-about dialog

Dumped SettingsApplicator.* code from evoke. They are replaced with ede-settings-apply script
which should call all programs that needs to apply stored settings. This will reduce code entropy

evoke will call ede-settings-apply at the startup

ede-bell-conf modified to use "--apply" arg and to apply known settings

ede-desktop will start icon exec path via ede-launch

Fixed freebsd specific code in ede-panel's battery code
2009-03-03 11:47:30 +00:00
Sanel Zukan
4705a79876 Added applicator for global settings 2009-02-27 15:43:57 +00:00
Sanel Zukan
99c4913b8c Update changes in run_* commands 2009-02-27 14:51:55 +00:00
Sanel Zukan
7032f57bb8 Added shutdown dbus signal that will be broadcasted when EDE starts to shut down
so apps (but not X11 related) could quit nicely. Primarly intended for services, like emountd
2009-02-26 12:04:29 +00:00
Sanel Zukan
6db6d6bb22 Send correct message 2009-02-25 17:18:15 +00:00
Sanel Zukan
ccf076a6f3 Let request be processed 2009-02-25 15:19:00 +00:00