Jens Bache-Wiig
ed368e09fd
Fixes: Fix minimum size issue in welcome page
...
RevBy: Daniel Molkentin
Details:
The minimum size is currently 10 pixels, which allows the
welcome page menu bar to collapse into an unreasonably
small size. By forcing it to be 25 pixels we make it similar
to other menu bars in creator.
2009-10-06 13:51:17 +02:00
mae
debe180872
Fix restoring of editor state when loading a file
...
With the recent restructering of editor manager, the editor state
was restored while the editor was hidden, causing the editor to
ensure the visibility of the cursor when it is shown.
2009-10-06 12:56:34 +02:00
Roberto Raggi
49fb887059
Check ctor-initializers.
2009-10-06 12:53:16 +02:00
Robert Loehning
44f224ac53
Trk: Checking result of TrkCloseFile
2009-10-06 12:29:43 +02:00
Roberto Raggi
319a0e2ad1
Search for possible uses of local symbols in template arguments and removed some deprecated code.
2009-10-06 11:56:29 +02:00
Erik Verbruggen
49f6b740cd
Merge remote branch 'origin/1.3'
...
Conflicts:
src/libs/cplusplus/CheckUndefinedSymbols.cpp
src/plugins/qmleditor/qmlcodecompletion.cpp
2009-10-06 11:41:00 +02:00
hjk
06abe6b813
debugger: fix frame switching when using core files
2009-10-06 11:06:34 +02:00
hjk
d130588469
debugger: add option to automatically derefence pointers in locals&watchers
2009-10-06 10:54:08 +02:00
hjk
2eed41b6df
debugger: make stringFromByte local
2009-10-06 10:17:52 +02:00
hjk
751f2f6993
debugger: remove duplicated variable
2009-10-06 10:17:52 +02:00
hjk
babe027d9f
debugger: update registers when switching stack frames
2009-10-06 10:17:51 +02:00
hjk
5e7a26d863
debugger: rework fetching of memory from device
...
still a few cases for chunked fetching missing
2009-10-06 10:17:51 +02:00
Robert Loehning
05805ce0aa
Trk: Fixed init of Laucher for debugging
2009-10-06 09:56:36 +02:00
Robert Loehning
9f7794a37f
Trk: Checking result of TrkInstallFile.
2009-10-05 19:33:33 +02:00
mae
b61969bebb
Fix repaint issue with collapsed blocks
...
BaseTextEdit's paint event relied on us setting the line count of
invisible blocks to 0. This was not always the case, causing pixel
garbage to occur.
2009-10-05 19:14:39 +02:00
Robert Loehning
51f997d6f0
Trk: Controlling Launcher using an enum.
2009-10-05 18:49:33 +02:00
mae
49dc962957
Fix collapsed block indicator
...
In combination with ifdef'ed-out blocks, the collapse block
indicator was sometimes painted with the ifdef'ed out color.
2009-10-05 18:49:10 +02:00
mae
3c96e840d8
Fix (un)collapse all
...
In combination with ifdef'ed out blocks (un)collapse all would
possibly never expand the blocks again.
2009-10-05 18:49:10 +02:00
Daniel Molkentin
bb8e8ef556
Remove leftover QTCREATOR_FROM_S60 ifdef from ProjectExplorer.
...
Reviewed-By: con
2009-10-05 18:43:23 +02:00
Roberto Raggi
d43cbfbb15
Renamed `awesome' :)
2009-10-05 18:43:23 +02:00
dt
e7c1ba536a
Remove variable that is never set but used.
2009-10-05 18:42:44 +02:00
dt
66a96c86b0
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-05 18:37:54 +02:00
dt
19bba275fb
Fix build & run for projects without buildsteps
2009-10-05 18:37:16 +02:00
dt
04b3eda8c1
Don't add build steps for projects without buildconfigurations
2009-10-05 18:35:17 +02:00
Roberto Raggi
2d51d0b633
Removed the m_ prefix used in the public members of CompletionItem
2009-10-05 18:32:45 +02:00
dt
e62f7cee3c
Display the name of custom process stesps on the project pane.
2009-10-05 18:32:44 +02:00
Roberto Raggi
64710c2b6b
Perform renaming.
2009-10-05 18:30:39 +02:00
Erik Verbruggen
1ba39198d1
Fixed possible null-pointer dereference.
2009-10-05 18:02:39 +02:00
Erik Verbruggen
f1e665463b
Added protocol & class definedness checks, and added property attribute checks.
2009-10-05 18:02:01 +02:00
Erik Verbruggen
b43f279227
Fixed type checking for type definitions inside an @implementation
2009-10-05 17:55:02 +02:00
dt
10f94d679f
Hitting build would still crash for a qml project
2009-10-05 17:47:41 +02:00
dt
c9f13c0f5c
Disable building for projects that advertise that they aren't buildable.
...
And skip building before running for them.
2009-10-05 17:47:31 +02:00
Friedemann Kleint
ec9597b160
CDB: Restore current thread.
2009-10-05 17:30:45 +02:00
con
3b17fe8a98
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-05 17:26:22 +02:00
con
ddb7842761
Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3
...
Conflicts:
src/plugins/cpptools/cppfindreferences.cpp
src/plugins/cpptools/cpptoolsplugin.cpp
src/plugins/texteditor/basefilefind.cpp
2009-10-05 17:26:13 +02:00
Friedemann Kleint
2a9233a03a
CDB: Provide thread frame information
2009-10-05 17:20:38 +02:00
Friedemann Kleint
67155e3d7f
Debugger: Extend threads model to display frame.
...
Acked-by: hjk <qtc-commiter@nokia.com >
2009-10-05 17:19:28 +02:00
Roberto Raggi
bdd0169c3c
Don't override escaped quotes.
2009-10-05 16:21:30 +02:00
dt
b76d643cc6
Tweaks to the project pane.
...
(cherry picked from commit e187cb40fd )
2009-10-05 16:12:21 +02:00
dt
9480c15c8b
Remove margin around qmakestep config widget.
...
(cherry picked from commit 53026537b7 )
2009-10-05 16:12:12 +02:00
con
44e2704bc1
Refactor search result window for use of many items and checked state.
2009-10-05 16:01:50 +02:00
dt
c3e08337fc
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-10-05 15:31:54 +02:00
dt
e187cb40fd
Tweaks to the project pane.
2009-10-05 15:27:55 +02:00
dt
53026537b7
Remove margin around qmakestep config widget.
2009-10-05 15:26:44 +02:00
dt
aa4cf0ca89
Explain fixUpLayout() of DetailsWidget in a comment
2009-10-05 15:26:06 +02:00
Robert Loehning
fa2ca2dee1
Trk: Checking for write errors when writing file to device.
...
Reviewed-by: con
2009-10-05 15:24:24 +02:00
mae
961fe9ed8a
Fix QKeySequence::DeleteStartOfWord in auto-indentation mode
...
The changes enables the auto-parentheses magic of normal
backspace also for the DeleteStartOfWord case.
2009-10-05 15:18:28 +02:00
Roberto Raggi
73320a43d1
Added `Find Usages' of a Symbol.
2009-10-05 15:17:48 +02:00
Friedemann Kleint
d38f654d53
Fix Trk error handling
...
Do not close a trk device from its read handler, wire messages
correctly. TrkDevice: Terminate threads before closing.
2009-10-05 15:07:47 +02:00
Roberto Raggi
db9a390ef6
Highlight unused symbols.
2009-10-05 14:08:24 +02:00