CIA.vc
bunce
Real-time open source activity stats
Stats » Authors » bunce
informationsyndicateUTC clock
01:15 on May 26, 2012
event counters
The last message was received 5.08 years ago at 02:39 on Apr 30, 2007
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
36 messages since the first one, 5.7 years ago, for an average of 1.93 months between messages
recent messages
dateReversed sort columnprojectcontentlink
02:39 on Apr 30, 2007KDE
Commit by bunce :: r659352 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/ (eventproxy.cpp slotproxy.cpp):
More diagnostics in SlotProxy::callMethod() and EventProxy::calHandler().
#
05:43 on Apr 28, 2007KDE
Commit by bunce :: r658687 kjsembed/trunk/KDE/kdelibs/kjsembed/ (kjsembed/value_binding.cpp qtonly/README):
Make sure ValueBinding constructor intiializes all members. Update qtonly README.
#
19:56 on Apr 27, 2007KDE
Commit by bunce :: r658578 kjsembed/trunk/KDE/kdelibs/kjsembed/ (4 files in 2 dirs):
Improve SlotProxy exception handling so it no longer causes a crash\! Make kjsembed Engine::runFile() include the file name when calling the underlying kjs interpreter. Make QObject binding lookup more robust in the face of namespaces. Fix Qt-only build.
#
17:14 on Apr 26, 2007KDE
Commit by bunce :: r658312 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/slotproxy.cpp:
Fix bug in handling of string slot arguments in kjsembed.
#
19:47 on Apr 25, 2007KDE
Commit by bunce :: r658047 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/ (6 files):
Improved support for derived value based bindings. Improved SlotProxy handling of argument conversions. Make KJSEmbed::convertToValue() use an Object like it should for a Mapinstead of an Array.
#
18:34 on Apr 18, 2007KDE
Commit by bunce :: r655550 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/qobject_binding.cpp:
Loosen parameter namespace check when type checking since QMetaMethod::parameterTypes() doesn't include implicit namespace information.
#
11:56 on Apr 13, 2007KDE
Commit by bunce :: r653469 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/ (4 files):
Better kjsembedqobject argument cast diagnostics. More kjsembed convenience macros to cover more situations.
#
11:42 on Apr 12, 2007KDE
Commit by bunce :: r652950 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/qobject_binding.cpp:
make QObjectBinding::callAsFunction() and the associated getArg() be a bit more 'typesafe' when coercing JS types to C++ types.
#
19:13 on Feb 05, 2007KDE
Commit by bunce :: r630575 kjsembed/trunk/KDE/ (59 files in 12 dirs):
Migrate kjs away from using wrapper functions meant to support a legacy code.
Add explicit conversions between QString and KJS::UString and KJS::Identifier.
Cleanup assorted compiler warnings.
Make Qt only build support compiling/linking against WebKit's kjs.
Work to minimize dependencies on kjs 'internal' headers.
Fix and update kjsembed example code.
#
06:13 on Dec 15, 2006KDE
Commit by bunce :: r613771 kjsembed/ (20 files in 3 dirs):
Add ability to directly bind existing objects to StaticConstructor,
basic binding macros, and migrated createQObject to it.
Migrate many bindings to the new setup.
Add a rudimentary binding for QApplication.
Only load GUI bindings if a QApplication exists and is loaded with GUI
enabled.
#
22:30 on Dec 13, 2006KDE
Commit by bunce :: r613489 kjsembed/trunk/KDE/kdelibs/kjsembed/ (13 files in 3 dirs):
Add binding for QUiLoader.
Make sure QWidget/QAction/QActionGroup/QLayout return a valid binding
from ctor to make createQObject() work despite current design
limitations.
Add test cases for QUiLoader and the objects create/returned by it.
#
06:19 on Dec 13, 2006KDE
Commit by bunce :: r612933 kjsembed/trunk/KDE/kdelibs/kjsembed/tests/svgtest.js:
update kjsembed svg test case.
#
05:32 on Dec 13, 2006KDE
Commit by bunce :: r612925 kjsembed/trunk/KDE/kdelibs/kjsembed/ (28 files in 2 dirs):
Added better support for derived bindings in kjsembed (KJSO_BINDING).
Migrate WidgetBinding, Layout, Action, ActionGroup, SvgRenderer,
SvgWidget, SettingsBinding to new derivation system.
Add QObjectBinding::qobject() method for better coersion of QObject
derived classes.
Make createQObject() non-templatized to fix pointer corruption.
#
20:36 on Dec 11, 2006KDE
Commit by bunce :: r612553 kjsembed/trunk/KDE/kdelibs/kjsembed/kjsembed/CMakeLists.txt:
Remove some more references to the QFormBuilder and its library from the kjsembed build.
#
20:16 on Dec 11, 2006KDE
Commit by bunce :: r612550 kjs/ (29 files in 6 dirs):
Rename kjsembed's global.{h,cpp} to kjseglobal.{h,cpp} to fix potential
header inclusion wierdness with kjs' global.h.
Don't build in FormBuilder binding by default.
Add support for qtonly build for kjs/kjsembed from kjsembed/qtonly.
Fix bug in handling of slots that have void return type.
Handle QVariant::Invalid in KJSEmbed::convertToValue().
#
12:09 on Oct 05, 2006KDE
Commit by bunce :: r592691 kjsembed/trunk/KDE/kdelibs/kjsembed/ (4 files in 2 dirs):
Make kjscmd use KApplication for non-gui, with kde and print which QCoreApplication derived class was used. Fix kjscmd KApplication command line processing. Don't preclude structs from processing by autobind.
#
04:42 on Oct 05, 2006KDE
Commit by bunce :: r592535 kjsembed/trunk/KDE/kdelibs/kjsembed/ (6 files in 3 dirs):
Make include and library actually return the results of the action.
Including thrown exceptions.
Add more headers to copyHeaders.sh and make it verbose.
Seperate handling of global vs. compound specific enums.
Restore proper use of extractInteger<> for integer types (for ECMA 262
r3).
Add short/long to data_types assoc array.
Handle bool and integer results appropriately.
Use compound name for header file name.
Add Flags support to Doxyfile.
#
11:32 on Oct 02, 2006KDE
Commit by bunce :: r591405 kjsembed/trunk/KDE/kdelibs/kjsembed/autobind/values/ (generatebinding.js generateheader.js):
Include the correct binding's header in the source and header files.
#
11:25 on Oct 02, 2006KDE
Commit by bunce :: r591361 kjsembed/trunk/KDE/kdelibs/kjsembed/autobind/values/ (3 files):
Add support for ValueBinding derived binding in addition to VariantBinding. Add auto binding header inclusion.
#
01:05 on Oct 02, 2006KDE
Commit by bunce :: r591212 kjsembed/trunk/KDE/kdelibs/kjsembed/autobind/values/ (3 files):
Migrate a bunch of common data within autobind into the compound object in preparation for future features. Clean up comments a bit.
#