Commit Graph

80529 Commits

Author SHA1 Message Date
Kornelia Poenitz
dd408d10e6 FakeVim: Correct the selection in VisualBlockMode
The selection was not visible when moving cursor up.

Reviewed-by: hjk

Merge-request: 1016
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-07-27 11:26:35 +02:00
Friedemann Kleint
ec0f5172c9 Fixed MSVC warnings. 2009-07-27 09:33:27 +02:00
Friedemann Kleint
dad9c60867 Changelog. 2009-07-27 09:25:50 +02:00
Friedemann Kleint
96940fa949 Gitorious wizard: Import CMake projects, look in src directory.
Remove unused code.
2009-07-27 09:22:26 +02:00
Roberto Raggi
f3a04e7ef6 Updated the QML front-end to release be7b6bcac093abfb1ca1afedcdc6c5d12da12c8e 2009-07-27 01:51:19 +02:00
dt
576672643c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-24 19:14:09 +02:00
dt
1f738ce62c Make importing update the widgets of QMakeStep and MakeStep 2009-07-24 18:53:54 +02:00
dt
f1009fc63c Less debugging output 2009-07-24 18:52:44 +02:00
dt
15471e6410 More import fixes and tweaks
Don't add -spec foo to the additional Arguments if foo is the same as
the default mkspec. This makes the common case better, while breaking if
you have QMAKESPEC set in teh environment and used -spec foo to override
it.
2009-07-24 18:12:19 +02:00
con
a1e5884646 Use the new launcher for starting application on device
Not much error reporting etc yet. Application TRK needs to be
running on device.
2009-07-24 17:18:34 +02:00
con
c7dc5fe78d Feed back the process creation fix to adapter. 2009-07-24 17:18:33 +02:00
con
19bae72353 Remove some unused stuff. 2009-07-24 17:18:33 +02:00
Thorbjørn Lindeijer
cc95132add Made a start on improving the generic project documentation 2009-07-24 16:38:28 +02:00
con
10721dc368 Feed back changes from launcher to adapter 2009-07-24 16:30:07 +02:00
con
5d4273cc01 Extract a separate launcher. 2009-07-24 16:29:46 +02:00
dt
4b26aaa31b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-24 16:27:46 +02:00
dt
0d949c69bf Case insesitive for specs comparision for windows 2009-07-24 16:27:29 +02:00
Thorbjørn Lindeijer
2e19e70a83 Updated changes file with completion of include directives 2009-07-24 16:19:05 +02:00
Friedemann Kleint
8b8bf42fbb CDB: Fixed thread handling, added dumping of string types in case of crashes. 2009-07-24 16:05:46 +02:00
hjk
403c344c4b debugger: add a 'swapendian' 'tool' to convert endianness of memory dumps 2009-07-24 15:51:07 +02:00
hjk
c2ea5e7b3f debugger: fix off-by-one error when accessing registers via trk 2009-07-24 15:51:07 +02:00
Thorbjørn Lindeijer
9412b138b6 Made trailing slash trigger the next include completion
The completion for the directory wasn't triggered because one of the
items matched the typed string, so the list of completion wasn't empty
and no new trigger was allowed.

By not matching items when a trailing slash is typed, the list is
allowed to trigger again from the new location.

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-07-24 14:32:39 +02:00
Thorbjørn Lindeijer
5271117e5b Avoid inserting another closing character when completing includes
When a closing character is already there, it shouldn't be appended.
Done by generalizing the same code for automatically inserted brackets
after C++ symbols.
2009-07-24 13:52:49 +02:00
Friedemann Kleint
b49d715a1c Added a gitorious clone wizard.
... based on the git clone wizard. Provide a wizard for browsing
gitorious hosts.

Task-number:  44831
2009-07-24 13:41:14 +02:00
Thorbjørn Lindeijer
00f7dd4586 Do the scanning for include files in the background
In order to speed up completion for include statements.

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-07-24 12:52:42 +02:00
Robert Loehning
f4ec27cdc2 Using QLatin1Char for directory separators in getPluginPaths()
Reviewed-by: dt
2009-07-24 12:11:12 +02:00
ck
e73cf2d12b Added more dumper auto tests.
Added dumper tests for QObjectSlot and QObjectSlotList.
2009-07-24 11:53:32 +02:00
ck
fb2f3860fa Debugger: Updated QObjectSlot dumper for Qt 4.6.
The format of QObjectPrivate's senders list changed in version 4.6.
This change is now taken into account by the QObjectSlot and
QObjectSlotList dumpers.

Reviewed-by: hjk
2009-07-24 10:50:18 +02:00
hjk
eeb737c512 debugger: make trk manual test setup user-dependent 2009-07-24 09:50:31 +02:00
hjk
432a98a031 debugger: progress for the trk adapter 2009-07-24 09:42:40 +02:00
dt
5042515cf5 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-23 18:16:01 +02:00
dt
a79a26c7ae Move the function comparing settings and Makefile to Qt4Project
I need that in the Qt4ProjectConfigWidget to decide whether I should
show a import label.
2009-07-23 18:15:25 +02:00
hjk
40a4dc2523 debugger: progress for the trk adapter 2009-07-23 17:52:17 +02:00
hjk
cd4d7ef1c3 debugger: add some testcase to investigate child fetching behaviour 2009-07-23 17:52:17 +02:00
hjk
97afa6f7b0 debugger: move code around 2009-07-23 17:52:16 +02:00
con
45d2fd0797 Make the show/hide environment details buttons stay at same place. 2009-07-23 17:23:26 +02:00
con
2afea9ddf5 CMake project settings margins and field growths. 2009-07-23 17:23:26 +02:00
con
579fe76f66 Fix layout of generic projects' build settings. 2009-07-23 17:23:26 +02:00
con
4cb47eea8c Wrong default group box title. 2009-07-23 17:23:26 +02:00
con
bf64a1aeb4 Fix more margins. 2009-07-23 17:23:26 +02:00
con
5ed5f8b266 This was supposed to be only windows.
See commit d0340ee04f,
which breaks it for Mac at least.
2009-07-23 17:23:26 +02:00
Robert Loehning
8eeabae49d Converting plugin paths to native format only for displaying. Using '/' as separator until then, regardless of OS.
Reviewed-by: hjk
2009-07-23 17:04:51 +02:00
Thorbjørn Lindeijer
47a2097341 Implemented include completion
Done-with: danimo
2009-07-23 16:49:36 +02:00
dt
8b31d429f8 Ignore -cache in tests for equivalent argument lists.
QMake contained a bug that -cache something where not copied to the
 # Command comment. So we can't reliable check whether it is still
 the same cache. That should be rarely a problem.
2009-07-23 15:36:23 +02:00
con
1ccf39f8ce Actually get the exit code from package creation and signing 2009-07-23 15:06:04 +02:00
dt
26c2afe60e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-23 14:33:29 +02:00
dt
d6d9883692 Make qmakestep even smarter about not running.
Use the mkspec of the qt version if none is specified in the additional
arguments. Also if given a relative path, try the source directory
first.
2009-07-23 14:31:21 +02:00
Robert Loehning
5e653c3d25 Changing plugin paths to native separators to avoid showing messages with mixed
separators / and \ on Windows.

Reviewed-by: Friedemann Kleint
2009-07-23 14:09:04 +02:00
dt
ae63443715 On windows the #Command line is escaped with quotes 2009-07-23 14:00:45 +02:00
con
22f4c61945 Highlight OTHER_FILES in pro editor. 2009-07-23 11:38:52 +02:00