Commit Graph

88653 Commits

Author SHA1 Message Date
mae
88af2aee9b added smart indentation for pasted text blocks 2009-10-07 11:13:06 +02:00
Friedemann Kleint
ee5e169cb8 FakeVim: Fix tr()-warnings. 2009-10-07 09:27:14 +02:00
con
ead9c19c40 Merge commit 'origin/1.3' 2009-10-06 18:42:28 +02:00
dt
671f1b2215 Ensure that the qmake path is without backslashes 2009-10-06 18:34:44 +02:00
dt
74f66a3b3e Merge branch '1.3' of git@scm.dev.nokia.troll.no:creator/mainline into 1.3 2009-10-06 18:17:43 +02:00
Alessandro Portale
7e5da60d0e Zapped an Alien
(..dir separator on Windows)
2009-10-06 17:40:30 +02:00
Roberto Raggi
7a135ac8a2 Search for possible forward classes. 2009-10-06 17:23:15 +02:00
dt
ee92e82cb8 Fix bug with importanting a build with an not yet existing qt. 2009-10-06 17:16:18 +02:00
dt
26aca40a92 Remove unused variable. 2009-10-06 17:15:41 +02:00
dt
b1cf2c09d6 Move startBuildQueue after potentially showing the compile output. 2009-10-06 17:14:55 +02:00
dt
5c9b3694e3 Remove debuggign output 2009-10-06 17:14:21 +02:00
Friedemann Kleint
772a9a943a Trk/S60: Determine symbol file correctly. 2009-10-06 17:12:52 +02:00
Roberto Raggi
695b1dbf5b Removed (unused) toplevel declaration of _translationUnit. 2009-10-06 17:07:50 +02:00
Roberto Raggi
3c51e5b24b Return the class declaration as canonical symbol for ctors, dtors, and class names. 2009-10-06 16:27:39 +02:00
Roberto Raggi
ef0e1a64dc Show a warning message when using global renaming. 2009-10-06 16:00:55 +02:00
Friedemann Kleint
c70f968fac CDB: Fix step into, improve multithread dumping, exception logging
Use new call syntax of 6.11. for dumper call loading. Execute
Dumpers in a single thread (current) if at all possible (not
in some WaitFor or artificial break thread). Show one more
frame in threads view if it is FastCallReturn. Fix step into
(ignore one event), log some more exceptions. Generally log
exceptions to the debugger windows to be able to see stuff
like DLL missing, etc.
2009-10-06 15:50:48 +02:00
Erik Verbruggen
d0b27c75dd Removed unneeded QML scope classes. 2009-10-06 15:48:19 +02:00
Daniel Molkentin
1110b622e2 Remove obsolete code.
Reviewed-by: con
2009-10-06 14:48:16 +02:00
Daniel Molkentin
b262472973 Centralize S60 check, also use it for adding the GDB TRK page. 2009-10-06 14:43:05 +02:00
Daniel Molkentin
ff0cb8facb Make __int64 valid for MSVC in the code model.
Reviewed-By: Roberto Raggi
2009-10-06 14:40:41 +02:00
Roberto Raggi
fe1411cdfd Use the existing text editor when refactoring text. 2009-10-06 14:22:42 +02:00
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