CIA.vc
okteta
Real-time open source activity stats
Stats » Projects » KDE » okteta
informationsyndicateUTC clock
20:02 on Feb 09, 2012
event counters
The last message was received 0.97 weeks ago at 01:44 on Feb 03, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 22 messages last week
22 messages so far this month, 38 messages last month
2101 messages since the first one, 4.3 years ago, for an average of 17.92 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
01:44 FridayKDE
Commit by arichardson :: r1277791 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/settings/ (2 files): (link)
arrange get new structures and advances settings buttons horizontally

Also remove unused code
#
20:04 on Feb 02KDE
Commit by arichardson :: r1277763 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/settings/ (3 files): (link)
Fix selected items being empty on load
#
20:04 on Feb 02KDE
Commit by arichardson :: r1277762 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/structtool.cpp: (link)
when '*' is the name of the struct to load, load them all
#
20:03 on Feb 02KDE
Commit by arichardson :: r1277761 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/ (6 files in 2 dirs): (link)
Rework the structure selection GUI:

By default now all plugins that are enabled, are marked as selected.
You can still access the old selection dialog where it is possible
to have more than one of the same selected by clicking on advanced
selection
#
20:03 on Feb 02KDE
Commit by arichardson :: r1277760 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/test/scriptvalueconvertertest.cpp: (link)
SVN_SILENT QEXPECT_FAIL for the tests with missing code
#
20:03 on Feb 02KDE
Commit by arichardson :: r1277759 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/ (8 files in 3 dirs): (link)
remove most of the state from the parsers

previously using an OsdParser twice would reuse the same script engine
which is not the desired behaviour
#
20:03 on Feb 02KDE
Commit by arichardson :: r1277758 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/ (2 files): (link)
SVN_SILENT remove useless accessors and useless const qualifier
#
20:02 on Feb 02KDE
Commit by arichardson :: r1277757 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/ (9 files in 3 dirs): (link)
use QVector instead of QList since we don't need prepend optimization

Also some mire code style cleanup
#
19:38 on Feb 02KDE
Commit by arichardson :: r1277754 okteta/branches/KDE/4.8/kdesdk/okteta/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.cpp: (link)
Backport 1277753: Fix potential null pointer access
#
19:35 on Feb 02KDE
Commit by arichardson :: r1277753 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/datatypes/strings/stringdatainformation.cpp: (link)
Fix potential null pointer access
#
07:13 on Feb 02KDE
Commit by kossebau :: r1277512 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/CMakeLists.txt: (link)
Fixed: unset OKTETAKASTENCONTROLLERS_EXPORT for testing (forward port of 1277511)
patch from Patrick Spendrin, thanks

CCMAIL:ps_ml at gmx dot de
#
07:00 on Feb 02KDE
Commit by kossebau :: r1277511 okteta/branches/KDE/4.8/kdesdk/okteta/kasten/controllers/CMakeLists.txt: (link)
Fixed: unset OKTETAKASTENCONTROLLERS_EXPORT for testing
patch from Patrick Spendrin, thanks

CCMAIL:ps_ml at gmx dot de
#
06:10 on Feb 02KDE
Commit by kossebau :: r1277510 okteta/trunk/KDE/kdesdk/okteta/ (13 files in 13 dirs): (link)
Fixed: switch all ids of lib targets to match the lib ids used in the *_export.h files (forward port of 1277509)
patch from Patrick Spendrin, thanks

CCMAIL:ps_ml at gmx dot de
#
05:42 on Feb 02KDE
Commit by kossebau :: r1277509 okteta/branches/KDE/4.8/kdesdk/okteta/ (13 files in 13 dirs): (link)
Fixed: switch all ids of lib targets to match the lib ids used in the *_export.h files
patch from Patrick Spendrin, thanks

CCMAIL:ps_ml at gmx dot de
#
03:00 on Feb 02KDE
Commit by arichardson :: r1277496 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/ (5 files in 4 dirs): (link)
add unit test for primitive arrays
#
03:00 on Feb 02KDE
Commit by arichardson :: r1277495 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/datatypes/array/ (2 files): (link)
emit signals in arraydatainformation, not the holder class
#
03:00 on Feb 02KDE
Commit by arichardson :: r1277494 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/script/ (2 files): (link)
Add new property to all script values: setUpdate() and setValidation()

It is now possible to write

obj = struct({val1: uint8(), val2 : uint8()}).setUpdate(function(root) {
/* do something */ }).setValidation(function() { /* do something*/);
#
03:00 on Feb 02KDE
Commit by arichardson :: r1277493 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/script/classes/ (8 files): (link)
Add iterators to the scriptclasses
#
03:00 on Feb 02KDE
Commit by arichardson :: r1277492 okteta/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/script/classes/ (2 files): (link)
prefix the QScriptString members
#
19:12 on Feb 01KDE
Commit by kossebau :: r1277452 okteta/trunk/KDE/kdesdk/okteta/libs/kasten/gui/system/ (3 files): (link)
Fixed: use KASTENGUI_EXPORT in libs/kasten/gui, not KASTENCORE_EXPORT (forward port of 1277450)
#