Commit Graph

44349 Commits

Author SHA1 Message Date
Daniel Molkentin
7f0c0a5133 welcome screen: capitalization fixes
Reviewed-by: Thorbjorn Lindeijer
2009-06-12 15:11:41 +02:00
Daniel Molkentin
7d6d3e2b94 welcome mode: always show default session, gui fixes
Reviewed-By: Thorbjorn Lindeijer
2009-06-12 15:11:41 +02:00
Daniel Molkentin
de333ba02d No need to pass non-required parameters around.
Reviewed-by: dt
2009-06-12 15:11:40 +02:00
Daniel Molkentin
ad93155a9e Update some URLs.
Reviewed-by: TrustMe
2009-06-12 15:11:40 +02:00
hjk
47d766d91f debugger: kill the debugger if it is still running after it said it has died. 2009-06-12 14:28:13 +02:00
Thorbjørn Lindeijer
4eb11b1a24 Changes file updates
Also fixed some it's -> its
2009-06-12 13:44:46 +02:00
Thorbjørn Lindeijer
7907e447b0 Don't try to show an empty filename in the window title 2009-06-12 13:00:13 +02:00
Thorbjørn Lindeijer
7348779297 Trimmed down the amount of files to patch on Linux
Of the binary files, only qmake and libQtCore need to be patched. The
rest of the files either didn't exist or didn't contain the path we are
patching.
2009-06-12 13:00:13 +02:00
hjk
b052ce2c21 debugger: add a 'break at main' checkbox in the 'start and debug external' dialog 2009-06-12 12:57:22 +02:00
hjk
94b1b1fd7b debugger: move 'break by function' menu items
Move menu to from the main debug window to the context menu of the
breakpoints view to avoid clutter in the main menus.
2009-06-12 11:55:42 +02:00
hjk
ea74cfd8f3 fakevim: fix repetition of 'D' 2009-06-12 11:55:42 +02:00
hjk
30e78c686b fakevim: fix . after A and D in command mode 2009-06-11 17:22:37 +02:00
hjk
6077d20b96 fakevim: fix . after C in command mode 2009-06-11 17:11:10 +02:00
Roberto Raggi
7d1bf1fe57 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-11 17:03:53 +02:00
Roberto Raggi
f17a81c9c9 Fixed helpId and tooltip for member declarations. 2009-06-11 17:03:29 +02:00
hjk
b919dbe572 fakevim: fix cursor column positioning bug after cfx + <Down> 2009-06-11 15:42:01 +02:00
Thorbjørn Lindeijer
dc47257081 Display the project name in the build, rebuild and clean actions
Reviewed-by: mae
2009-06-11 15:14:40 +02:00
Thorbjørn Lindeijer
8bf032833a Removed the Build Project Only actions from the menu
They can still be assigned shortcuts for those who really need them. The
description has been updated to "Build Without Dependencies", so that
their function is clearer.
2009-06-11 15:14:40 +02:00
Thorbjørn Lindeijer
0d8456a73e Some capitalization fixes 2009-06-11 15:14:40 +02:00
con
3f45568006 Correct shortcuts in tips.
Reviewed-by: Daniel Molkentin
2009-06-11 15:08:32 +02:00
mae
8f0e45cf6a make sure there is always a correct current view 2009-06-11 14:31:57 +02:00
hjk
93ab95bc99 debugger: let the breakpoint view handle multiple items at once 2009-06-11 13:41:19 +02:00
con
9da539fd5f Ensure that navigation sidebar is visible when using nav widget shortcut
Reviewed-by: Daniel Molkentin
2009-06-11 11:43:57 +02:00
Roberto Raggi
0f9b9b0494 Imported the QML front-end from Qt/Kinetic 2009-06-11 11:33:25 +02:00
Roberto Raggi
d08b90b494 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-11 11:32:47 +02:00
dt
8ef7ad0b62 Fix not beeing able to commit file deletions with creators git plugin
Reviewed-By: mauricek
2009-06-10 18:10:34 +02:00
dt
97aa789829 Make the editormanager robuster in handling editors wihtout filenames
Show all files without names in the open documents list/combobox.
Discussed with mae.
2009-06-10 18:05:10 +02:00
Daniel Molkentin
130064e0f8 Do not switch to help mode if we launch a browser to show the help.
Also, find the help pages for Creator on the web properly.

