Brian McGillion
989e1b5acf
Mercurial plugin, merge request with suggested fixes.
2009-09-21 12:29:31 +03:00
con
de73a6d6dd
Remove funny highlight for the find tool bar.
...
Basically for all widgets that don't have navigationWidgetHeight
it is removed, because then the proportions are wrong.
Reviewed-by: Erik Verbruggen
2009-09-21 10:57:26 +02:00
Friedemann Kleint
d499e95e1b
Trk: Show options page only depending on environment variable.
2009-09-21 09:05:05 +02:00
Friedemann Kleint
603630fad6
Debugger: Use Gdbmi parser in CDB for parsing of protocol 1
...
Change dumper protocol 1 output not to contain type names as
hash keys (might contain blanks), use lists instead.
Start fixing autotests for 4.6.
2009-09-18 16:55:17 +02:00
Maurice Kalinowski
5b182196f9
crash fix when pressing " on Windows
...
Reviewed-By: Roberto Raggi
2009-09-18 15:58:21 +02:00
Friedemann Kleint
5c8e6e9f7c
Trk: Make it run on Windows.
...
Add options page with overrideable device. Correct
wiring of the rfcomm process.
2009-09-18 12:51:15 +02:00
Roberto Raggi
4843f44c30
Don't allow auto parentheses when the token under cursor is a comment.
2009-09-18 12:28:15 +02:00
Roberto Raggi
5df7b96735
Renamed maybeOverrideCharacter()
2009-09-18 12:28:15 +02:00
Roberto Raggi
81cac3cc49
Introduced BackwardsScanner::LA(n). LA(n) returns the n-th lookhead token.
2009-09-18 12:28:15 +02:00
Sergey Belyashov
8ce39a8a3b
Fixed warning about deprecated conversion from string literal to char*.
2009-09-18 11:32:24 +02:00
Oswald Buddenhagen
1500914f5b
fix pointer aliasing issue
2009-09-18 11:31:00 +02:00
Roberto Raggi
6c7c333128
Cleanup
2009-09-18 11:07:05 +02:00
Roberto Raggi
a5156e6283
Introduced MatchingText::shouldInsertNewline() and use it to insert lines after a class definition.
2009-09-18 10:59:31 +02:00
Roberto Raggi
9a799da6c9
Re-enable check for automatically inserted block end.
2009-09-17 18:54:12 +02:00
Roberto Raggi
da4fcd22ef
Pass the lookahead character to matching text.
2009-09-17 18:39:10 +02:00
Roberto Raggi
82b80b9e39
Automagically insert matching characters.
2009-09-17 17:58:00 +02:00
Friedemann Kleint
245dfe51c6
Compile Windows
2009-09-17 16:29:51 +02:00
hjk
634e4e5485
debugger: cleanup
2009-09-17 16:22:30 +02:00
hjk
fba9ab5fdc
debugger: refactoring
...
move the start mode variable to DebuggerStartParameters
2009-09-17 16:22:30 +02:00
hjk
6439d545dc
debugger: fix recent regression in startup behaviour
2009-09-17 16:22:30 +02:00
hjk
e642b0b1b6
debugger: work on startup
2009-09-17 16:22:29 +02:00
hjk
67e041940a
debugger: break long lines
2009-09-17 16:22:29 +02:00
dt
834c2b4679
Small tweaks to the project pane
2009-09-17 16:10:45 +02:00
dt
d8175992de
Fixes a warning about a unused parameter
2009-09-17 16:06:19 +02:00
dt
4f2c48821c
Treat outdated as missing.
2009-09-17 15:55:08 +02:00
dt
f04cd91c6b
Simplyfy the DebuggingHelper functions.
...
By only providing a qtInstallDir variant
2009-09-17 15:55:08 +02:00
dt
744eb55df2
Remove unneded qtDir() function in DebuggingHelper
2009-09-17 15:55:08 +02:00
Roberto Raggi
dfa6be721d
Added the helper class MatchingText and use it to automagically insert text for curly braces.
2009-09-17 15:51:15 +02:00
con
97df3b6cca
Build fix for Mac OS X.
2009-09-17 15:12:09 +02:00
dt
b7bfe7a7c3
Remove debug output
2009-09-17 14:25:33 +02:00
dt
a809dfde34
Hide the Run QMake command from the context menu for non qt projects.
2009-09-17 14:00:35 +02:00
dt
65648ee17a
The project pane rewrite version 2.
...
This splits up the edit and active settings. Let people try it and
report usability problems. I'm not 100% convinced of the layout either.
2009-09-17 13:59:10 +02:00
dt
f52077bd81
Enable effective qmake command textedit, it's still readonly.
2009-09-17 13:59:09 +02:00
dt
a3aebc7426
Highlight CCFLAGS and INSTALLS and STATECHARTS in .pro files.
2009-09-17 13:58:57 +02:00
Thorbjørn Lindeijer
b5dbcee370
Take the selected end as look ahead
...
Cause that's the relevant context.
2009-09-17 13:36:57 +02:00
Thorbjørn Lindeijer
0fed004ad4
Fixed the {begin,end}EndBlock to be used when inserting autotext
...
Based on a change by Denis Dzyubenko, done with mae.
2009-09-17 13:36:57 +02:00
hjk
b765124163
debugger: refactoring
...
remove DebuggerRunControl from DebuggerManager
use typedef for QSharedPointer<DebuggerStartParameters>
2009-09-17 13:32:20 +02:00
Erik Verbruggen
89b7c6cb8a
ifdef cleanup.
2009-09-17 13:03:45 +02:00
hjk
75a003fd02
duieditor: make it compile with and without namespaced Qt
2009-09-17 12:48:11 +02:00
hjk
10a6829aaf
debugger: refactorization
...
merge DebuggerRunControl::m_dumperLibrary{,Location} into StartParameters
2009-09-17 12:48:11 +02:00
mae
554f4fe679
ensure visibility for extra blocks that are auto inserted
2009-09-17 12:47:16 +02:00
mae
061865efa4
move auto parentheses handling into the cpp editor
2009-09-17 12:37:20 +02:00
Roberto Raggi
71c46fbc54
Added BackwardsScanner
2009-09-17 12:29:22 +02:00
Erik Verbruggen
4e21b18827
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-09-17 12:26:37 +02:00
Erik Verbruggen
e561e4a52c
Copied new QML parser files from kinetic-declarativeui (875c342), which
...
has changes to make these files compile in Creator when Qt is compiled
in a namespace.
2009-09-17 12:20:41 +02:00
Daniel Molkentin
29c073b2a3
The title of SettingsDialog should be "Preferences", not "Options" on OS X.
...
This conforms to the entry in the menu entry, wich already changes its
name accordingly to comply with the Apple HIG.
Also, adjusted the docs that were missing the change of location in the menu.
2009-09-17 11:45:56 +02:00
hjk
4da0acb5e3
trk: remove old standalone gdb/trk adapter
...
It's merged now into debugger/gdb and the "runner" is a new standalone wrapper
2009-09-17 10:59:11 +02:00
Maurice Kalinowski
c9c5df2b84
fix path resolving
2009-09-17 10:56:43 +02:00
hjk
dd7ee74972
debugger: fix omission of reading register 0 in the symbian case
2009-09-17 10:53:44 +02:00
hjk
37c98f89d6
debugger: fix crash in memory view when data arrives after view has been closed
2009-09-17 10:53:44 +02:00