Commit Graph

3200 Commits

Author SHA1 Message Date
Friedemann Kleint
7b11b83cd7 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-29 15:35:03 +02:00
Friedemann Kleint
f0c8cdc7cc Translation fixes. 2009-05-29 15:34:10 +02:00
Jens Bache-Wiig
33b68e1420 Fixes: Prettify the block highlighting
Details:
I softened it ut to make it significantly less
distracting.
2009-05-29 15:31:27 +02:00
Johannes Zellner
61d3f55b1e fix debug application with terminal different to default (xterm)
The setting, which terminal, to start an application in debug mode from, was ignored, since the QSetting was just not set.

Reviewed-by:ossi
2009-05-29 15:03:56 +02:00
Johannes Zellner
4c8e680e5d Remove BackButton in first BaseFileWizard page.
After selecting a template in the NewFileDialog (Strg+N), a BaseFileWizard is started with an unusable BackButton.
This change removes the Button on first wizardpage.
2009-05-29 13:43:34 +02:00
Jens Bache-Wiig
d6b13dabae Fixes: Redesigned the welcome screen header
Details:
I removed the beveled nokia font and redesigned the "tab bar"
from scratch. Should look a bit more shiny now. I'm aware of
the 'Q' going below the baseline but I think we can live with
it for now..
2009-05-29 12:53:07 +02:00
Daniel Molkentin
d6c313ae37 welcome screen: use system proxy for rss if defined. 2009-05-29 12:40:10 +02:00
Daniel Molkentin
5eb4870150 new wizard: spelling fix 2009-05-29 12:40:09 +02:00
Friedemann Kleint
07e589ef8e Fixed b390e56d67
Do not check for existence of the binary, breaks on Windows
due to .exe (and potentially paths). Use waitForStarted().
On this occasion, kill on timeout in case of password prompts.
2009-05-29 11:34:06 +02:00
hjk
d472ec9a4c remove qstringbuilder code
Now in Qt proper.
2009-05-29 11:31:53 +02:00
Friedemann Kleint
27f9d9727d Added QtcDebugger (Dispatcher for crashed Windows processes).
Called with crashed process and prompts the user to
choose between Qt Creator and Default Debugger.
Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-05-29 11:11:53 +02:00
hjk
957a8f3479 debugger: some encoding correctness 2009-05-29 10:35:29 +02:00
Lorn Potter
b390e56d67 Fixes: don't timeout trying to run git when git cannot be found.
Task:     <task number>
Details:  <additional information>
2009-05-29 08:38:30 +10:00
Lorn Potter
55e7f65533 Fixes: make method combo take up more space on the toolbar, so long
class and method names can be seen.

Task:     <task number>
Details:  <additional information>
2009-05-29 04:49:31 +10:00
Daniel Molkentin
3afaf008de welcome screen: Simplify project wizard call. 2009-05-28 17:11:12 +02:00
mae
224a3870d7 Push "Find in files" to the end of the find filters. 2009-05-28 16:51:21 +02:00
Daniel Molkentin
38b4845fbc Remove debug output 2009-05-28 16:49:35 +02:00
Daniel Molkentin
32557b0b39 welcome screen: preview in news feed, Buttons added, resizing sanatized
Manage Sessions replaces "Restore last session" (which can be done by clicking
the "(last session)" session anyway. Also, added a "Create New Project" button.
Ensured that the welcome screen is only as high as needed (will orient on the
amount of items in the contained treewidgets). Scrolling is still last resort.
2009-05-28 16:41:13 +02:00
con
0a1367cdfd Add pro.user files to gitignore 2009-05-28 16:13:15 +02:00
Friedemann Kleint
e7fece34c7 Fixed broken doc link. 2009-05-28 15:50:44 +02:00
Friedemann Kleint
2ddc2cc44d Added correct trademarks to docs. 2009-05-28 15:48:16 +02:00
Friedemann Kleint
870038d94d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-28 15:31:25 +02:00
Friedemann Kleint
12a66bfa1f Updated documentation for 1.2
Reviewed-by: Kavindra Palaraja <qtc-committer@nokia.com>
2009-05-28 15:31:12 +02:00
Roberto Raggi
2a8b5a2e2b Refactored the lookup of name and template name ids. 2009-05-28 15:24:17 +02:00
Friedemann Kleint
09b98c02cb Started 1.2.0 Changelog 2009-05-28 13:31:28 +02:00
Roberto Raggi
6a3382d8de Say hello to LookupContext::resolveNestedNameSpecifier() 2009-05-28 12:39:56 +02:00
Thorbjørn Lindeijer
6a5d81b001 Fixed indenting of else line when typing "} else {"
The line would only get a reduced indent when the user actually typed
the }, but not when typing the {, even though the line should still be
unindented because of the } at the start.

