| informationsyndicateUTC clock | event counters The last message was received 0.83 years ago at 19:24 on Jul 28, 2011 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 2110 messages since the first one, 8.37 years ago, for an average of 1.45 days between messages recent messages date | project | content | link |
|---|
| 17:51 on Jul 28, 2011 | GNOME | Commit by thiago :: rae1cf06f3a45 gedit/po/pt_BR.po: Updated Brazilian Portuguese translation | # | | 16:09 on Jul 17, 2011 | KDE | Commit by thiago :: r 1241883 /trunk/www/sites/planet/planetkde/config: ( link) Update my blog address | # | | 14:23 on Jun 07, 2011 | KDE | Commit by thiago :: r 1235613 kscreensaver/trunk/KDE/kdeartwork/kscreensaver/kdesavers/ (slideshow.cpp slideshowcfg.ui): ( link) Oops, remove new string. This module is in string freeze.
For now, leave this option hidden, no UI to configure.
After the string freeze is lifted, someone will need to revert this change. I will probably forget it, so don't count on me to do it. | # | | 14:10 on Jun 07, 2011 | KDE | Commit by thiago :: r 1235612 kscreensaver/trunk/KDE/kdeartwork/kscreensaver/kdesavers/ (3 files): ( link) Add an option to disable the effects in the slideshow screensaver.
The effects take a lot of CPU time, not to mention that they make unlocking slow (the effect needs to end before the screen unlocks). | # | | 12:11 on Jan 25, 2011 | KDE | Commit by thiago :: r 1217012 /trunk/www/sites/planet/planetkde/config: ( link) Clean up the troll blog feeds | # | | 14:26 on Jan 14, 2011 | KDE | Commit by thiago :: r 1214398 workspace/trunk/KDE/kdebase/workspace/CMakeLists.txt: ( link) Stop versioning the CMake config files.
It makes no sense to have more than one set of files. You can't install two sets of header files anyway. So the CMake config files must match the headers that are installed at this prefix.
CMake has the nasty habit of finding alphebetically, so it finds the oldest config, not the newest. If you keep old files lying around (such as building from source and never rm -rf), eventually you'll get compiler or linker errors due to the mismatch of headers and libs. | # | | 16:54 on Dec 13, 2010 | KDE | Commit by thiago :: r 1206158 akonadi/trunk/KDE/kdepimlibs/akonadi/progressspinnerdelegate_p.h: ( link) Stop killing other people's timers.
Set m_timerId to -1 when we've killed it, so we don't try to kill again | # | | 17:34 on Dec 06, 2010 | KDE | Commit by thiago :: r 1204307 kontact/trunk/KDE/kdepim/kontact/plugins/CMakeLists.txt: ( link) Do not build the kjots plugin if kjots wasn't built.
There should be a better way of determining if kjots got built than to copy & paste its dependency list everywhere it is needed | # | | 08:26 on Oct 01, 2010 | KDE | Commit by thiago :: r1181483 kio/trunk/KDE/kdelibs/kio/kio/kprotocolmanager.cpp: Fix setting of Accept-Languages, or we get 400 Bad Request like this
QString += int doesn't convert the int to its string representation. Instead, we were adding ASCII 9, ASCII 8, ASCII 7, etc. (\t, \010, \7), which the servers rightfully choke on.
This problem was introduced in commit 1180675. | # | | 09:10 on Sep 29, 2010 | KDE | Commit by thiago :: r1180870 khtml/trunk/KDE/kdelibs/khtml/khtmlview.cpp: Revert commit 1174506 "avoid duplicate accesskeys for the same URL"
This introduced an infinite loop in the access-key resolution. Go to a bugzilla bug comment and press Ctrl -- konq locks up due to the infinite loop.
CCBUG:122356 | # | | 07:12 on Jul 07, 2010 | KDE | Commit by thiago :: r1146963 plasma/trunk/KDE/kdelibs/plasma/private/wallpaperrenderthread.cpp: Don't call setPriority on a non-started thread.
QThread documentation says this doesn't do anything, so it's just pointless. More than that, though, it's printing a warning. | # | | 14:07 on Jun 30, 2010 | PHP | Commit by thiago :: r 300883 /phpdoc/pt_BR/trunk/bookinfo.xml: ( link) - Sync with latest EN version
| # | | 13:57 on Jun 30, 2010 | PHP | Commit by thiago :: r 300882 /phpdoc/pt_BR/trunk/install/macos/server.xml: ( link) - Fix typo sent by Avelino
- Sync with latest EN version
| # | | 10:24 on Jun 23, 2010 | KDE | Commit by thiago :: r1141721 /trunk/KDE/kdepim/CMakeLists.txt: If kjots isn't being built, turn it off.
Otherwise the compilation will fail due to kontact trying to build its kjots plugin | # | | 20:03 on Jun 22, 2010 | KDE | Commit by thiago :: r1141456 kioslave/trunk/KDE/kdelibs/kioslave/http/http.cpp: Do not tell the user an HTTP resource is not found when we get a 403 | # | | 20:03 on Jun 22, 2010 | KDE | Commit by thiago :: r1141455 kioslave/trunk/KDE/kdelibs/kioslave/http/ (http.cpp http.h): Rename the httpError function to httpPutError().
This function always sends an ERR_SLAVE_DEFINED error. Looks like Waldo never got around to finishing it, after he added it in July 2003.
It's unsuitable for other uses, so let's not make the mistake of assuming we could use it. | # | | 13:55 on Jun 20, 2010 | KDE | Commit by thiago :: r1140365 /trunk/KDE/kdelibs/CMakeLists.txt: makekdewidgets is not an optional tool, so always try to build it | # | | 08:49 on Jun 20, 2010 | KDE | Commit by thiago :: r1140311 choqok/trunk/extragear/network/choqok/cmake/modules/DBusMacros.cmake: Don't install anything outside your prefix | # | | 08:45 on Jun 20, 2010 | KDE | Commit by thiago :: r1140308 choqok/trunk/extragear/network/choqok/plugins/shorteners/goo_gl/ (goo_gl.cpp goo_gl.h): General improvements to the goo.gl shortener Use QByteArray when it's enough, no need for QString Use Q_INT64_C around constants that don't fit in ints Note that the if (m != 0) didn't make sense before with QString and now triggers a warning. That line is completely broken and will do the wrong thing. CCMAIL: gmlastik at gmail dot com | # | | 08:45 on Jun 20, 2010 | KDE | Commit by thiago :: r1140307 choqok/trunk/extragear/network/choqok/plugins/shorteners/goo_gl/ (goo_gl.cpp goo_gl.h): Convert the goo.gl URL shortener from QHttp to KIO | # |
|