Commit Graph

671 Commits

Author SHA1 Message Date
Sanel Zukan
ddd508903f Allow to full path be used in ede.desktop, so display managers could correctly pick it up 2009-08-05 22:19:57 +00:00
Sanel Zukan
19cea21c3a Renaming 2009-08-05 22:16:44 +00:00
Sanel Zukan
e9f1252feb Prevent crash when there is no image data 2009-07-11 10:45:06 +00:00
Sanel Zukan
a425c03182 Removed unneeded execute() member 2009-07-09 14:11:28 +00:00
Sanel Zukan
b6d080e414 Run icon action via menu 'Open' 2009-07-09 13:59:51 +00:00
Sanel Zukan
e147228f53 Again, replacing FLTK menus... 2009-07-09 13:44:16 +00:00
Sanel Zukan
4bc8027cb7 Replacing FLTK menus with the ones from edelib.
Some icons in menus
2009-07-09 13:26:59 +00:00
Sanel Zukan
f137dc9f2d Implementing temporary file handling via TempFile.
Made ede-about and ede-bug-report resizeable
2009-07-09 12:04:19 +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
fffdfec7e7 Do not compile xmlrpc-c (and related code) when curl wasn't found 2009-07-06 15:10:53 +00:00
Sanel Zukan
dfd2355c18 Some text alignement in ede-bug-report so it can be easily read in the source.
Rewriten ede-crasher. Now is able to call ede-bug-report, display png icon, do
backtrace in random temporary files and etc.
2009-07-06 11:51:25 +00:00
Sanel Zukan
cccaf1b72f Fixing paths 2009-07-03 14:27:19 +00:00
Sanel Zukan
66e586f37f Copying ede-bug-report from branches in trunk 2009-07-03 14:23:51 +00:00
Sanel Zukan
bfed428c37 Moving ede-crasher to ede-bug-tools directory 2009-07-03 14:21:03 +00:00
Sanel Zukan
156be804fc Added checks for pthread and curl libraries 2009-06-25 15:37:12 +00:00
Sanel Zukan
70f39b6849 Display comment too if possible 2009-05-26 13:35:56 +00:00
Sanel Zukan
5eda865eb4 Small refactoring
Allow translation of the name of none icon
2009-05-20 15:04:32 +00:00
Sanel Zukan
cf8f661b17 Let DesktopIcon::rename() handle most of the stuff 2009-05-20 08:55:39 +00:00
Sanel Zukan
8d6cb50fb7 Allow only one instance of emountd 2009-05-19 13:16:42 +00:00
Sanel Zukan
ffee0edd57 Some refactoring so icon properties does not get's copied
Added some hack to make valgrind silent in wallpaper code
2009-05-19 11:10:23 +00:00
Sanel Zukan
12acd9ea6c Obsolete file 2009-05-18 14:50:29 +00:00
Sanel Zukan
5066e4938c Allow fully customized messages in splash 2009-05-18 14:12:59 +00:00
Sanel Zukan
28a2664083 No needs for icon theme and images 2009-05-15 16:36:43 +00:00
Sanel Zukan
fd99e9cca8 Obsoleted flag 2009-05-15 13:30:40 +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
39770b5a0e Link against edelib-gui library 2009-05-14 16:06:10 +00:00
Sanel Zukan
58a126ad1f Use some more standard header for htonl() and the family.
Instead to redefine, include header where FreeBSD keeps off_t type
2009-04-24 20:12:53 +00:00
Sanel Zukan
925ef86944 How the hell gcc/sunCC didn't found these? 2009-04-22 17:32:50 +00:00
Sanel Zukan
8044891d0a Removed obsolete files 2009-04-22 11:26:09 +00:00
Sanel Zukan
704cdc56d5 Fix variable name for the final icon theme directory 2009-04-22 11:00:57 +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
97409088b8 Removed obsolete line 2009-04-18 14:22:06 +00:00
Sanel Zukan
807dd35e38 Synced with pkg.m4 from edelib 2009-04-17 20:36:32 +00:00
Sanel Zukan
427602bed6 Fixed some warnings 2009-04-16 17:01:19 +00:00
Sanel Zukan
70964d806c Let sun compiler does not get gcc specific flags that will break the build 2009-04-16 16:56:14 +00:00
Sanel Zukan
4f0a1e1ef1 Call dbus flags/libs declared in Jamconfig 2009-04-16 16:47:49 +00:00
Sanel Zukan
910f19d0c2 Fix with appending flags 2009-04-16 16:46:05 +00:00
Sanel Zukan
faf23b7d2f Fix a warning 2009-04-16 11:36:33 +00:00
Sanel Zukan
ae3d4d7f17 Replaced deprecated functions 2009-04-16 11:32:31 +00:00
Sanel Zukan
64866783c4 Seems how some of the Linux headers (or glibc) has typedef-ed uint. FreeBSD does not 2009-04-16 11:29:49 +00:00
Sanel Zukan
66c119033c Replaced deprecated functions 2009-04-16 11:27:28 +00:00
Sanel Zukan
d0e0732792 Replaced deprecated functions 2009-04-16 11:24:52 +00:00
Sanel Zukan
cfe8b8adb7 Removed deprecated functions.
Recoded so file/dir checks existance is not done before target was opened
2009-04-16 11:18:34 +00:00
Sanel Zukan
98f939c61c Fixed a typo that break build on FreeBSD 2009-04-14 16:18:21 +00:00
Sanel Zukan
7089acdd4a Option to compile ede without efiler 2009-04-13 17:37:26 +00:00
Sanel Zukan
020599462b Update jam checks here too 2009-04-13 17:06:53 +00:00