summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Put "name" (for states) and "target" (for property changes) properties on top.Erik Verbruggen2010-02-071-0/+2
|
* Changed Q_PROPERTY parsing and AST storage.Erik Verbruggen2010-02-0712-192/+310
|
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-0715-77/+184
|
* Simplified Q_FLAGS and Q_DECLARE_FLAGS parsing.Erik Verbruggen2010-02-076-73/+82
|
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-0719-228/+624
|
* Added semantic checks for compound expressions.Erik Verbruggen2010-02-078-27/+74
|
* Added AST nodes for compound expressions (a GNU extension).Erik Verbruggen2010-02-0714-21/+111
|
* try hard to ensure that feature paths are absoluteOswald Buddenhagen2010-02-051-10/+10
|
* S60: Move serialdevicelister.cpp to symbianutils/symbiandevicemanager.cppFriedemann Kleint2010-02-059-44/+45
|
* S60: Rework SerialDeviceListener.Friedemann Kleint2010-02-057-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 Lindeijer2010-02-051-2/+2
|
* Adding indented braces option.Jeffrey Baumes2010-02-057-4/+41
| | | | | Merge-request: 1949 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Compile fixes.Robert Loehning2010-02-052-2/+3
| | | | Reviewed-by: Oswald Buddenhagen
* debugger: distinguish between "step into" and "step over" in TrkAdapter.hjk2010-02-054-75/+46
|
* debugger: handle symlinked source files a bit betterhjk2010-02-051-0/+5
|
* debugger: let python handle the listing of breakpointshjk2010-02-054-18/+51
| | | | TODO: only transfer deltas
* debugger: fake hardware breakpoints work better with read-only memoryhjk2010-02-052-3/+6
|
* debugger: fix typo in unused codehjk2010-02-051-1/+2
|
* debugger: the stack range is not read-only...hjk2010-02-051-1/+1
|
* debugger: fix e539f5bdahjk2010-02-053-8/+12
|
* compile everything with QT_USE_FAST_CONCATENATIONOswald Buddenhagen2010-02-059-13/+15
|
* optimize $$unique()Oswald Buddenhagen2010-02-051-3/+2
|
* do not change current working directory while evaluating filesOswald Buddenhagen2010-02-053-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 Buddenhagen2010-02-054-41/+57
| | | | somewhat faster again
* de-virtualize ProItem::kind(); use variable insteadOswald Buddenhagen2010-02-052-43/+8
| | | | now items have no vtable any more
* inline trivial functionsOswald Buddenhagen2010-02-052-150/+23
|
* remove unused functionsOswald Buddenhagen2010-02-053-35/+6
|
* remove visitor patternOswald Buddenhagen2010-02-057-163/+62
| | | | | it's overengineered for our purpose and would just get in the way of planned optimizations.
* fix typoOswald Buddenhagen2010-02-051-1/+1
|
* optimize values()Oswald Buddenhagen2010-02-051-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 Loehning2010-02-051-5/+1
| | | | Reviewed-by: Thorbjørn Lindeijer
* Fix shadow builds.Friedemann Kleint2010-02-054-2/+3
| | | | Move dependencies up.
* QmlDesigner.propertyEditor: some more iconsThomas Hartmann2010-02-057-0/+6
|
* QmlDesigner: fixed missed conflict markerThomas Hartmann2010-02-051-4/+2
|
* src/shared: Rename trk to symbianutilsFriedemann Kleint2010-02-0519-4/+4
|
* S60/Trk: Change trkutils to be a library of its own.Friedemann Kleint2010-02-0522-116/+213
| | | | To be able to share TrkDevices between Debugger and Qt4ProjectManager.
* Fix compilation on linux-g++-64 build in PulseKai Koehne2010-02-051-11/+0
| | | | | The compiler used in Pulse does not support return-type and init-self compiler flags.
* QmlDesigner.propertyEditor: implementing new anchoringThomas Hartmann2010-02-053-3/+176
|
* QmlDesigner.propertyEditor: adding css files for anchor buttonsThomas Hartmann2010-02-0511-0/+132
|
* QmlDesigner.propertyEditor: remove padding from checkboxThomas Hartmann2010-02-051-1/+0
|
* QmlDesigner: Adding icons for anchoringThomas Hartmann2010-02-0516-7/+21
|
* QmlDesigner.propertyEditor: ids have to be lower caseThomas Hartmann2010-02-0515-257/+277
|
* Maemo: Fix compilation for non-Intel platforms.ck2010-02-051-7/+0
| | | | Reviewed-by: kh1
* explicit constructorsChristiaan Janssen2010-02-057-8/+8
|
* Debugger: Introduce engine capability flags to enable actions correctly.Friedemann Kleint2010-02-0512-17/+66
| | | | Reviewed-by: hjk
* Changed filter for FolderNavigationWidget to hide directory /..Robert Loehning2010-02-051-1/+14
|
* Fix ids that start with uppercase letters that were missedBea Lam2010-02-0545-204/+204
| | | | previously.
* Paint a yellow frame if the item anchoredMarco Bubke2010-02-041-3/+8
|
* Tweak frames for the form editorMarco Bubke2010-02-042-3/+4
|
* Change addChildNode form a methode to a function.Marco Bubke2010-02-042-78/+84
|