Commit Graph

13662 Commits

Author SHA1 Message Date
hjk
52478c95ed debugger: fix dumper for function pointers 2010-09-08 08:16:44 +02:00
dt
9d6f5fc738 Implement a -lastsession switch which restores the last session 2010-09-07 18:34:40 +02:00
dt
cfb79828cf CMake ProjectManager: Hide generated files
The heuristic to detect generated files is pretty basic and tries to
match the filenames against 3 patterns.

Task-Nr: QTCREATORBUG-2077
2010-09-07 18:34:40 +02:00
Christian Kandeler
04273ae71b Maemo: Remove outdated file.
Was renamed weeks ago, somehow came back.
2010-09-07 17:45:14 +02:00
Christian Kandeler
bc2d2897fc Maemo: get rid of dependency on madde.conf.
Parse script output instead.

Done-with: kh1
2010-09-07 17:45:13 +02:00
Christiaan Janssen
a9a99225b8 QmlInspector: Added pause and step animations option
Reviewed-by:  Lasse Holmstedt
2010-09-07 17:25:07 +02:00
mae
ebc305b0d8 Fix: Folded code is deleted on save
Also fixes a crash when folding code at the very end
of the document

Task-number: QTCREATORBUG-2159
2010-09-07 16:38:03 +02:00
Thomas Hartmann
198d81735c QuickDesigner.navigator: Display all QGraphicsObject-type node
properties

The navigator now displays all properties whose type is a sub class
of QGraphicsObject, except for those properties inherited by Qt/Item.
The contents of the default property are displayed as direct children
of the model node's tree node.
Reparenting into and from the displayed properties is supported.

original author: Joerg Schummer
2010-09-07 16:31:25 +02:00
Thomas Hartmann
8fa642d8f4 QuickDesigner.core: Allow any property to be a parent property
After this change, the parent properties of model nodes do not have
to be "data" or "children" anymore. Any node or node list property
can contain children.

original author: Joerg Schummer

I did some changes to the patch.
1.) Fix for NodeMetaInfo
2.) Remove changes to ObjectNodeInstance
3.) Adapt QmlObjectNode
2010-09-07 16:31:24 +02:00
Thomas Hartmann
c05bd6c720 QuickToolbar: fixed editing of BorderImage borders 2010-09-07 16:31:24 +02:00
Thomas Hartmann
5c72f73d26 TextEditor: update text markers in moveLineUpDown()
When the user moves a block up or down the text markers have to be
updated correctly.
This is done now in moveLineUpDown().
We check if a text marker is in the block that is about to be moved and
set the position of the QTextCursor to the correct value, afterwards.

Reviewed-by: mae
2010-09-07 16:31:23 +02:00
Thomas Hartmann
f379d3782f QmlDesigner.propertyEditor: add sanity check 2010-09-07 16:31:23 +02:00
Thomas Hartmann
742c49aebf QmlDesigner.test: fix 2010-09-07 16:31:22 +02:00
Thomas Hartmann
7d6f181523 QuickDesigner.tests: stress test for bindings in states 2010-09-07 16:31:22 +02:00
Thomas Hartmann
226e089d18 QuickDesigner.test: compilefix 2010-09-07 16:31:21 +02:00
Leena Miettinen
c885799eee Doc - Add information about using pre-defined standard variables in custom wizards.
Reviewed-by: Friedemann Kleint
2010-09-07 16:20:29 +02:00
Leena Miettinen
7c98f16326 Doc - Add Copyright Notice. 2010-09-07 16:20:28 +02:00
Tobias Hunger
3dc4bd6dc9 Fix building with ABLD on symbian
* Output parser was deleted to early, resulting in creator assuming
   that the build had failed.
