1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 2 years ago.
Aug 08, 2022 — Aug 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed wrapping viewport, new applets weren't being shown. More... about 21 years ago
fixed dumbness with adding multi-applets. launchers now have a context menu. More... about 21 years ago
deprecated some applets that have been replaced by action menu items (eg reload and close). deprecated the iconbar since we now have launcher multi-applets. tried to remove as many calls to reload() as possible - updates now take place instantly where possible. modularised some code in PerlPanel.pm so we can call it in bits. fixed some crashes in notificationarea, works a lot better now. More... about 21 years ago
committing notification area applet - VERY ALPHA - if you try to use this, your brain will melt and your girlfriend will become a lesbian. More... about 21 years ago
importing german translation from Ruediger Arp <[email protected]>. UTF-8 characters and Glade still seem not to mix however, so this translation is pretty broken. More... about 21 years ago
changed the way that the panel loads config. First it looks for the users ~/.perlpanelrc file. If it can't find it, it then looks for $PREFIX=/etc/perlpanelrc, which is generated at build time. Then it just takes a reference of %DEFAULTS. This lets system administrators apply their own default config settings. More... about 21 years ago
updated this, oops. More... about 21 years ago
tweaked dependencies. More... about 21 years ago
all the themes (except hicolor) go into a separate RPM package now. More... about 21 years ago
imported bluecurve and crystalsvg themes, and changed the about image. fixed a couple o' bugs. More... about 21 years ago
added support for multiple-type applets (see changes to doc/perlpanel-applet-howto.pod). More... about 21 years ago
removed CWD mangling, since it messes up the working directory of the main panel. More... about 21 years ago
merged in Moshe Kaminsky <[email protected]>'s patch to support registries in multiple locations. More... about 21 years ago
added "Places" submenu. More... about 21 years ago
removed duff code, and added a tooltip to each item. More... about 21 years ago
removed redundant rpmbuild call, since it duplicates what rpm -ta does. More... about 21 years ago
added condition in lookup_icon to protect against crash in perlpanel-run-dialog, when the panel isn't running. More... about 21 years ago
updated with changes for the newest release. More... about 21 years ago
widget will desensitise if xscreensaver isn't running. More... about 21 years ago
added auto-complete. More... about 21 years ago
updated icon docs. More... about 21 years ago
updated for new version. More... about 21 years ago
update splash screen for a new release. More... about 21 years ago
fixed the sort order problem - files are now sorted in the order in which they were used. also better icon and launcher lookup. More... about 21 years ago
made a nice glade-ified applet error dialog, with a little expander to show the error message. More... about 21 years ago
changed "which" call to be silent when nautilus can't be found. More... about 21 years ago
added a signal handler on the lock screen item which greys it out if xscreensaver isn't running for the user. More... about 21 years ago
added explicit set_position('center') call on dialogs, since something about libglade+openbox means that it doesn't work. More... about 21 years ago
fixed behaviour so that if the machine isn't running apmd it won't crash the panel. also removed redundant dialog. More... about 21 years ago
OK, apparently icon theme names *are* case sensitive after all :p More... about 21 years ago