Commit Graph

72 Commits

Author SHA1 Message Date
1e09de2e4c Add a configuration value to re-order tasks 2015-10-01 22:24:00 +02:00
8f1ce0080b Add a configuration parameter for labelling 2015-10-01 22:24:00 +02:00
af947b48b2 Harmonize the "tasks" data structure in embedded mode 2015-10-01 22:24:00 +02:00
01b09b39ab Avoid potential use after free 2015-10-01 22:24:00 +02:00
17f1262230 General rework for applets
This includes:
- error reporting
- code cleanup (naming constants...)
- removing useless idle/timeout events
- display applets only when relevent (GPS, GSM, USB...)
2015-09-24 00:54:21 +02:00
47df230b43 Update the copyright notices 2015-07-31 22:06:01 +02:00
ac5cac38a5 Refactoring of the window management 2015-07-31 22:06:01 +02:00
dd5bffa7cf Code cleanup 2014-10-23 19:34:21 +02:00
593c468fcd Do not attempt to translate stock labels 2014-10-23 19:33:00 +02:00
ab95bffc4f Attempt to de-register "screen-changed" events before destroying applets 2014-10-23 19:29:19 +02:00
ff9007d631 Avoid warnings when compiling with Gtk+ >= 3.0 2014-05-16 21:42:11 +02:00
a7d94c945f Make even more sure no spurious event filter remains 2013-12-19 05:45:38 +01:00
3afd5e7018 Avoid double-free for each task when deallocating 2013-12-19 02:40:30 +01:00
b2bc86acbf Code cleanup 2013-12-19 02:35:36 +01:00
1262d304be Fixed call to gdk_x11_display_text_property_to_text_list() with Gtk+ >= 2.24 2013-12-19 02:34:28 +01:00
783c117203 Code cleanup 2013-12-19 02:30:04 +01:00
89dce32795 De-register the filter on the root window when deallocating 2013-12-19 02:22:47 +01:00
1c23613447 Destroy own widget when deallocating 2013-12-19 02:15:03 +01:00
cb71093860 Compatibility fixes with Gtk+ 3.0 2012-09-22 00:01:10 +00:00
bd715f3c02 Preparing migration to Gtk+ 3.0 2012-09-21 23:36:45 +00:00
76f03d8a2d Reworked Panel Applets management 2012-01-07 02:58:14 +00:00
e8f2b52cef Explicitly disable the shadow around the "tasks" applet 2011-12-25 01:04:47 +00:00
e6e8b558ce Setting some icons to the applets 2011-09-09 08:35:18 +00:00
1628d25244 Removed the need for PanelAppletPosition with the new "spacer" plug-in 2011-08-22 23:35:03 +00:00
1209fc80eb Introducing the close and title applets 2011-05-29 01:22:51 +00:00
25ed092a70 Polishing some more 2010-12-31 21:11:27 +00:00
0d4d6285e6 Allowing plug-ins to propose configuration dialogs 2010-08-11 23:00:17 +00:00
6bc347e88b Updated the plug-in API for consistency with Phone's own plug-in API 2010-08-09 23:02:48 +00:00
a9e5f57efe Avoided a warning 2010-08-09 17:09:56 +00:00
d72bc2ba8e Hopefully now really choosing the best icon for a given size 2010-05-10 10:34:45 +00:00
5f40434ee2 Trying to use nicer icons than just the first one available 2010-05-06 13:15:25 +00:00
7714149774 Account for the average size of the border for the actual icon size 2010-05-05 14:49:28 +00:00
77f9b6e39f Fixed the height of the plug-in when using large icons 2010-05-05 14:41:52 +00:00
8a1fa555b6 Translated most of the program by now 2010-04-22 15:57:52 +00:00
cc0f0a4857 Only wrap lines when the icon size is of a large toolbar 2010-03-11 10:59:26 +00:00
39c0960d96 Fixed a warning when compiling 2010-03-09 23:05:38 +00:00
5741a88691 Implemented moving and resizing windows (not confirmed to work yet) 2010-01-20 22:26:00 +00:00
d5cfc9307d Implemented window minimization 2010-01-20 22:08:16 +00:00
a30e30e004 Code cleanup 2010-01-19 00:47:21 +00:00
a610e682c0 Added an implemented maximizing windows both horizontally and vertically 2010-01-19 00:42:15 +00:00
41c19a2e98 Code cleanup 2010-01-19 00:14:27 +00:00
8bc220567c Only display applets when explictly done by the applets themselves 2010-01-16 23:58:16 +00:00
762e29fc50 Defining enumerated and string values for atoms from a common file 2010-01-07 03:42:52 +00:00
aa2a7ee675 Implemented four more states 2010-01-07 03:27:56 +00:00
722905af15 Code cleanup 2010-01-07 03:23:45 +00:00
b83851d296 Implementing toggling the fullscreen state 2010-01-07 03:19:12 +00:00
4a8a34f511 Updated copyright information 2010-01-07 03:04:19 +00:00
1ecb84bc08 Also popup the window operations menu when using the mouse 2010-01-07 03:03:56 +00:00
112b4ce7c3 Extended the popup menu to include all supported window operations 2010-01-07 02:59:34 +00:00
5ec2fd9d6f Fixed some warnings (unfortunately untested as popups don't seem to work anymore) 2009-12-12 12:09:04 +00:00