2010-09-07 15:53:26 +02:00
dt
c2338d20a5 Modes: Do the mode switching again like it used to be
It's more complicated then expected, to be detangled another day
2010-09-07 15:26:19 +02:00
dt
12e974db10 Session Manager: Session names are file names, prevent some special chars
Task-Nr: QTCREATORBUG-2276
2010-09-07 15:26:19 +02:00
Friedemann Kleint
d79b3a15d9 Quieten uic. 2010-09-07 15:09:59 +02:00
Roberto Raggi
33650ac988 Reuse the strings 2010-09-07 14:49:40 +02:00
Friedemann Kleint
444e2fd4ce Quieten gcc compiler warnings. 2010-09-07 14:34:38 +02:00
hjk
98e37b3b15 debugger: don't remove corefiles that we did not create. 2010-09-07 14:26:18 +02:00
hjk
a364b93577 debugger: allow state transition EngineShutdownRequested -> EngineShutdownFailed 2010-09-07 13:22:53 +02:00
hjk
dfe15b5310 debugger: second attempt at silencing the watchdog after gdb-exit 2010-09-07 13:22:53 +02:00
Morten Engvoldsen
3724b59e24 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2010-09-07 13:22:39 +02:00
Morten Engvoldsen
f52976435b Doc: fixing bug in link - qmlelements.html 2010-09-07 13:22:01 +02:00
Tobias Hunger
26f5aaef8f Explicitly initialize signing mode
* Explicitly set signing mode to SelfSigned if not mentioned in the
   .user file
 * Do not use c-style casts.
2010-09-07 12:58:43 +02:00
Tobias Hunger
718da90a1c Fix warning about use of uninitialized value 2010-09-07 12:58:42 +02:00
Leandro Melo
bcb3bb0fba Allow the user to save as files with different extensions.
There is still an open issue in this fix since the new extension might be of a different mime type (and our editors are attached to it currently).
More details documented in the code.

Task-number: QTCREATORBUG-2094
Reviewed-by: Thorbjorn Lindeijer
2010-09-07 12:32:34 +02:00
Roberto Raggi
f7b555b785 Abort expensive cancelled computations. 2010-09-07 11:44:19 +02:00
Friedemann Kleint
5ea1efb55f Custom wizard: Add a 'workingdirectory' attribute to generator script.
enabling scripts that completely generate the project directory.
Default to %TargetPath%.
2010-09-07 11:28:00 +02:00
Morten Engvoldsen
f01e3dbc13 Doc: fixing padding between list numbers and text. 2010-09-07 10:45:09 +02:00
Morten Engvoldsen
9b18cc1942 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2010-09-07 10:13:07 +02:00
Morten Engvoldsen
f0e2f88ee6 Doc: fixing numeric lists 2010-09-07 10:12:45 +02:00
Friedemann Kleint
7b31ebc5d5 BaseFileWizard: Use a QScopedPointer as it is more appropriate.
Task-number: QTCREATORBUG-2279
2010-09-07 10:07:30 +02:00
Friedemann Kleint
763b59aa73 Debugger: Fix debugger switching to edit mode.
... on clicking stack frames or disassembler/
memory views.

Introduce flags to openEditorAt, pass
EditorManager::NoModeSwitch where applicable.

Task-number: QTCREATORBUG-2278
2010-09-07 09:51:20 +02:00
Morten Engvoldsen
9374ba00d2 Doc: Removing linebreaks that snuck in somehow. 2010-09-06 19:00:03 +02:00
Morten Engvoldsen
843ed00789 Doc: correcting bug in commit 9476add6c6 2010-09-06 18:51:41 +02:00
Morten Engvoldsen
a497c9096e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2010-09-06 18:47:19 +02:00
Morten Engvoldsen
f279a6090b Doc: Removing redundant images from template dir 2010-09-06 18:46:50 +02:00
Morten Engvoldsen
9476add6c6 Doc: Updated qdocconf files, style and template. 2010-09-06 18:41:17 +02:00
dt
63c5cee82f Uhm, compile 2010-09-06 17:04:21 +02:00
Roberto Raggi
86799309aa Keep the locator database in sync with the current snapshot.
Thanks to this patch we can move the filtering of C++ symbols
in a background thread.

Done-with: Erik Verbruggen
2010-09-06 16:53:46 +02:00
dt
6863b02e03 ModeManager: Don't switch to weclome mode for session restore 2010-09-06 16:50:37 +02:00
dt
33c3e1cb89 Add a "All Projects" Filter to the Load Project dialog 2010-09-06 16:50:37 +02:00
dt
f607271259 Project Tree: Add "Load Project" to session context menu
Note: The next commit fixes the wrong default filter
Task-Nr: QTCREATORBUG-2266
2010-09-06 16:50:37 +02:00
Tobias Hunger
11505c366e Recognize <command line> as a file name in GCC warnings
* ... add a unit test.
2010-09-06 16:34:55 +02:00
Friedemann Kleint
f7b09f137c Customwizard: Remove unused code. 2010-09-06 16:33:44 +02:00