Commit Graph

534 Commits

Author SHA1 Message Date
Sanel Zukan
10e6481a51 Quote macro name 2009-11-10 12:34:14 +00:00
Sanel Zukan
2e989474b3 Use callback changes in edelib 2009-11-10 11:10:34 +00:00
Sanel Zukan
6cee1f2ee5 Importing tool for keyboard configuration 2009-11-06 15:45:48 +00:00
Sanel Zukan
c4378d8738 Importing adapted CPU monitor from old eworkpanel as applet 2009-11-05 15:18:51 +00:00
Sanel Zukan
75aca1e984 Added -fPIC flag for start-menu applet code, that prevented linkage.
Common menu code will be compiled now once in separate library.
2009-10-15 14:51:15 +00:00
Sanel Zukan
5de582c27b Applied a little bit modified patch from José Romildo on bug #168 (DESTDIR support). 2009-10-13 15:51:25 +00:00
Sanel Zukan
34e75159fd Apply patch for bug #170 from José Romildo, for the case when EDELIBINCLUDE is empty 2009-10-13 14:50:55 +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
0d49f7bf87 Importing applet for displaying currently used keyboard layout 2009-10-12 11:25:57 +00:00
Sanel Zukan
b96b32af8f Unused code 2009-10-09 16:07:21 +00:00
Sanel Zukan
b230d3608b Adding national flags describing keyboard layout.
Updated Jamfile to install it in icon directory.
2009-10-09 15:17:08 +00:00
Sanel Zukan
3f977e18a0 Dump ewmconf usage 2009-10-08 13:35:21 +00:00
Sanel Zukan
9a3b95faf4 Update callback data when menu is going to be clicked 2009-10-08 13:27:36 +00:00
Sanel Zukan
445a252644 Make label transparent by default.
Use nice darker blue for default background.
2009-10-08 12:46:45 +00:00
Sanel Zukan
4725018886 Do not compile code with -pedantic by default, since eFLTK code will fail on it.
Pass checks for FLTK 1.1.10 and FLTK 1.3.x branch
2009-10-08 12:13:52 +00:00
Sanel Zukan
a800bb3255 Marking it as beta 2009-10-08 09:49:22 +00:00
Sanel Zukan
4cce9cee8e Renaming 2009-10-08 09:47:50 +00:00
Sanel Zukan
d4ee21532a Prevented ede-screensaver-conf to crash when xscreensaver is not installed.
Default desktop files will be installed during compilation time; if this was done during installation
time, files will be installed in superuser directory, which isn't the goal.

Fixed Jamfile to use correct path.
2009-10-08 09:45:27 +00:00
Sanel Zukan
7c245a2715 Dumping unused default icons.
Install ede-xterm.desktop only if Desktop directory is not present or it is empty. This is done by install-in-desktop-dir.sh
script. With this, when EDE is started for the first time, something will be on desktop.
2009-10-07 15:11:38 +00:00
Sanel Zukan
5f5b7da26d Small report change 2009-10-07 14:40:56 +00:00
Sanel Zukan
e6104ff470 Arrange icons if file with icon position wasn't found 2009-10-07 14:38:48 +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
a0e27e657e Explicitly link the against libm. NetBSD requires this 2009-10-07 10:50:10 +00:00
Sanel Zukan
7965fc1383 Reverting previous changes. Added LIBM variable, so -lm can be used explicitly 2009-10-07 10:44:40 +00:00
Sanel Zukan
b904fd6967 NetBSD requires explicit -lm for libstdc++ 2009-10-07 10:39:20 +00:00
Sanel Zukan
72bc68e348 Large file support.
Dumping checks for stat64(), since flags from --enable-largefile will solve this
2009-10-07 10:25:15 +00:00
Sanel Zukan
afde0c641a Commented unused function 2009-10-07 09:26:58 +00:00
Sanel Zukan
c3912222cd Fix some warnings on *BSD's 2009-10-07 09:25:21 +00:00
Sanel Zukan
205ba2b837 Correctly check the box when ede-tip should be run and reverse 2009-10-07 09:04:47 +00:00
Sanel Zukan
01d67eeca1 Reduced timeout 2009-10-06 15:47:50 +00:00
Sanel Zukan
aec637be5c Run commands from the menu items 2009-10-06 14:30:48 +00:00
Sanel Zukan
125fedc355 Expand Exec codes and quote Desktop Entry Specification required characters 2009-10-06 14:22:51 +00:00
Sanel Zukan
44d18dc433 Check OnlyShowIn and NotShowIn values if they are given 2009-10-06 12:04:44 +00:00
Sanel Zukan
419a80a732 Removed unused testing files 2009-10-06 11:39:16 +00:00
Sanel Zukan
dc4b1bef47 Use FLTK include flags as we are using it here 2009-10-06 11:26:06 +00:00
Sanel Zukan
28de0f8e96 Using error handler to block XGetImage errors caused in FLTK. Seems how these errors can cause
panel to stop event processing
2009-10-06 11:20:19 +00:00
Sanel Zukan
ee4dbe0109 Syncing with changes in edelib fltk.m4 macro 2009-10-05 12:10:50 +00:00
Sanel Zukan
3adaf5a457 Added X11 and FLTK include paths since they are on non-standard locations on *BSD's. 2009-10-05 12:01:43 +00:00
Sanel Zukan
e694d874fc Do not quit on Esc key. 2009-10-05 11:50:28 +00:00
Sanel Zukan
531ef0809e When installing, first remove a target then do 'cp'. If not so, programs with .so plugins would
crash when .so file was updated and program is running.
2009-10-05 09:45:21 +00:00
Sanel Zukan
f7466bed21 Some comment fix.
Simple utf8 test.
2009-10-05 09:43:27 +00:00
Sanel Zukan
ddb8ae12b0 Free some allocations 2009-10-03 12:28:41 +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
ad64995076 Adding ede-autostart dir 2009-10-03 09:24:57 +00:00
Sanel Zukan
bbac3c8882 See it as program, so chmod +x can be done on shared library 2009-10-03 09:14:21 +00:00
Sanel Zukan
7398386ad5 Allow ede-launch arguments to be quoted or unquoted 2009-10-03 09:06:05 +00:00
Sanel Zukan
4d10320856 Updated paths 2009-10-03 07:49:30 +00:00
Sanel Zukan
614e3eb656 ...so jam can recognize 'not' token 2009-10-03 07:47:39 +00:00
Sanel Zukan
1592afab26 Compile ede-panel conditionally. 2009-10-03 07:37:35 +00:00