Commit Graph

80529 Commits

Author SHA1 Message Date
kh1
f87f2c9766 Missing return. 2009-11-30 14:53:16 +01:00
ck
031acae3af Maemo: Complete options page. 2009-11-30 14:09:08 +01:00
mae
28e3ba5bfb Fixed overlay selections
1. allow empty overlay selections
2. make it possible to bind a selection to a specified length
2009-11-30 13:57:47 +01:00
Tobias Hunger
99c9c3c3c0 Fix reordering of build steps in the clean list
* Fix reordering of build steps in the clean list of steps.
 * Make the code more robust and avoid removing and inserting
   the item.
 * Update code for the build steps list too for reasons of symetry.

Reviewed-by: dt
2009-11-30 13:28:24 +01:00
kh1
fed63463d3 No need to cache the Qt version for this simple task.
Might fix some sporadic crashes that can be seen on first creator run.
2009-11-30 12:04:02 +01:00
kh1
615105cccd Fix potential crash in updateSimulatorInformation. 2009-11-30 10:55:48 +01:00
Daniel Molkentin
96a66661b4 fix gdb autotest 2009-11-30 01:21:47 +01:00
Oswald Buddenhagen
b0b5bde2e9 Merge remote branch 'origin/1.3'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/debugger/watchhandler.cpp
2009-11-27 20:06:01 +01:00
kh1
6c56fbfedc Compile fix on windows, not sure it should be named like this. 2009-11-27 17:30:51 +01:00
con
90c03d3209 Add functionality to show progress for the application in task bar/dock.
Move the API to the progress manager.
Added a first Mac implementation, other
platforms are pending.
2009-11-27 17:08:21 +01:00
ck
4688634f78 Maemo: Add initial version of settings page. 2009-11-27 16:40:07 +01:00
Friedemann Kleint
0a3b9ed436 Compile Windows. 2009-11-27 16:20:06 +01:00
Friedemann Kleint
a8ac34c347 Options: Sort by category, id.
Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
2009-11-27 16:12:12 +01:00
Kimitake
f928145163 ^[ should work as well as ESC key in insert mode.
Merge-request: 2157
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-11-27 14:48:37 +01:00
Kimitake
8abc551b31 [ and ] can be added in command mode, but they should be ignored.
Merge-request: 2157
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-11-27 14:48:37 +01:00
hjk
ecf7517352 debugger: add a slightly more complex QObject manual test 2009-11-27 14:47:22 +01:00
Christian Kamm
d8427157b2 Quickfix: Disallow semantically invalid splits of if statements. 2009-11-27 14:43:50 +01:00
hjk
dd71d9a593 debugger: fix more cases of .. if ... else .. 2009-11-27 14:11:36 +01:00
hjk
a1e130471e debugger: take care of antediluvian distributions 2009-11-27 13:53:46 +01:00
Friedemann Kleint
bf73896928 SettingsDialog: Polish
Use QGridLayout to align header label and QStackedLayout for the pages
(in code, as it is not available in Designer).
Derive new class FilterLineEdit for filter widgets based on a modified
version of FancyLineEdit and use that in settings.
Rubber-stamped-by: con <qtc-committer@nokia.com>
2009-11-27 13:54:27 +01:00
Robert Loehning
f1d79229d3 Added missing German translations.
Reviewed-by: Oswald Buddenhagen
2009-11-27 12:43:22 +01:00
Oswald Buddenhagen
e5c1bb76e6 "backport" french translation from 1.3.0 2009-11-27 11:23:48 +01:00
Christian Kamm
cf975fc308 Quickfix: Use existing parentheses and negate by removing ! if possible. 2009-11-27 11:00:24 +01:00
Friedemann Kleint
583531c129 Tr: Make CloneWizard a QObject. 2009-11-27 10:34:08 +01:00
Friedemann Kleint
0e554fac91 Wizards: Sort
Introduce new QString id() const-API and sort wizards by
[untranslated] category and id. Introduce respective constants.
Rubber-stamped-by: con <qtc-committer@nokia.com>
2009-11-27 10:33:24 +01:00
Oswald Buddenhagen
c7cd13892e Added missing German translation.
by robert
2009-11-26 21:49:22 +01:00
con
3a9dd15980 Don't patch .qmake.cache on Linux
Reviewed-by: Daniel Molkentin
Reviewed-by: Thorbjørn Lindeijer
2009-11-26 18:41:39 +01:00
con
8069cc6bce Patch .qmake.cache
Reviewed-by: Daniel Molkentin
2009-11-26 18:37:27 +01:00
Friedemann Kleint
4827ba9dfb Wizards: Default to home path if empty or invalid 2009-11-26 18:22:30 +01:00
Friedemann Kleint
3e34a9ae7a Project Wizards: Introduce notion of project directory, polish.
- Introduce project directory and "use" flag to file manager, use that
  in new item dialog
- Add configuration under Project settings, rename it to "General"
- Make wizards create project names as "untitled1.."
- Remove modules page from Qt application wizards (parametrizable)
- Give Utils::ProjectIntroPage a "Set as default location" toggle.
- Introduce wizard dialog base classes for handling that.
- Introduce notion of "last visited directory to file manager" for
  open and non-project wizards, route open through file manager.
- Clean out QmlAppWizard

Task-number: QTCREATORBUG-333
Rubber-stamped-by: con <qtc-committer@nokia.com>
2009-11-26 18:03:26 +01:00
hjk
f27c5cc617 debugger: make debian testing happy 2009-11-26 17:59:27 +01:00
Thorbjørn Lindeijer
9ec55210c3 Set the brush origin in the BaseTextEditor for the WaveUnderlines
This is necessary since a recent change in Qt 4.6 to how the
WaveUnderline is drawn. It makes sure the WaveUnderline repeats
correctly from one text item to another.

Reviewed-by: mae
2009-11-26 16:36:39 +01:00
Thorbjørn Lindeijer
b02d705ac4 Fixed possible crash in the code completion
Null pointer reference in a case where the global namespace is
explicitly specified using ::

Task-number: QTCREATORBUG-351
Review-pending-by: Roberto Raggi
2009-11-26 16:36:39 +01:00
Christian Kamm
f1af5fb4ef Quickfix: Add two new refactorings for logical binary expressions.
a op b -> !(a invop b)
and
a op b -> b flipop a
2009-11-26 16:04:11 +01:00
ck
d790712bdc Settings dialog: Polish "reset filter" button.
Add a tool tip to the button and give it our standard icon.

Reviewed-by: Friedemann Kleint
2009-11-26 15:40:06 +01:00
mae
f0b75092c5 fix windows clipping issue for search results 2009-11-26 15:26:56 +01:00
hjk
94581fc6e3 add some meat 2009-11-26 15:11:59 +01:00
hjk
c425122afb debugger: fix potential crash after f2392ffb 2009-11-26 14:59:57 +01:00
hjk
73101efc3c debugger: second attempty to workaround the locals view issue
Adding items to an empty container did not result in a [+] in front of
the container in the locals view.
2009-11-26 14:59:57 +01:00
hjk
36db421fce debugger: make dumper exception passing configurable 2009-11-26 14:59:57 +01:00
hjk
63102dec0a debugger: make dumper test suite pass again 2009-11-26 14:59:57 +01:00
Christian Kamm
4c427aec82 Quickfix: Be more efficient when looking up token start/end positions. 2009-11-26 15:00:54 +01:00
Christian Kamm
43129a2928 Quickfix: Add flip helpers. 2009-11-26 14:48:53 +01:00
Christian Kamm
746bea8e1e Make flip in ChangeSet move two different-length strings around.
Instead of just flipping same-length strings.
Also fix an incorrect replace position adjustment.
2009-11-26 14:45:11 +01:00
Christian Kamm
36913baf94 Quickfix: Rewrite existing code to use the new edit operations. 2009-11-26 14:01:08 +01:00
Roberto Raggi
049f8d535d TODO: process the edit-ops. 2009-11-26 12:36:36 +01:00
Roberto Raggi
62a15e04ee Disabled the highliting of unused symbols.
We need to port the code to use the new overloay system.
2009-11-26 12:35:34 +01:00
Christian Kamm
80b52e589d Improve ChangeSet to support more rewriting operations. 2009-11-26 12:24:18 +01:00
Roberto Raggi
5bcd46b6be Preview the quickfix operation 2009-11-26 12:21:00 +01:00
Roberto Raggi
32f67652df Added getter/setters for the ChangeSet. 2009-11-26 12:20:13 +01:00