3 months agoUpdated INSTALL to mention CMAKE_INSTALL_PREFIX default tip
Kurt Granroth <granroth@kde.org> [Fri, 10 Feb 2012 08:59:49 -0700] rev 80
Updated INSTALL to mention CMAKE_INSTALL_PREFIX

3 months agoUpdated CMakeLists.txt with required minimum of 2.8
Timothy Wagner <tim@kolinahr.com> [Fri, 10 Feb 2012 08:58:39 -0700] rev 79
Updated CMakeLists.txt with required minimum of 2.8

14 months agoUpdated kbiff.spec to be more standards compliant
Kurt Granroth <granroth@kde.org> [Tue, 22 Mar 2011 08:36:27 -0700] rev 78
Updated kbiff.spec to be more standards compliant

This is created through quite a few iterations in the openSUSE Build
Service. The end result should be a lot more standards compliant than
the old one was.

14 months agoAdded tag KBIFF_4_0 for changeset 6122f5a22a23
Kurt Granroth <kurt.granroth@ticketmaster.com> [Mon, 21 Mar 2011 07:20:19 -0700] rev 77
Added tag KBIFF_4_0 for changeset 6122f5a22a23

14 months agoUpdated version to 4.0 KBIFF_4_0
Kurt Granroth <kurt.granroth@ticketmaster.com> [Mon, 21 Mar 2011 07:15:40 -0700] rev 76
Updated version to 4.0

14 months agoTweaked kbiff.spec with KDE4 changes
Kurt Granroth <kurt.granroth@ticketmaster.com> [Mon, 21 Mar 2011 06:53:47 -0700] rev 75
Tweaked kbiff.spec with KDE4 changes

14 months agoSlightly reworked how icons are passed to the systray
Kurt Granroth <granroth@kde.org> [Thu, 17 Mar 2011 20:45:15 -0700] rev 74
Slightly reworked how icons are passed to the systray

The key, here, is that the systray icon loader can't find the KBiff-specific
icons without a full path. We use KIconLoader for that.

Also, non-docked KBiff needs to use the standard setPixmap, still.

15 months agoMerged KDE4 port to default branch
Kurt Granroth <granroth@kde.org> [Fri, 18 Feb 2011 14:49:21 -0700] rev 73
Merged KDE4 port to default branch

15 months agoAdd myself to AUTHORS and ChangeLog kde4 port
Rafal Florek <rafflo@interia.pl> [Fri, 18 Feb 2011 14:37:32 -0700] rev 72
Add myself to AUTHORS and ChangeLog

15 months agoPorted the main KBiff class to KDE4 kde4 port
Rafal Florek <rafflo@interia.pl> [Fri, 18 Feb 2011 14:36:26 -0700] rev 71
Ported the main KBiff class to KDE4

The tray icon is handled by separate systemtray application controlled by dbus
messages. The code uses KStatusNotifierItem class (in place of KWin::setSystemTrayWindowFor)
which interfaces the protocol to the systemtray. Also there's no need to manually
control the tooltip as it is displayed by the systemtray.

Details:
* enterEvent, leaveEvent, popupStatus and currentStatus methods removed
* selection of icon being displayed is controlled by sending "status"
(Passive, Active or NeedsAttention) to the systemtray
* the "mini" icons are no longer used as the big ones are well scaled by KDE,
plus they caused problem with "icon blinking" - a feature of the systemtray
* the sequence inside dock: destroy, create, setMainWidget made the undocked
window disappear so was changed to simple hide/show
* isGIF8x replaced by QMovie methods
* KBiffNotify class replaced by kde KNotification and KPassivePopup classes
* DCop interface entirely dropped (we'll see if anyone complains)