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
Thorbjørn Lindeijer
6a5205f39c
Micro-optimization for sorting sessions
...
Reviewed-by: dt
2009-07-23 11:06:07 +02:00
Thorbjørn Lindeijer
073ff329f5
Set the text of the discard color scheme changes button
...
Otherwise it would refer explicitly to closing without saving in some
cases, which isn't really suitable here.
2009-07-23 11:06:07 +02:00
con
e27f688492
Fix setting the mode keyboard shortcuts.
...
Broke with 61e468a885 .
2009-07-23 11:02:37 +02:00
con
cf6d8d63d2
Make it possible to localize text from goto line shortcut.
...
Task-number: 258302
2009-07-23 10:39:31 +02:00
dt
f1dfb3c6ce
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-22 19:18:09 +02:00
dt
2ece459ad1
Be smart about running the qmakestep.
...
Importing the build settings now should never run the qmakestep.
2009-07-22 19:17:58 +02:00
con
d0340ee04f
Make it look better on windows.
2009-07-22 18:50:31 +02:00
Daniel Molkentin
1d2e11b6ef
Fix referenced qrc file in welcome page ui.
2009-07-22 18:45:00 +02:00
con
3378b18f6f
Corrected field growth policies.
2009-07-22 18:18:13 +02:00
con
60deb636ad
Nicer content margins.
2009-07-22 18:18:12 +02:00
con
2010565d2d
Tweak the build steps ui.
2009-07-22 18:18:12 +02:00
con
ee524eb1a7
Beautify general build configuration.
2009-07-22 18:18:12 +02:00
con
a9f81ab352
Give project settings a maximum width.
...
To avoid neverending line edits, make it look more compact.
2009-07-22 18:18:12 +02:00
con
0f26d4e223
Fix build with Qt 4.5
2009-07-22 18:18:12 +02:00
mae
162c152fd9
removed qt-4.6 dependency
2009-07-22 17:18:27 +02:00
dt
cd27fdecd9
Parse the Makefile in the importing case a lot better
...
We add each command line argument to the Additional Arguments
2009-07-22 16:52:44 +02:00
Thorbjørn Lindeijer
45a15057e4
Fixed name of local variable
2009-07-22 16:10:58 +02:00
Thorbjørn Lindeijer
f65844b7a1
Attempt to resolve a help id even when showing a diagnostic error
...
Makes context sensitive help work for valid expressions that happen to
be part of a marked diagnostic error. However, for now you still can't
get documentation for expressions that don't resolve.
Also, context sensitive help now also works for includes where possible.
2009-07-22 16:08:58 +02:00
mae
4b24de2866
extend cpp editor's context menu with auto-indent and un-comment-selection
...
(user request)
2009-07-22 15:33:24 +02:00
Thorbjørn Lindeijer
31d62997c7
Use a sheet on Mac for confirming deletion of a color scheme
...
By splitting out the confirmation to a different slot, so that the
dialog can be window-modal.
Also changed from Yes/No button to Cancel/Delete button, which is
clearer to the user.
Reviewed-by: Norwegian Rock Cat
2009-07-22 14:46:21 +02:00
mae
d5cd80f91c
find support for lazily loaded binary editors. Added
...
case-insensitive search capatibilities (the default). Slower but
fits better with the other editors.
2009-07-22 14:36:57 +02:00
mae
22d2943c68
Hide mouse cursor from the editor when typing.
2009-07-22 14:36:56 +02:00
mae
ded5d6f36b
support lazy data loading in the binary editor (find functionality
...
still needs porting)
2009-07-22 14:36:56 +02:00
Norwegian Rock Cat
02a157f528
Kill the slash.
...
If we are going to be uncertain, then let's try to
be somewhat better stylistically about it.
2009-07-22 11:03:07 +02:00
ck
824d8e24eb
Added another missing #include for QStringFileMatcher.
2009-07-22 11:00:27 +02:00
Robert Loehning
2d15fda219
Including QStringMatcher
...
Reviewed-by: Thorbjørn Lindeijer
2009-07-22 10:51:11 +02:00
Robert Loehning
fb5d652fbf
Added ProjectExplorer dependency on Welcome mode
...
It was trying to build the ProjectExplorer before the Welcome mode,
and failing.
Reviewed-by: Thorbjørn Lindeijer
2009-07-22 10:50:14 +02:00
Oswald Buddenhagen
28a71cfe7f
fix comment parsing wrt line continuations
2009-07-21 19:41:44 +02:00
Robert Loehning
6479b201ee
Fixed: Mouse-navigation could not be disabled.
...
Reviewed-By: dt
2009-07-21 18:44:10 +02:00
con
eec53984fa
Prevent deletion of find tool bar when place holder is deleted.
...
This happens for example when removing a split editor.
2009-07-21 17:52:18 +02:00
hjk
51f20d400c
debugger: progress for the trk adapter
2009-07-21 17:42:57 +02:00
hjk
b2051be94d
debugger: handle execRun() error result
2009-07-21 17:14:27 +02:00
Thorbjørn Lindeijer
f7ecff569d
Fixed margin of search in Help mode to be consistent with other panels
...
The margin on the other panels is being set to 4, while the search panel
used the default margin.
2009-07-21 16:56:12 +02:00
con
48134939c0
Back to the bottom.
2009-07-21 15:56:04 +02:00
Thorbjørn Lindeijer
1d3c75c706
Format documentation of IVersionControl so that Doxygen recognizes it
2009-07-21 15:40:55 +02:00
dt
ecfb6eaf5a
Remove the qmakeStep() function from qt4Project
2009-07-21 15:01:16 +02:00