9804f0e93a
Merge pull request #1 from kraileth/readme-improvement
...
Improve readme
2018-05-22 14:22:14 +02:00
a04496c7f0
Do not handle manual for now.
2018-05-22 14:01:57 +02:00
84f195c9b7
Improve readme
2018-05-04 20:28:07 +02:00
5489ef0b70
Prevent crash when focusing button.
2018-05-04 00:52:05 +02:00
cbcb0e2ce4
Show status when battery query fails.
...
When there is an issue with getting battery details, panel would not
show any icon nor tooltip to mark that status. This changes adds failing
icon and appropriate tooltip message.
2016-07-13 16:07:02 +02:00
09039b46c9
Changed default gtk+ theme.
...
For now, relay on Adwaita gtk+3 theme. For future, a better approach
should be considered.
2016-07-13 12:53:12 +02:00
7cc34bd248
Make sure 'lib' folders are created first.
2016-07-13 12:52:36 +02:00
482ced1c5c
Use rsvg-convert as svg convertor.
2016-06-29 13:27:02 +02:00
f09dd4d3d6
Fixing links.
2016-06-16 14:51:33 +02:00
9c6d7ebd0e
Updating.
2016-06-16 14:49:39 +02:00
9029fb2f45
Renaming.
2016-06-16 14:45:08 +02:00
6f0fa02cbe
Reordering repository
2016-06-08 12:33:37 +00:00
f799482f64
DBus in most cases requres pthreads library, especially on OpenBSD in this case.
2015-12-17 00:13:09 +00:00
da0370a255
Allow ede-startup.conf values to be overwritten by user specific startup sequence.
2015-12-17 00:05:32 +00:00
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
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
09b1d6fe74
Sort entries before they are added to the menu list.
2014-12-04 17:08:01 +00:00
ef64e70a8b
Sort layout descriptions.
2014-12-03 20:48:44 +00:00
bd1f834431
Removed comments that prevented applet loading
2014-11-29 02:49:04 +00:00
8f5f3a94ca
Cleanup.
2014-11-29 02:43:19 +00:00
e154972cdd
Small code cleanup. Use the same code for tiling as ede-desktop is using it; this will make tile preview to look the same as will be on desktop background.
2014-11-28 17:45:41 +00:00
8f8a937e98
Added support for wallpaper size update when screen sizes are changed. Also, there are some tricks applied so wallpaper scaling be done only when really is needed.
2014-11-28 15:46:05 +00:00
f0c50eeebf
Fixing issue with workspace change and window listing. Adding facility for reading configuration from applets: implemting options for configuring fixed layout in taskbar tabs and showing buttons from all desktops.
2014-11-28 01:47:31 +00:00
002bd6b2e7
Adding support for taskbuttons drag & drop. Also fixing child size check bug.
2014-11-19 12:40:42 +00:00
0d0cc8d8b1
Fixing bug 208 - Panel (position 0!) displaced on startup
2014-07-09 12:50:17 +00:00
a2b2ae0e27
Adding patch from kraileth, which makes tip compiler compileable with musl libc.
2014-07-09 11:07:06 +00:00
e529fb9794
Increasing version number.
2014-06-23 21:11:41 +00:00
cdccbe7ce6
Updating (c) year in about dialog.
ede-2.1@3580
2014-06-21 20:55:47 +00:00
a735fa7e84
Added logout dialog, confirmation is now binded to Enter key.
2014-06-20 09:29:18 +00:00
7ebc86ca41
Fixing report string.
2014-06-20 09:27:40 +00:00
d6dd94778c
Cleaning some compiler warnings.
2014-03-02 11:12:17 +00:00
f1a37cefd2
Changed icon create/edit dialog, so working path can be set, including startup options like running in terminal or starting with startup nofication hints.
...
Changed how icons are started. Previously, ede-desktop would extract content from .desktop Exec key and explicitly run it. This would not correctly handle other .desktop details, like startup notification or running in terminal. Now, full .desktop path is sent directly to ede-launch which will take care about named startup details.
These changes also fixes bug #235 : "Working directory and startup notification for desktop icons".
2014-02-25 18:16:10 +00:00
30d0261cd3
If .desktop file set Path key, obey to it and change current working directory.
2014-02-25 18:02:39 +00:00
97886f254a
free() requires stdlib.h, which is visible in FLTK 1.3
2013-10-28 23:47:11 +00:00
095feb98e7
Allow last changes to be compileable with FLTK 1.1.x. This way I found some rand()/srand() calls without stdlib.h inclusion...
2013-10-28 23:42:40 +00:00
361d3a532a
Show tooltip over icon if icon contains Comment key.
2013-10-28 21:51:05 +00:00
2c9f804aa3
Removing emountd; this code isn't used much as HAL is deprecated long time ago. Obviously, mounting notifications will be redone in future.
2013-10-02 01:35:18 +00:00
bee5fd8fb9
Removing old ede-desktop.h. Adding support for editing existing icons.
...
Editing will be done simply by creating first .desktop file and letting ede-desktop to read it, performing some
checks to determin if only content was changed or file was renamed. Using this scheme, beside it simplify the code,
it addresses the cases when icon was modified outside the desktop or removed.
These things could be solved by using DirWatch, but I'm trying to rely less on OS notification system...
2013-06-24 14:40:28 +00:00
db9e0bad61
Added fallback in case dirent's d_type wasn't set. Seems how Slackware follows POSIX strictly than others.
2013-06-07 22:19:00 +00:00
fc433aa342
Better handling if configuration isn't present.
2013-06-06 09:48:01 +00:00
0d6f18e867
Do not exit from read_config() even if reading file fails; edelib::Config class will simply use fallback values instead.
2013-06-06 09:44:50 +00:00
932e2c85fd
Load hider too.
2013-06-06 09:04:42 +00:00
2726a2af37
Do not return from read_config() when configuration isn't present: applet will not be loaded.
2013-06-06 09:00:44 +00:00
756b95587d
Fixing some accidentaly lowered chars.
2013-06-05 16:34:06 +00:00
6d1a140375
Changing uneeded const specifier for given va_list type.
2013-06-04 09:59:35 +00:00
ca5911fe94
Use flat box so redraw() can update changed image correctly.
2013-06-03 21:47:26 +00:00
05f7fc15e1
Inside battery applet, do not load icon on every change event by device. Instead, check if we really need to change icon (e.g. states between 'battery' and 'battery-caution' are changed) then load it.
...
A small formatting inside Panle and AppletManager.
2013-06-03 17:39:50 +00:00
b24b859a4f
Read applets and hider from configuration. Go to builtin order as fallback.
2013-06-03 13:44:59 +00:00
8a0f7135ee
Load system wide battery applet installation. Also added explicit linkage for libdl...
2013-06-03 11:15:59 +00:00
a2a6f6034d
Removed some test code.
2013-06-03 11:11:57 +00:00