Commit Graph

1466 Commits

Author SHA1 Message Date
eacb4d0d3f Include <System.h> to avoid a warning 2010-03-15 22:45:39 +00:00
3c7fd53251 Added support for Linux (via sysinfo() like in Network/Probe) 2010-03-15 22:45:20 +00:00
e1664a0463 Explicitly mention when an applet is not fully implemented 2010-03-14 21:46:21 +00:00
4565d76b7a Do not display the CPU applet if not supported 2010-03-14 21:43:58 +00:00
e7686ee0ab Got rid of some warnings if the applet is not supported 2010-03-14 21:41:04 +00:00
ea765441c8 Don't display anything if unsupported 2010-03-14 21:38:56 +00:00
410acf71ed About to release Panel 0.0.5 2010-03-14 21:31:24 +00:00
77f134ec59 The main menu probably had a chance to popup in a wrong place in some cases 2010-03-14 21:29:52 +00:00
c9c02fe5df More accurate helper to position popup menus 2010-03-11 11:55:00 +00:00
eb1e7c5cc1 Also allow the icon size to be like menus (with "panel -x") 2010-03-11 11:00:32 +00:00
cc0f0a4857 Only wrap lines when the icon size is of a large toolbar 2010-03-11 10:59:26 +00:00
1444ee73c7 Only display the full time when the icon size is of a large toolbar 2010-03-11 10:58:55 +00:00
62c11e111f The size of the volume icon now matches the others 2010-03-11 10:41:41 +00:00
39c0960d96 Fixed a warning when compiling 2010-03-09 23:05:38 +00:00
739825cbeb Reporting more errors 2010-02-25 19:16:09 +00:00
9634816d4c Messages when logging out or shutting down are more informational than warnings 2010-02-17 22:48:44 +00:00
a3abc153b6 Reload the configuration just before saving 2010-02-14 20:37:20 +00:00
781acabb28 No longer infinitely loop when idle if the applications were not found 2010-02-06 17:54:05 +00:00
639cb68832 Don't fail as much when "/dev/mixer" can't be opened for OSS 2010-01-29 15:08:19 +00:00
ee605cae2d Only display when one or more desktops are available 2010-01-29 15:05:18 +00:00
d937453f23 lseek() doesn't work on "/proc/apm" 2010-01-29 15:01:52 +00:00
d7a636ecb8 Disabled the frame when embedded 2010-01-29 15:01:04 +00:00
871ee82195 Removed the event box, tightened applets' layout, and using the pager when embedded 2010-01-29 14:57:46 +00:00
6e8a6cfd66 Added Linux support (through /proc/apm, not tested much) 2010-01-28 16:55:09 +00:00
8f911dec8c Added code to handle the operator name (currently unused) 2010-01-28 10:49:29 +00:00
580c321cbd Using a phone icon instead 2010-01-28 10:36:08 +00:00
ee8d9c944f Added a GSM monitoring applet (very basic, for the Openmoko Freerunner) 2010-01-28 10:33:11 +00:00
065495f703 Removed debugging information 2010-01-28 10:30:14 +00:00
7ea809674f Added a GPS applet (for the Openmoko Freerunner) 2010-01-28 10:27:33 +00:00
187db92dc1 GCC defines "__linux__" and not "__Linux__" on Linux 2010-01-27 14:31:56 +00:00
67cfb24e77 Added support for Linux on the Openmoko Freerunner 2010-01-27 14:22:39 +00:00
a4bb2e501a Fixed compilation when not compiled on NetBSD 2010-01-27 13:19:06 +00:00
198877c1f0 Added bluetooth hardware monitoring 2010-01-27 13:10:07 +00:00
3071a3266f Let the use choose a smaller panel if desired 2010-01-21 12:23:41 +00:00
271f0d3d79 Forgot to commit (fixes compilation) 2010-01-21 12:05:56 +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
b84be8eabf The systray icons don't have to be of the same size 2010-01-19 20:02:18 +00:00
72c85b37a6 Fixed wrong use of memset() 2010-01-19 20:01:16 +00:00
956ee2af03 Implemented a systray applet 2010-01-19 02:41:40 +00:00
0bb01db4ec Fixed incorrect use of memset() 2010-01-19 02:20:22 +00:00
b1e15a3770 Fixed the condition determining if setting the frequency is available 2010-01-19 00:52:55 +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
47b0da3278 The panel can now be on different monitors 2010-01-17 00:31:27 +00:00
8bc220567c Only display applets when explictly done by the applets themselves 2010-01-16 23:58:16 +00:00
737938278f Also support "mix.master" as the main volume control (on NetBSD or <sys/audioio.h>) 2010-01-16 23:57:43 +00:00
0657de7fee Only explicitly display when relevant (helps on NetBSD) 2010-01-16 23:56:46 +00:00
43bf9f7160 About to release 0.0.4 2010-01-14 16:25:17 +00:00