2011-09-06 |
Martin Jones | Ensure that header/footer resize fixes position. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Chris Adams | Add garbage collector prologue callback to qv8engine |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Yann Bodson | Improvements to textFormat: Text.StyledText |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Andrew den... | Update TextEdit tests with changes from 4.8. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Andrew den... | Delay masking the last character in Password echo mode. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Bea Lam | View refill operations should take qreal, not int |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Aurindam Jana | JSDebugging Auto Test: Fix build break. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Aurindam Jana | Remove friend class QV8DebugService from QV8Engine. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Aurindam Jana | Auto Unit test cases for Javascript Debugging. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Damian Jansen | Add examples and tests for QtQuick1 |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Damian Jansen | Update extension tutorials and examples to QtQuick2 |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Chris Adams | Fix some memory leaks in the compiler |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Jonni Rainisto | Fix build break for QT_OPENGL_ES builds. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Merge back changes from Qt Creator copy |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Fixing coding style issues |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Move QT_DECLARATIVE_DEBUG handling out of... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Add private header warning to all _p.h files |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Canonalize header defines |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Add missing QT_BEGIN_NAMESPACE, QT_END_NAMESPACE |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Fix indentation & trailing whitespace |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kai Koehne | Debugger: Also fix the name of the qdeclarativedebug... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kim Motoyoshi... | Exported QSGShaderEffectMesh. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bea Lam | Ensure layout is done after delayed deletion of items |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update more examples to QtQuick 2.0 |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update various examples to QtQuick 2.0 |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update text examples to QtQuick 2.0, remove obsolete... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update modelviews examples to QtQuick 2.0 |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update rssnews, focus and positioners examples to QtQui... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update calculator, i18n, imageelements examples to... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update animation examples to QtQuick 2.0 and remove... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Damian Jansen | Update toys examples to QtQuick 2.0 and remove obsolete... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bea Lam | Don't emit attached add() and remove() for moved items |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Chris Adams | Allow conversion of QObject Module API to QVariant |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Brasser | Allow reference to signals using 'on' handler syntax. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Bea Lam | Remove scheduleLayout() and layoutScheduled |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Bea Lam | Batch view changes instead of applying them immediately |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Marco Bubke | Add bounding rectangle for rendering images in designer... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Kai Koehne | Debugger: Rename qdeclarativedebug* to qdeclarativeengi... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Kai Koehne | Rename QDeclarativeEngineDebugServer to ~Service |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Tor Arne Vestbø | Fix build with Clang |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Kai Koehne | Autotests: Silence gdb warning about deprecated conversion |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Marco Bubke | Add an abstraction layer for the qml designer |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Alan Alpert | Add #version 120 in more places. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Alan Alpert | Rename PointAttractor x,y to pointX,pointY |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chris Adams | Allow initial property values to be defined with QSGLoader |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Alan Alpert | setting only colorVariation now works |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Martin Jones | QtDeclarative does not use libQtSvg |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Michael Brasser | Support QT_TRID_NOOP in ListElement. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Alan Alpert | Custom Particle now supplies default code |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Chris Adams | Add enums support to QObject module APIs |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Caio Marcelo... | Do not deliver hover events when item is not visible |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Caio Marcelo... | Fix extra hover enter events being sent by QSGCanvas |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix the directory cache for case insensitive file systems. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix diagnostic messages. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix merge errors introduced while rebasing. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix the tst_qdeclarativedebug auto test. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix the search of QML types. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix wrong assertion in StringRef::load. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Move all QML file parsing into the QDeclarativeScript... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Collect the source locations of the single and multilin... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix the qmldir parser diagnostic messages. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Update the tst_qdeclarativelanguage::errors() auto... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix lookup of non scriptable default properties. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix property lookup in QDeclarativePropertyCache::create. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix compilation. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix type of valuetype alias properties. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix the source location of the T_ELSE token. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix parsing of numeric literals. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix the computation of the start token position. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix initialization order. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Replace the hash tables with simple association lists. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Merge IR::Module and IR::Function. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Set the name of the default property |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix wrong usage of QStringHash iterators. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Recompute the token length after the scan of a regexp. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix visit of list-like AST nodes. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix possible crash when using the QML lexer without... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix initialization of QDeclarativeVMEMetaData::Property... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Fix comparison. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Compile. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Remove deprecated QChar to ushort conversions. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Martin Jones | Faster check for revisioned properties. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Special case integers and strings in lexer |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Reduce allocations |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Martin Jones | less toUtf8() |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Martin Jones | Remove some QString <-> utf8 conversions. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Optimize default property resolution in compiler |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Use the cached property data when possible |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Introduce QHashField for use in "contains" tests. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Use QFieldList to manage dynamic properties, signals... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Calculate the hash inside QHashedString |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Use strings more conservatively |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Aaron Kennedy | Add QFastMetaBuilder |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Martin Jones | Inline a couple of often used methods. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Compile |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Speedup the V4 code generation. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Use QDeclarativePool to allocate the V4 instructions. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Change the V4 IR so it can be stored in a memory pool. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Roberto Raggi | Removed QDeclarativeJS::NodePool |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Martin Jones | Some lexer improvement, mostly by avoiding QChar::isWha... |
commit | commitdiff | tree | snapshot |
next |