Alessandro Portale
ef410b7366
Polishing Settings Ui:
...
Putting Help Filter settings into a GroupBox
2009-05-18 12:22:29 +02:00
Alessandro Portale
ee70abee9b
Polishing Settings Ui:
...
Putting VCS settings into a GroupBox
2009-05-18 12:19:13 +02:00
Alessandro Portale
0e41de8f84
Polishing Settings Ui:
...
Using default margins. Spacer outside lower Groupbox.
2009-05-18 12:08:24 +02:00
Alessandro Portale
320b169098
Polishing Settings Ui:
...
Putting Locator filter settings into a GroupBox
2009-05-18 12:02:28 +02:00
Alessandro Portale
a6c0500882
Polishing Settings Ui:
...
Putting Debugging Helper settings into a GroupBox
2009-05-18 11:57:53 +02:00
Alessandro Portale
9f96d80c7b
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-18 11:48:01 +02:00
Alessandro Portale
e00f346e7c
Polishing Settings Ui:
...
Putting Docs settings into a GroupBox
2009-05-18 11:47:45 +02:00
Alessandro Portale
718b623f90
Polishing Settings Ui:
...
Putting CPaster settings into a GroupBox
2009-05-18 11:36:36 +02:00
Alessandro Portale
0c9e8b23a0
Polishing Settings Ui:
...
Putting Cpp file settings into a GroupBox
2009-05-18 11:35:59 +02:00
Roberto Raggi
be620585f1
Updated the QML editor.
2009-05-18 11:21:54 +02:00
Alessandro Portale
59003be0d5
Replaced 'speinfo' with 'qtmodulesinfo'.
2009-05-17 23:57:21 +02:00
Alessandro Portale
4fc880e30a
Removed all non-QtModules entries from "SpeInfo". Further cleanup
...
and renaming will not hurt.
2009-05-17 19:17:52 +02:00
Alessandro Portale
7711b14d46
'Qt/S60' -> 'Qt for S60'. That's the official name.
2009-05-17 18:50:05 +02:00
Serge Ratke
2dd046640d
implementation of copy lines up/down functionality
2009-05-15 23:17:11 +02:00
con
564f7b9eb5
Make floating gdb views possible. Hiding when mode is switched.
2009-05-15 16:55:35 +02:00
Roberto Raggi
d46a1447f1
Fixed possible crash in std::isspace(ch) when ch is a unicode char.
2009-05-15 16:01:02 +02:00
Friedemann Kleint
81d69641ab
Added ParameterAction class for QActions acting on files.
...
Reduce inconsistencies in tr()-Strings provided for
QActions that act on a current <something> (mostly files) by
introducing a ParameterAction class that takes the tr()-Strings
at construction time and provides a setParameter(QString) slot,
allows for setting that parameter or an empty string, which
will cause the displayed text to be updated.
2009-05-15 15:41:00 +02:00
dt
03405e621a
Remove dependency also form plugins.pro
2009-05-15 15:22:48 +02:00
dt
449e0b54c5
Unneeded dependencies on Help
2009-05-15 15:16:46 +02:00
Daniel Molkentin
9106c72116
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-15 15:00:18 +02:00
Daniel Molkentin
48bdf10644
welcome screen: fix prev tip for good
2009-05-15 14:59:32 +02:00
con
a74f494974
Add a menu item for the Locals and Watchers panel.
...
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-05-15 14:48:03 +02:00
Daniel Molkentin
900ec2aaab
welcome screen: fix tip cycling
2009-05-15 13:43:51 +02:00
con
01cc5b485b
Remove unnecessary code.
2009-05-15 12:01:41 +02:00
Friedemann Kleint
9b8d148145
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-15 10:29:51 +02:00
Friedemann Kleint
09498c5931
Fixed further translation glitches.
2009-05-15 10:29:19 +02:00
hjk
7377a52e89
debugger: work on tcf communication
...
It is now possible to send manual commands using Ctrl-Return in the left
pane of the Debugger View.
2009-05-15 09:16:58 +02:00
Thorbjørn Lindeijer
9a79a06930
Introduce a Delete Line action that doesn't copy to clipboard
...
The version that does copy to clipboard is now called Cut Line, and is
still mapped to Shift+Delete by default.
2009-05-14 17:55:17 +02:00
Friedemann Kleint
4e7f2f8d7f
Fixed translation glitches.
2009-05-14 17:02:30 +02:00
Roberto Raggi
6195035bbf
Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS).
2009-05-14 16:37:17 +02:00
hjk
17a078d5bb
debugger: work on tcf communication
2009-05-14 16:01:23 +02:00
Friedemann Kleint
e1d810d110
Made Gdb/MinGW Windows use injection dumper loading.
...
Appears to be working for 64 bit, also.
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-05-14 15:03:30 +02:00
Friedemann Kleint
0e3aa47fcd
Added ToolTip support for CDB.
...
Make debugger tooltip API more general, have the engines check the
correct file type, figure out the expression and context from the text
editor.
Put common functionality in watchutils.cpp. In the CDB engine, check
whether a tooltip expression is a known variable within the stack frame
context. If so, retrieve via symbol group or dumpers. Cache by function
and expression.
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-05-14 14:29:37 +02:00
Roberto Raggi
11ccb57111
Improved the DuiDocument and keep a working copy of the document in the editor, also use the QML api.
2009-05-14 14:09:00 +02:00
dt
473b6abb1d
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-14 11:27:07 +02:00
dt
87e40ac6f5
Remove debugging output
2009-05-14 11:26:57 +02:00
Roberto Raggi
1931d22a25
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-14 11:04:06 +02:00
Roberto Raggi
deadeec1cc
Introduced DuiDocument.
2009-05-14 11:03:54 +02:00
hjk
745ee20fcc
debugger: work on tcf response parsing
2009-05-14 10:10:38 +02:00
Daniel Molkentin
bb6f56f553
welcome screen: make layout vertically resizable
2009-05-13 20:07:08 +02:00
Roberto Raggi
483449e420
There is no output stream so there's nothing to expand.
2009-05-13 18:16:28 +02:00
Daniel Molkentin
c7e1104ec6
Remove unused code.
2009-05-13 18:11:05 +02:00
Daniel Molkentin
541f5f6400
welcome screen: add next/prev tip button, styling
2009-05-13 18:11:04 +02:00
dt
286325ceb6
Add includes to the codemodel specified via PKGCONFIG in .pro files
...
We run pkg-config --cflags-only-I $$PKGCONFIG in the background to find
those includes.
Task-Nr: 250195
2009-05-13 18:09:47 +02:00
hjk
1efd5fcdc7
debugger: fix RegisterHandler::{row,column}Count()
2009-05-13 17:42:45 +02:00
dt
5321950d40
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-13 17:08:59 +02:00
dt
5df4f9301a
Make it possible to edit the working directory the executable is run in.
2009-05-13 17:08:48 +02:00
Friedemann Kleint
38baf276f6
Deactivated quiet saving for the moment.
2009-05-13 16:38:53 +02:00
Thorbjørn Lindeijer
cf44cbf58e
Added an option to disable the mouse navigation
...
It's conflicting too much with pasting for some, so better have the
option to just turn it off.
2009-05-13 16:07:43 +02:00
Thorbjørn Lindeijer
e913f8289b
Made a start on correcting indentation
2009-05-13 16:07:43 +02:00