Reviewed-By: kh
2009-06-10 17:39:59 +02:00
Thorbjørn Lindeijer
0da4881c3e Made case-insensitive code completion really case-insensitive
There was still some "smartness" that made uppercase characters match
case-sensitive, regardless of the case-sensitivity setting. This annoyed
or at least confused many people who prefer case-insensitivity.

Reviewed-by: con
2009-06-10 16:25:59 +02:00
dt
182161f9bf Fix window title for cmake wizard 2009-06-10 16:03:16 +02:00
Daniel Molkentin
de99534182 Finetune the width for the largely bigger fonts on the mac. 2009-06-10 15:41:38 +02:00
Roberto Raggi
225c784af4 Improved the member lookup of typedef symbols. 2009-06-10 14:45:27 +02:00
Daniel Molkentin
3612b5b922 Tips for Thorbjorn.
Reviewed-By: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-10 14:35:58 +02:00
hjk
db1c212307 debugger: really disable reverse debugging 2009-06-10 13:35:40 +02:00
Daniel Molkentin
bebb155925 Also search for Qt tr cataloges in the Creator tr dir. Add qt_help cataloge.
The qt_help cataloge is required to fully translate the help plugin. The
additional lookup is mandated by the binary packages, where the translations
are simply put in Creatrors translation directories and the Qt translation
path is invalid.

Reviewed-by: con <qtc-committer@nokia.com>
2009-06-10 13:30:41 +02:00
Roberto Raggi
053f9b449c Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-10 13:11:40 +02:00
Roberto Raggi
ec769aeaf7 Search in the editor buffers. 2009-06-10 12:25:52 +02:00
Jens Bache-Wiig
92cdc5bc22 Fixes: Prettify error icon
Details:
The old one was a bit too dark and did not
quite fit into the shiny manhattan style.
2009-06-10 12:13:06 +02:00
Roberto Raggi
3ae43daa5a Expand the anonymous namespace and not the enclosing namespace. 2009-06-10 11:35:45 +02:00
Roberto Raggi
75fb2acdb2 Expand the anonymous namespace and not the enclosing namespace. 2009-06-10 11:31:00 +02:00
dt
29f1b9214d Fix "Rebuild Debugging Helper" not enabled after changing path.
In the Qt Options Dialog.
2009-06-10 11:12:32 +02:00
Oswald Buddenhagen
d7c573054c re-apply enabled state to restored breakpoints 2009-06-10 10:57:00 +02:00
Oswald Buddenhagen
38717c2a55 less inefficient 2009-06-10 10:57:00 +02:00
Jens Bache-Wiig
75d13e0288 Fixes: Fix debugger icon size
Details:
The old debugger icon was simply too large
so I made a new one.
2009-06-10 10:46:04 +02:00
Thorbjørn Lindeijer
4fcabed862 Fixed .h++ and .c++ files to be recognized as supported file types
For example, when creating a new generic project, such files would not
automatically get added to the list of files.

Reviewed-by: Daniel Molkentin
2009-06-10 10:20:19 +02:00
Roberto Raggi
c25644a272 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-10 08:52:56 +02:00
mae
d4797bd98d show the visual column in the line-column-label (makes a difference
when using tabs).

Column counting still starts with 1.
2009-06-09 19:45:53 +02:00
mae
e8b95f6349 more editor manager cleanup 2009-06-09 19:45:53 +02:00
Roberto Raggi
8c41eddaf4 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-09 18:38:52 +02:00
Jens Bache-Wiig
c85435d9ab Fixes: Fix a painting glitch when not using code folding 2009-06-09 18:17:54 +02:00