| informationsyndicateUTC clock | event counters The last message was received 1.11 years ago at 02:06 on Jan 05, 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 240 messages since the first one, 4.86 years ago, for an average of 1.06 weeks between messages recent messages date | project | content | link |
|---|
| 01:57 on Jan 05, 2011 | KDE | Commit by burel :: r 1211839 smoke/trunk/KDE/kdebindings/smoke/kde/kio/kio_includes.h: ( link) ksambasharedata.h only exists in KDE > 4.7, so conditionally include that file based on the KDE_VERSION being built against. | # | | 01:56 on Jan 05, 2011 | kde-bindings | Commit by burel :: r1211839 /trunk/KDE/kdebindings/smoke/kde/kio/kio_includes.h: ksambasharedata.h only exists in KDE > 4.7, so conditionally include that file based on the KDE_VERSION being built against. | # | | 14:29 on Dec 30, 2010 | KDE | Commit by burel :: r 1210304 perl/trunk/KDE/kdebindings/perl/qtcore/src/ (QtCore4.xs util.cpp util.h): ( link) Add support for Qt::File::read and Qt::DataStream::readRawData. | # | | 14:29 on Dec 30, 2010 | kde-bindings | Commit by burel :: r1210304 /trunk/KDE/kdebindings/perl/qtcore/src/ (util.h QtCore4.xs util.cpp): Add support for Qt::File::read and Qt::DataStream::readRawData. | # | | 23:09 on Dec 07, 2010 | KDE | Commit by burel :: r 1204553 smoke/trunk/KDE/kdebindings/smoke/kde/ (17 files in 16 dirs): ( link) Conditionally include headers, to keep the bindings working for older versions of KDE. | # | | 23:09 on Dec 07, 2010 | kde-bindings | Commit by burel :: r1204553 /trunk/KDE/kdebindings/smoke/kde/ (17 files in 16 dirs): Conditionally include headers, to keep the bindings working for older versions of KDE. | # | | 23:26 on Nov 23, 2010 | KDE | Commit by burel :: r 1200122 smoke/trunk/KDE/kdebindings/smoke/qt/qtcore/QtGuess.txt: ( link) | # | | 23:25 on Nov 23, 2010 | kde-bindings | Commit by burel :: r1200122 /trunk/KDE/kdebindings/smoke/qt/qtcore/QtGuess.txt: | # | | 19:01 on Nov 23, 2010 | KDE | Commit by burel :: r 1200043 perl/trunk/KDE/kdebindings/perl/qtdbus/tools/qdbusxml2perl/ (2 files): ( link) Change Q_DBUS_EXPORT to the more standard Q_DECL_EXPORT. | # | | 19:00 on Nov 23, 2010 | kde-bindings | Commit by burel :: r1200043 /trunk/KDE/kdebindings/perl/qtdbus/tools/qdbusxml2perl/ (2 files): Change Q_DBUS_EXPORT to the more standard Q_DECL_EXPORT. | # | | 18:59 on Nov 23, 2010 | KDE | Commit by burel :: r 1200042 perl/trunk/KDE/ (27 files in 14 dirs): ( link) QtCore4.pm, KDECore4.pm: Allow client modules to tell QtCore4.pm about an array type they implement, for ambiguous method resolution. handlers.cpp: Fix the from Perl marshaller for classes to use a version of Smoke::cast that correctly handles module boundaries. util.cpp: Signals can be overloaded, but we want to check to make sure that the number of arguments passed to the signal are the same the number the signal accepts. So if we find a signal with the correct name but the wrong number of arguments, keep looking for another one. util.cpp: Some weird cases when using the kperlpluginfactory ends up with entries in the pointer map that have a refcount of 0. Running hv_delete causes Perl to abort. So check the refcount before trying to delete them.
kperlpluginfactory.cpp: Use a "use lib" line instead of passing "-I" in argv to perl_parse. This way we can support loading in multiple plugins. kdecore4handlers.cpp, plasma4handlers.cpp: Add a bunch of list handlers, copied from Ruby.
Update kdeui examples to not use the Qt4:: namespace anymore. Update the analogclock plasmoid example. Now complete with calendar! | # | | 18:59 on Nov 23, 2010 | kde-bindings | Commit by burel :: r1200042 /trunk/KDE/kdebindings/perl/ (27 files in 13 dirs): QtCore4.pm, KDECore4.pm: Allow client modules to tell QtCore4.pm about an array type they implement, for ambiguous method resolution. handlers.cpp: Fix the from Perl marshaller for classes to use a version of Smoke::cast that correctly handles module boundaries. util.cpp: Signals can be overloaded, but we want to check to make sure that the number of arguments passed to the signal are the same the number the signal accepts. So if we find a signal with the correct name but the wrong number of arguments, keep looking for another one. util.cpp: Some weird cases when using the kperlpluginfactory ends up with entries in the pointer map that have a refcount of 0. Running hv_delete causes Perl to abort. So check the refcount before trying to delete them.
kperlpluginfactory.cpp: Use a "use lib" line instead of passing "-I" in argv to perl_parse. This way we can support loading in multiple plugins. kdecore4handlers.cpp, plasma4handlers.cpp: Add a bunch of list handlers, copied from Ruby.
Update kdeui examples to not use the Qt4:: namespace anymore. Update the analogclock plasmoid example. Now complete with calendar! | # | | 18:58 on Nov 18, 2010 | KDE | Commit by burel :: r 1198513 perlqt4/trunk/playground/bindings/perlqt4/ (8 files in 6 dirs): ( link) Remove dependence on Qt::this(). Remove dependence on QtCore4::isa. Remove space-prefixed class names. XS_AUTOLOAD no longer has to call perl methods.
But, it doesn't work. XS_AUTOLOAD can't tell if it was called via $object->method() or Qt::Object::method(), making it unusable. The current solution is to examine the op tree of the entersub op inside XS_AUTOLOAD, but that fails when running in the debugger, because the debugger calls it differently. | # | | 18:43 on Nov 18, 2010 | KDE | Commit by burel :: r 1198511 /trunk/playground/bindings/perlqt4/: ( link) This branch of perlqt4 will contain an experimental version that doesn't use the Qt::this() value, or QtCore4::isa.pm. | # | | 18:41 on Nov 18, 2010 | KDE | Commit by burel :: r 1198509 /trunk/playground/bindings/perlqt4/: ( link) This has been merged to trunk. | # | | 02:57 on Nov 15, 2010 | KDE | Commit by burel :: r 1197158 perl/ (34 files in 19 dirs): ( link) The perl tests were skipped in my last commit. | # | | 02:57 on Nov 15, 2010 | kde-bindings | Commit by burel :: r1197158 /trunk/KDE/kdebindings/perl/ (34 files in 17 dirs): The perl tests were skipped in my last commit. | # | | 00:10 on Nov 14, 2010 | kde-bindings | Commit by burel :: r1196744 /trunk/KDE/kdebindings/perl/ (131 files in 62 dirs): When initially making the separate perl modules for all the various classes, I forgot to put in the code to get enums to work properly. This adds them to all modules. Update the perlqt cmake build. Things should be farily consistent now. Add tests for all modules that at least check to make sure they load successfully. | # | | 20:37 on Nov 13, 2010 | kde-bindings | Commit by burel :: r1196656 /trunk/KDE/kdebindings/smoke/nepomuk/nepomuk_includes.h: Conditionally include nepomuk/file.h only if KDE version is 4.6 or later. | # | | 20:33 on Nov 13, 2010 | kde-bindings | Commit by burel :: r1196654 /trunk/KDE/kdebindings/perl/ (265 files in 89 dirs): Add perl modules for all remaining smoke modules. | # |
|