Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put "name" (for states) and "target" (for property changes) properties on top. | Erik Verbruggen | 2010-02-07 | 1 | -0/+2 |
| | |||||
* | Changed Q_PROPERTY parsing and AST storage. | Erik Verbruggen | 2010-02-07 | 12 | -192/+310 |
| | |||||
* | Added semantic checks for Q_ENUMS. | Erik Verbruggen | 2010-02-07 | 15 | -77/+184 |
| | |||||
* | Simplified Q_FLAGS and Q_DECLARE_FLAGS parsing. | Erik Verbruggen | 2010-02-07 | 6 | -73/+82 |
| | |||||
* | Reworked parts of the QtPropertyDeclaration parsing and handling. | Erik Verbruggen | 2010-02-07 | 19 | -228/+624 |
| | |||||
* | Added semantic checks for compound expressions. | Erik Verbruggen | 2010-02-07 | 8 | -27/+74 |
| | |||||
* | Added AST nodes for compound expressions (a GNU extension). | Erik Verbruggen | 2010-02-07 | 14 | -21/+111 |
| | |||||
* | try hard to ensure that feature paths are absolute | Oswald Buddenhagen | 2010-02-05 | 1 | -10/+10 |
| | |||||
* | S60: Move serialdevicelister.cpp to symbianutils/symbiandevicemanager.cpp | Friedemann Kleint | 2010-02-05 | 9 | -44/+45 |
| | |||||
* | S60: Rework SerialDeviceListener. | Friedemann Kleint | 2010-02-05 | 7 | -99/+330 |
| | | | | | Change it into a singleton that listens for device changes and emits signals when devices are added or removed. | ||||
* | Avoid compile warning by putting parenthesis around && within || | Thorbjørn Lindeijer | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | Adding indented braces option. | Jeffrey Baumes | 2010-02-05 | 7 | -4/+41 |
| | | | | | Merge-request: 1949 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Compile fixes. | Robert Loehning | 2010-02-05 | 2 | -2/+3 |
| | | | | Reviewed-by: Oswald Buddenhagen | ||||
* | debugger: distinguish between "step into" and "step over" in TrkAdapter. | hjk | 2010-02-05 | 4 | -75/+46 |
| | |||||
* | debugger: handle symlinked source files a bit better | hjk | 2010-02-05 | 1 | -0/+5 |
| | |||||
* | debugger: let python handle the listing of breakpoints | hjk | 2010-02-05 | 4 | -18/+51 |
| | | | | TODO: only transfer deltas | ||||
* | debugger: fake hardware breakpoints work better with read-only memory | hjk | 2010-02-05 | 2 | -3/+6 |
| | |||||
* | debugger: fix typo in unused code | hjk | 2010-02-05 | 1 | -1/+2 |
| | |||||
* | debugger: the stack range is not read-only... | hjk | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | debugger: fix e539f5bda | hjk | 2010-02-05 | 3 | -8/+12 |
| | |||||
* | compile everything with QT_USE_FAST_CONCATENATION | Oswald Buddenhagen | 2010-02-05 | 9 | -13/+15 |
| | |||||
* | optimize $$unique() | Oswald Buddenhagen | 2010-02-05 | 1 | -3/+2 |
| | |||||
* | do not change current working directory while evaluating files | Oswald Buddenhagen | 2010-02-05 | 3 | -18/+131 |
| | | | | | | | | 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. | ||||
* | directly link ProItems instead of using QList<ProItem*> | Oswald Buddenhagen | 2010-02-05 | 4 | -41/+57 |
| | | | | somewhat faster again | ||||
* | de-virtualize ProItem::kind(); use variable instead | Oswald Buddenhagen | 2010-02-05 | 2 | -43/+8 |
| | | | | now items have no vtable any more | ||||
* | inline trivial functions | Oswald Buddenhagen | 2010-02-05 | 2 | -150/+23 |
| | |||||
* | remove unused functions | Oswald Buddenhagen | 2010-02-05 | 3 | -35/+6 |
| | |||||
* | remove visitor pattern | Oswald Buddenhagen | 2010-02-05 | 7 | -163/+62 |
| | | | | | it's overengineered for our purpose and would just get in the way of planned optimizations. | ||||
* | fix typo | Oswald Buddenhagen | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | optimize values() | Oswald Buddenhagen | 2010-02-05 | 1 | -69/+105 |
| | | | | | use a hash of magic variable names to ints, which allows fast lookup followed by a jump table dispatch | ||||
* | Fixed updating of actions when closing last editor. | Robert Loehning | 2010-02-05 | 1 | -5/+1 |
| | | | | Reviewed-by: Thorbjørn Lindeijer | ||||
* | Fix shadow builds. | Friedemann Kleint | 2010-02-05 | 4 | -2/+3 |
| | | | | Move dependencies up. | ||||
* | QmlDesigner.propertyEditor: some more icons | Thomas Hartmann | 2010-02-05 | 7 | -0/+6 |
| | |||||
* | QmlDesigner: fixed missed conflict marker | Thomas Hartmann | 2010-02-05 | 1 | -4/+2 |
| | |||||
* | src/shared: Rename trk to symbianutils | Friedemann Kleint | 2010-02-05 | 19 | -4/+4 |
| | |||||
* | S60/Trk: Change trkutils to be a library of its own. | Friedemann Kleint | 2010-02-05 | 22 | -116/+213 |
| | | | | To be able to share TrkDevices between Debugger and Qt4ProjectManager. | ||||
* | Fix compilation on linux-g++-64 build in Pulse | Kai Koehne | 2010-02-05 | 1 | -11/+0 |
| | | | | | The compiler used in Pulse does not support return-type and init-self compiler flags. | ||||
* | QmlDesigner.propertyEditor: implementing new anchoring | Thomas Hartmann | 2010-02-05 | 3 | -3/+176 |
| | |||||
* | QmlDesigner.propertyEditor: adding css files for anchor buttons | Thomas Hartmann | 2010-02-05 | 11 | -0/+132 |
| | |||||
* | QmlDesigner.propertyEditor: remove padding from checkbox | Thomas Hartmann | 2010-02-05 | 1 | -1/+0 |
| | |||||
* | QmlDesigner: Adding icons for anchoring | Thomas Hartmann | 2010-02-05 | 16 | -7/+21 |
| | |||||
* | QmlDesigner.propertyEditor: ids have to be lower case | Thomas Hartmann | 2010-02-05 | 15 | -257/+277 |
| | |||||
* | Maemo: Fix compilation for non-Intel platforms. | ck | 2010-02-05 | 1 | -7/+0 |
| | | | | Reviewed-by: kh1 | ||||
* | explicit constructors | Christiaan Janssen | 2010-02-05 | 7 | -8/+8 |
| | |||||
* | Debugger: Introduce engine capability flags to enable actions correctly. | Friedemann Kleint | 2010-02-05 | 12 | -17/+66 |
| | | | | Reviewed-by: hjk | ||||
* | Changed filter for FolderNavigationWidget to hide directory /.. | Robert Loehning | 2010-02-05 | 1 | -1/+14 |
| | |||||
* | Fix ids that start with uppercase letters that were missed | Bea Lam | 2010-02-05 | 45 | -204/+204 |
| | | | | previously. | ||||
* | Paint a yellow frame if the item anchored | Marco Bubke | 2010-02-04 | 1 | -3/+8 |
| | |||||
* | Tweak frames for the form editor | Marco Bubke | 2010-02-04 | 2 | -3/+4 |
| | |||||
* | Change addChildNode form a methode to a function. | Marco Bubke | 2010-02-04 | 2 | -78/+84 |
| |