Commit Graph

4577 Commits

Author SHA1 Message Date
Roberto Raggi
f3bebd7f1b Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly. 2009-12-02 12:18:12 +01:00
Roberto Raggi
d5c2dedd8a Save the usages. 2009-12-02 12:16:41 +01:00
ck
376210f92d Maemo: Add progress bar (concept shamelessly copied from S60).
Reviewed-by: kh1
2009-12-02 11:46:53 +01:00
mae
e68cd407ce final drop shadow tuning 2009-12-02 11:29:38 +01:00
mae
b440068d4d refactor search result overlay painting 2009-12-02 10:57:05 +01:00
mae
44ade7c475 add missing license header 2009-12-02 10:12:41 +01:00
mae
18b9bdd413 some tuning of the overlay search result selection 2009-12-01 19:44:31 +01:00
mae
43f5b46649 increase threshold for highlighting of all search results to 2 2009-12-01 19:09:17 +01:00
mae
7d0d467980 obey the "auto-fold first comment" option also for reloads 2009-12-01 18:14:02 +01:00
mae
dc713d0684 added "auto-fold first comment"-option to the editor
Convenient when you don't want to see all the big license headers.
2009-12-01 18:08:47 +01:00
ck
e9a20d33c7 Maemo: Fix new deployment algorithm.
Reviewed-by: kh1
2009-12-01 17:44:42 +01:00
hjk
51644c91a6 debugger: enable locals&watchers update after timeout kicked in 2009-12-01 17:11:09 +01:00
hjk
9af0027158 fakevim: make undo of line shifting 'atomic' 2009-12-01 17:11:09 +01:00
Roberto Raggi
e84de32ad1 Use resultsReadyAt. 2009-12-01 17:07:50 +01:00
kh1
2a9ca651f0 Workaround for windows deployment.
SCP chokes on full path names, thus set the wd to the delploy dir.
2009-12-01 17:01:28 +01:00
mae
56ded78d13 stronger color for renaming in default color scheme 2009-12-01 16:39:03 +01:00
ck
ce3b4506af Maemo: Add authentication options (password or key based) 2009-12-01 16:26:05 +01:00
Friedemann Kleint
ea5007e8dc Fix spacing. 2009-12-01 16:25:27 +01:00
mae
982f97e48a suppress useless warning 2009-12-01 16:21:45 +01:00
Friedemann Kleint
f63fd177f5 Wizards: Add support for QSharedData. 2009-12-01 16:17:45 +01:00
mae
0fffad22ad Merge commit 'origin/1.3' 2009-12-01 15:58:09 +01:00
mae
7fa8574d98 fix extra area drawing with multi-line blocks when line wrap is enabled
The extra area only updated the current *line* when the cursor moved, not
the entire paragraph. This left bold line numbers behind. The fix adds
the required update region when the cursor position changes blocks.
2009-12-01 15:55:55 +01:00
kh1
8a050af51c Compile fix. 2009-12-01 15:37:25 +01:00
ck
35665dd314 Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline 2009-12-01 15:14:28 +01:00
Tobias Hunger
b583c3d4ed Fix connect that got broken during rebase.
* Fix two connects I broke earlier while doing a rebase.

Reviewed-by: Roberto Raggi
2009-12-01 15:11:40 +01:00
Tobias Hunger
74b0ee3f3c Move "make active" label to proper location.
* It was missing its margin.

Reviewed-by: Roberto Raggi
2009-12-01 15:11:17 +01:00
ck
52d6e34bb3 Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
2009-12-01 14:50:28 +01:00
mae
e2a899e354 improved search result selection with over and underlay
done with thorbjorn
2009-12-01 14:47:40 +01:00
ck
0b49edbb5d Maemo: New project widget.
Most attributes have moved into the settings page.
2009-12-01 14:04:25 +01:00
Tobias Hunger
c4d1274273 Update build steps related panels
* Merge BuildSettingsWidget and BuildSettingsSubWidgets. I don't
   see much need for this separation and it makes the indention harder
   to do.
 * Override contentsmargins set by the ProjectsWindow.
   This enables the toolwidget to be displayed properly.
 * Add a remove button to the toolwidget of the buildsteps. Remove the
   global one.
 * Simplify code a bit by using QSignalMapper instead of mapping signals
   manually.

Reviewed-by: dt
2009-12-01 13:45:20 +01:00
Tobias Hunger
7ebf60dce2 ProjectWindow update
* Indent widgets using contentsmargins. That way the individual
   widgets can override this.
 * Remove spme spacers in favour of yet more contents margins.
 * Remove unused headers and forward declarations.
 * Define some constants for spacings we might want to tweak later on.

Reviewed-by: dt
2009-12-01 13:45:19 +01:00
Roberto Raggi
7c7ce13ac0 Use const names. 2009-12-01 12:46:23 +01:00
Roberto Raggi
fade61a8a9 Use const literals. 2009-12-01 11:46:36 +01:00
Friedemann Kleint
2f944855e6 Compile MinGw. 2009-12-01 09:35:45 +01:00
Daniel Molkentin
275146afdf Implement ProgressManager's progress-bar-on-icon on Windows 7.
Allow compiling with older Windows SDKs, link ole32 explictly.
If you want this feature to work, you need to compile and test
it on Windows 7.

Task-Number: QTCREATORBUG-252
2009-11-30 19:38:26 +01:00
dt
3565fe4e82 Fix always to end of line jumping cursor in MakeStepConfigWidget
Also rename some methods/signal to make clearer that those only are
relevevant for user changes not for all arguments.
2009-11-30 19:33:14 +01:00
dt
2de390cfdb Move QMakeParser to Qt4ProjectManager 2009-11-30 19:33:14 +01:00
mae
b7635dda19 tune editor mouse cursor behaviour
the fix makes the mouse cursor visible when the editor loses focus.
This fixes an issue with the completion box, where on mac and windows
no mouse cursor would be visible (it worked on X11 due to the way
X11 does mouse grabbing for popup windows).
2009-11-30 19:14:48 +01:00
mae
a21ebf5475 zoom the search results as well (regression fix) 2009-11-30 19:14:48 +01:00
dt
994f8d5fbf Don't allow adding a second qmakestep 2009-11-30 19:02:16 +01:00
dt
c1a1cda950 Remove duplicated signals 2009-11-30 19:02:16 +01:00
mae
d6e4a787d5 separate font zoom from font size
Introduce "Reset Font Size" action, bound to Ctrl+0
2009-11-30 19:01:04 +01:00
con
85b6ee648c Merge commit 'origin/1.3' 2009-11-30 18:23:13 +01:00
con
5bcff248fb Some naming adaptions. 2009-11-30 18:22:04 +01:00
con
e6edf54a9c Show Symbian deploy progress as real progress indicator.
Task-number: QTCREATORBUG-364
2009-11-30 17:56:06 +01:00
mae
32d0bc1ff2 some tuning of the layer extra selections
Remove overlap. Add extra selection tooltips for the cpp hover handler.
2009-11-30 17:24:06 +01:00
dt
16fcb82d08 Fix signal names and also ensure that we don't reset the cursor position 2009-11-30 17:21:59 +01:00
Roberto Raggi
527a9bd526 Inital support for Q_D/Q_Q declarations. 2009-11-30 17:07:22 +01:00
Friedemann Kleint
e87bd302da Debugger: Protect reloadRegisters against early calls.
Check for correct state (InferiorStopped).
2009-11-30 16:45:15 +01:00
dt
5fc8324b8b compile on windows 2009-11-30 15:59:27 +01:00