Previously this code worked fine because lines didn't used to get
automatically reindented for anything else than the first character.
2009-05-28 12:31:26 +02:00
Thorbjørn Lindeijer
b450fa17b3 Removed colon again from the electric characters
It broke indentation for global scope operator, and when that was fixed
it broke for the class initializer lists. I'm not sure how to fix that
at the moment, so better have it not do anything rather than being in
the way.
2009-05-28 12:31:26 +02:00
Friedemann Kleint
e38250d81f Close write channels of git processes.
..in an attempt to suppress password prompts.
2009-05-28 12:27:04 +02:00
Roberto Raggi
faaab90a15 Added LookupContext::resolveOperatorNameId() with the bits needed to resolve operator name ids. 2009-05-28 12:10:45 +02:00
con
da91a04878 Poor QtVersionManager has one friend less. 2009-05-28 12:05:09 +02:00
con
d3c3d90e6b Actually QtVersionManager::instance() *was* working.
But the variable was set at some place in Qt4ProjectManagerPlugin.
Do it all in QtVersionManager to avoid exactly the confusion that
happened.
2009-05-28 11:59:25 +02:00
Roberto Raggi
d9a65beacc Moved the lookup of qualified name ids in LookupContext::resolveQualifiedNameId() 2009-05-28 11:59:11 +02:00
Friedemann Kleint
ed02e7eec8 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-28 11:58:48 +02:00
Friedemann Kleint
f3612ebaef Bring German translation up to date. 2009-05-28 11:58:05 +02:00
Roberto Raggi
a1ec4e2a94 Introduced Name::identifier().
Name::identifier() returns the identifier used to declare the name.
2009-05-28 11:49:59 +02:00
Roberto Raggi
6ec0b2591e Removed debug output. 2009-05-28 11:12:16 +02:00
Thorbjørn Lindeijer
653757e781 Fixed HTML escaping issues in the function argument widget
HTML escaping was moved out of the TypePrettyPrinter since it interferes
with other logic there. Instead, the region to mark is now available
from the Overview and used by the FunctionArgumentWidget to put the
current argument in bold.
2009-05-28 11:00:33 +02:00
Friedemann Kleint
8c45eb57fb Fixed p4 plugin.
Introduce settings struct again. Add an errorString() to
the settings class. Change checkP4Command to checkP4Configuration
and make it report errors when appropriate. Make errorString show
up in settings page and add "Test" button.
Build options correctly (omit empty settings) and use basic
options for the test (which was the bug causing p4 to be
disabled if options were actually specified).
2009-05-28 10:30:10 +02:00
mae
4bdc0664eb Small fix for parentheses matching: give the syntaxhighlighter a chance
to update the parentheses information.
2009-05-27 20:50:07 +02:00
Alessandro Portale
43a14ac25b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-27 19:31:42 +02:00
Alessandro Portale
06ee5c1e97 Making sure that tabSize and indentSize spinboxes stay attached
to their label. Less layout involved.
2009-05-27 19:31:29 +02:00
con
6d3571d930 Broken "instance" method for QtVersionManager. 2009-05-27 18:45:00 +02:00
dt
de6e609883 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-27 18:34:18 +02:00
dt
599b21216d Add environment widget to the custom executable runconfiguration. 2009-05-27 18:33:57 +02:00
dt
10151809c4 Add Environment settings to CMakeRunConfiguration 2009-05-27 18:33:50 +02:00
Alessandro Portale
991998dad3 Aligning the 'Maximal stack depth' spinbox to its label. 2009-05-27 18:33:34 +02:00
con
efc865a48e Correctly enable/disable the "Add new" and "Add existing" menu items.
The context menu was updated before the current node was set to the
right value, later in the showContextMenu method.

Task-number: 253989
2009-05-27 17:47:06 +02:00
hjk
1b1b484184 qstringbuilder: final version to merge into Qt proper 2009-05-27 16:50:16 +02:00
Roberto Raggi
10a2274bd4 Removed obsolete code. 2009-05-27 16:32:32 +02:00