Commit Graph

26 Commits

Author SHA1 Message Date
Sanel Zukan 7cc34bd248 Make sure 'lib' folders are created first. 2016-07-13 12:52:36 +02: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 6d1a140375 Changing uneeded const specifier for given va_list type. 2013-06-04 09:59:35 +00:00
Sanel Zukan e01506d58a Fixed stupid opensolaris requirement for c98... 2013-01-09 13:15:03 +00:00
Sanel Zukan 15dd0b0a80 Added support for receiving notifications.
When issue gets update, reporter can receive mail notifications, but has to have bugzilla account first. The later could not be avoided. Implements #201.
2012-11-07 12:49:43 +00:00
Sanel Zukan 0301585b3c Get FLTK and X versions. 2012-10-23 11:17:30 +00:00
Sanel Zukan 07e43f1c2b Cleanup. 2012-10-23 10:31:27 +00:00
Sanel Zukan 61bd398054 Removing some warning lines. 2012-10-23 10:29:20 +00:00
Sanel Zukan 1cc61c1d29 Try to read 'core.PID' if can or fallback on 'core'. 2012-10-23 10:20:21 +00:00
Sanel Zukan 5f89e0a412 Required size_t but not visible in sys/utsname.h. Minix again. 2012-09-24 13:46:09 +00:00
Sanel Zukan 599356843b Minix does not have pselect(). This is also good time to refactor xmlrpc-c dependency check in main configure.in script. 2012-09-24 13:43:51 +00:00
Sanel Zukan 705ea3ebf2 Center the window and fixed one spelling issue. 2012-08-05 23:01:11 +00:00
Sanel Zukan 037460d4b3 Fixes for new curl versions.
Looks like type.h is removed from curl distribution rendering xmlrpc-c code uncompileable. All code is wrapped
around HAVE_CURLTYPES_H. Also if _REENTRANT was defined, gcc will report warning as it is defined by default (:S).
2012-05-16 07:55:41 +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 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 c6ed8f6d2f Handle case when va_list is array. 2010-03-06 17:28:21 +00:00
Sanel Zukan 399aa3af0a Squeeze warning on gcc 4.3.2 2009-11-26 20:16:22 +00:00
Sanel Zukan b25a148298 More warnings reduction. 2009-11-20 17:14:40 +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 ad5ae59c66 Use CURL_CFLAGS in case curl was installed in non-common directories. 2009-11-18 14:26:20 +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 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