| informationsyndicateUTC clock | event counters The last message was received 1.77 years ago at 18:47 on Aug 18, 2010 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 375 messages since the first one, 8.01 years ago, for an average of 1.11 weeks between messages recent messages date | project | content | link |
|---|
| 18:47 on Aug 18, 2010 | KDE | Commit by rytilahti :: r1165289 /trunk/www/sites/www/announcements/changelogs/ (2 files): add bugfix for #109822 + generate content | # | | 18:37 on Aug 18, 2010 | KDE | Commit by rytilahti :: r1165284 kopete/branches/KDE/4.5/kdenetwork/kopete/libkopete/kopeteavatarmanager.cpp: backport r1156229:
Use KIO::encodeFilename() before trying to save the user's avatar photo to the disk. This is needed because in XMPP the JID may contain a slash, which is reserved character in filesystem.
CCBUGS:156184 | # | | 18:35 on Aug 18, 2010 | KDE | Commit by rytilahti :: r1165283 kopete/branches/KDE/4.5/kdenetwork/kopete/kopete/chatwindow/chatview.cpp: backport r1156102:
Don't show joins&quits in chatwindow, if user has decided not to show events
CCBUG:109822 | # | | 18:23 on Jul 28, 2010 | KDE | Commit by rytilahti :: r1156229 kopete/trunk/KDE/kdenetwork/kopete/libkopete/kopeteavatarmanager.cpp: Use KIO::encodeFilename() before trying to save the user's avatar photo to the disk. This is needed because in XMPP the JID may contain a slash, which is reserved character in filesystem.
CCBUGS:156184 | # | | 15:19 on Jul 28, 2010 | KDE | Commit by rytilahti :: r1156102 kopete/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/chatview.cpp: Don't show joins&quits in chatwindow, if user has decided not to show events
BUGS:109822 | # | | 15:54 on May 26, 2009 | KDE | Commit by rytilahti :: r973229 kimgio/trunk/KDE/kdelibs/kimgio/tga.cpp: Be stricter about supported files in TGAHandler to avoid crashes when non-tga file is trying to be processed as a tga one.
BUG:192191 | # | | 16:57 on May 24, 2009 | KDE | Commit by rytilahti :: r972350 akregator/branches/KDE/4.2/kdepim/akregator/src/actionmanagerimpl.cpp: backport SVN commit 972349 by rytilahti:
- Add icons for previous/next unread feed/articles, similar to knode
- Change + to be the primary shortcut for next unread article instead of current =, to be consistent as the primary key is shown in the menu. CCBUG:189664
| # | | 16:55 on May 24, 2009 | KDE | Commit by rytilahti :: r972349 akregator/trunk/KDE/kdepim/akregator/src/actionmanagerimpl.cpp: - Add icons for previous/next unread feed/articles, similar to knode
- Change + to be the primary shortcut for next unread article instead of current =, to be consistent as the primary key is shown in the menu. BUG:189664
| # | | 16:44 on May 24, 2009 | KDE | Commit by rytilahti :: r972344 akregator/branches/KDE/4.2/kdepim/akregator/src/mainwindow.cpp: backport: SVN commit 972341 by rytilahti:
Make single-key shortcuts to be possible again, this is a regression from kkeydialog->kshortcutsdialog porting happened in r528731.
CCBUG:181646 | # | | 16:38 on May 24, 2009 | KDE | Commit by rytilahti :: r972341 akregator/trunk/KDE/kdepim/akregator/src/mainwindow.cpp: Make single-key shortcuts to be possible again, this is a regression from kkeydialog->kshortcutsdialog porting happened in r528731.
BUG:181646 | # | | 00:17 on May 17, 2009 | KDE | Commit by rytilahti :: r968946 plasma/trunk/playground/base/plasma/ions/willab/ (ion_willab.cpp ion_willab.h): adapt to new weather ion api | # | | 23:40 on May 16, 2009 | KDE | Commit by rytilahti :: r968938 workspace/trunk/KDE/kdebase/workspace/plasma/dataengines/weather/ions/weatherutils.cpp: be more verbose about what was the input, forgot to commit this one a looooooong time ago | # | | 22:33 on May 16, 2009 | KDE | Commit by rytilahti :: r968927 messages/trunk/l10n-kde4/fi/messages/kdegraphics/gwenview.po: update gwenview translation, new translations, unfuzzying and some typofixes. thanks to Risto for pointing one of them :-) | # | | 21:47 on May 07, 2009 | KDE | Commit by rytilahti :: r965083 messages/trunk/l10n-kde4/fi/messages/kdebase/dolphin.po: update dolphin translation to be fully translated | # | | 21:38 on May 07, 2009 | KDE | Commit by rytilahti :: r965080 messages/trunk/l10n-kde4/fi/messages/kdebase/ (7 files): new translations + unfuzzify++ | # | | 17:08 on Feb 03, 2009 | KDE | Commit by rytilahti :: r920713 applets/trunk/KDE/kdeplasma-addons/applets/CMakeLists.txt: disable building of weather applet for now.. | # | | 16:06 on Feb 03, 2009 | KDE | Commit by rytilahti :: r920693 applets/trunk/KDE/kdeplasma-addons/applets/ (CMakeLists.txt weather/weatherapplet.cpp): follow the new weatherutils api, add weather applet to compilation too. note that this requires kdebase from trunk, 4.2 branch is not enough | # | | 18:14 on Feb 02, 2009 | KDE | Commit by rytilahti :: r920322 plasma/trunk/extragear/base/plasma/applets/weather/weatherapplet.cpp: revert my commits for creating a release for 4.2 branch first.. | # | | 17:36 on Feb 02, 2009 | KDE | Commit by rytilahti :: r920308 plasma/trunk/extragear/base/plasma/applets/weather/weatherapplet.cpp: get rid of remaining convert() call, should rounding (like this applet's convertTemperature has) be added to weatherutils? | # | | 17:09 on Feb 02, 2009 | KDE | Commit by rytilahti :: r920297 plasma/trunk/extragear/base/plasma/applets/weather/weatherapplet.cpp: - Adjust to API changes -- Removes a lot of unnecessary switch-cases as WeatherUtils checks everything(?) for us now
- Use Visibility Unit instead of Pressure Unit for visibility conversion..
- There's still some old convert() calls, will take a look at them next
| # |
|