- 08 Feb, 2010 10 commits
-
-
hjk authored
-
hjk authored
-
Oswald Buddenhagen authored
includes workaround for breakage with old g++
-
Robert Loehning authored
This reverts commit a05ba6fd. Fixed the actions but broke handling of Esc-key and navigating to line numbers in locator bar.
-
ck authored
-
ck authored
-
Kai Koehne authored
Only revert stuff that is linked to fast string concat.
-
ck authored
Reviewed-by: kh1
-
Kai Koehne authored
This reverts commit e70530c5. It did break builds on older gcc versions (gcc 4.1.2 64 bit Linux, gcc 4.0.1 on Mac OS X): parser/qmljsgrammar_p.h: In static member function ???static int QmlJSGrammar::nt_action(int, int)???: parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>??? is/uses anonymous type parser/qmljsgrammar_p.h:188: error: trying to instantiate ???template<class T> struct QConcatenable??? ...
-
Erik Verbruggen authored
-
- 07 Feb, 2010 7 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 05 Feb, 2010 23 commits
-
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Change it into a singleton that listens for device changes and emits signals when devices are added or removed.
-
Thorbjørn Lindeijer authored
-
Jeffrey Baumes authored
Merge-request: 1949 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-
hjk authored
-
hjk authored
-
hjk authored
TODO: only transfer deltas
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this makes the i/o part of the evaluator thread-safe. for safety, assert absolute paths in IoUtils::exists(). on the way, i "stole" some code i wrote for KDE. there have been no copyright-worthy contributions from others to it, so this is legal.
-
Oswald Buddenhagen authored
somewhat faster again
-
Oswald Buddenhagen authored
now items have no vtable any more
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
it's overengineered for our purpose and would just get in the way of planned optimizations.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
use a hash of magic variable names to ints, which allows fast lookup followed by a jump table dispatch
-