dt
a67e88993b
Add LIBS-paths to PATH before running on windows.
...
On windows when linking to a library via -L/some/path, the library is
found in /some/path while linking. But running that app fails, since it
can't find the library. We now adjust PATH to include all paths from
LIBS and thus the library is found.
2010-03-29 15:17:19 +02:00
dt
58497e46a6
Fix restoring of default sessions
...
They appeared to be always empty.
Task-Nr: QTCREATORBUG-977
2010-03-29 15:17:19 +02:00
dt
e813f28093
Export ProjectExplorer::Task again.
...
Accidentally removed that while moving the class.
Reviewed-By: con
2010-03-29 15:17:19 +02:00
Tobias Hunger
6218ab3c82
Update projectloadwizard
...
* Handle shadowbuild directories
* Refactor the code
Reviewed-by: dt
2010-03-29 16:01:25 +02:00
Tobias Hunger
14eeb631a6
Add target setup page for the wizards to use
...
* This page differs from the targetspage as it supports
importing of existing builds and will replace the
targetspage in time.
Reviewed-by: dt
2010-03-29 16:01:04 +02:00
Friedemann Kleint
6903f13bf3
CPaster: Revive pastebin.com
...
-Pass simplified type based on mimetype to paste for highlighting.
-Remove QHttp from CodePaster and pastebin.com in favour of QNetwork.
-Implement new pastebin.com protocol
-Implement listing via parsing the HTML-page for pastebin.com
2010-03-29 14:54:25 +02:00
Christiaan Janssen
7a1546d485
QmlDesigner.VisualEditor: Styled scrollbars
2010-03-29 14:14:43 +02:00
Roberto Raggi
bbdb7d9742
Fixed parsing ambiguity when parsing dependant template types.
2010-03-29 14:10:42 +02:00
Jens Bache-Wiig
0af4d51b7a
Fix text alignment issue with rtl mode
...
Multi-line text is not currently supported with text eliding
and the current beahvior is that it breaks in reverse mode.
I will simply remove the eliding flag for now.
2010-03-29 13:43:12 +02:00
Christiaan Janssen
b253675ec8
QmlDesigner.VisualEditor: visual editor now uses its own stylesheet
2010-03-29 13:39:05 +02:00
Erik Verbruggen
e934ae4a73
Fixed dynamic property default values.
2010-03-29 13:01:22 +02:00
Roberto Raggi
4ee8a199af
Introduced Document::isQmlDocument() and Document::isJSDocument().
2010-03-29 12:56:25 +02:00
Erik Verbruggen
6c1606a31b
More testcase fixing.
2010-03-29 12:24:08 +02:00
Roberto Raggi
fd8581b07f
Ensure the completion box is initialized before computing its size hint.
2010-03-29 12:20:56 +02:00
Christiaan Janssen
f5468b608f
QmlDesigner.StatesEditor: Changed color of button for adding states in order to match the new background color
2010-03-29 12:14:10 +02:00
Erik Verbruggen
94b519104d
Fixed test case.
2010-03-29 11:47:47 +02:00
Jens Bache-Wiig
b97d5c5c32
Fix tab clipping problem with corner widgets
...
The help mode ended up looking a bit broken due to removing
the leftmost pixel of tabbars. I simply disabled it when
corner widgets are present.
2010-03-29 11:36:36 +02:00
Christian Kamm
285e2ffbb2
QmlJS: Only collect linker errors for the current file being checked.
...
Avoids bug where import errors would show up in all files.
Reviewed-by: Roberto Raggi
2010-03-29 11:33:25 +02:00
Roberto Raggi
7c04d11f44
Automagically hide the completion box when the text under cursor matches the only item in the completion box.
2010-03-29 10:49:21 +02:00
Roberto Raggi
cbf1fe8c3a
Fixed possible crash when using completion when completing code in invalid documents.
2010-03-29 10:45:18 +02:00
Kai Koehne
7bd7aaed75
QmlDesigner: Skip TestCore::testRewriterTransationRewriter
...
Task-number: QTCREATORBUG-964
2010-03-29 10:25:27 +02:00
Alessandro Portale
15cc297052
Fix a broken user visible path on Windows.
...
Use native directory delimiters when showing a path to the user.
Reviewed-by: TrustMe
2010-03-28 22:02:28 +02:00
Alessandro Portale
e807e4f140
Compile fix. Added CdbOptionsPage::categoryIcon().
2010-03-26 19:06:10 +01:00
hjk
1dc68b8f22
fakevim: hot fix for the 'must change tabsize in fakevim, too'-problem
2010-03-26 17:56:35 +01:00
Thorbjørn Lindeijer
cdf6b22821
Moved CMake settings page under Projects category
2010-03-26 17:47:31 +01:00
Thorbjørn Lindeijer
2d21060bc9
Added icons to options dialog categories
...
Some categories do not have icons yet, unfortunately.
2010-03-26 17:47:31 +01:00
Thorbjørn Lindeijer
d6b67fb290
Reorganized Options dialog into categories and tabs
...
Instead of using a tree based options hierarchy.
Task-number: QTCREATORBUG-954
Reviewed-by: Friedemann Kleint
2010-03-26 17:47:31 +01:00
Thorbjørn Lindeijer
510cae2019
Updated ICore documentation to recent additional contexts API change
...
Reviewed-by: con
2010-03-26 17:47:30 +01:00
Friedemann Kleint
a4e3139688
Further love for Cpaster plugin
...
Introduce capabilities flags for Protocols, disable controls
in Pasteview accordingly. Work towards making PasteBin.com
work.
2010-03-26 17:42:23 +01:00
dt
5d6074c81a
Fix compile
2010-03-26 17:41:49 +01:00
dt
f4b85b1134
Replace "set build/run configuration" menus with select target command
...
Which opens the target selector in the bottom left.
2010-03-26 17:34:59 +01:00
dt
cbe46198ad
ActionManager support for iconVisibleInMenu
2010-03-26 17:34:59 +01:00
hjk
0bf506b7c2
debugger: take advantage of Apple gdb's resolve-pending-breakpoint messages
2010-03-26 16:54:32 +01:00
hjk
0dfa97f5b1
debugger: fix color of launching progress bar in case of failure
2010-03-26 16:54:32 +01:00
Lasse Holmstedt
62d1d6bf73
Fixed crash with debugger when qml inspector is not enabled as plugin
2010-03-26 16:43:39 +01:00
Kai Koehne
5c28561368
QmlDesigner: Fix & extend test case for dynamic properties
2010-03-26 16:35:38 +01:00
dt
d41745c78a
Use startup project not current project for building
...
Except in the context menu
2010-03-26 16:11:30 +01:00
dt
a8ae7b985d
Fix message from Project Desktop
...
Reviewed-By: Robert Loehning
2010-03-26 16:11:30 +01:00
dt
3e0c6e3ce3
setStartupProject(0) now works as it should
...
Remove code that tries to be clever, I'm pretty sure it's better this
way.
2010-03-26 16:11:30 +01:00
Tobias Hunger
8418e6c038
Add symbian and mobility to pro files for QtGui Apps
...
* If we are building a mobility app:
* Add MOBILITY api support
* Add symbian specific stuff (UID3, etc)
Reviewed-by: aportale
2010-03-26 15:53:33 +01:00
Friedemann Kleint
0db0aaabae
i18n/German: Translate Qml-files of QmlDesigner.
2010-03-26 15:49:21 +01:00
Friedemann Kleint
58a399bda2
Add qml-files used by QmlDesigner to the translation.
2010-03-26 15:49:01 +01:00
hjk
e718757208
debugger: fix 'info line' call
2010-03-26 15:22:20 +01:00
hjk
e8e37ab7e1
fakevim: work on :map
2010-03-26 14:53:12 +01:00
hjk
f29e70ecdc
fakevim: rename 'Toggle vim-style editing' into 'Use vim-style editing'
2010-03-26 14:53:12 +01:00
hjk
c317acfdbe
fakevim: make UseFakeVim option independent from the settings groupbox again
2010-03-26 14:53:12 +01:00
mae
f9fb0bc270
Fix background of folded-block popups
...
If the disabled code format in creator does not have a background
defined, we now use the page's default background.
2010-03-26 14:46:56 +01:00
mae
08e4c30eb1
Improve (un)comment selection in C++ style
...
The patch makes the algorithm ignore empty (i.e. only whitespace)
blocks similar to emacs.
2010-03-26 14:30:14 +01:00
Kai Koehne
38b5ef374e
QmlDesigner: Replace *.ico with *.jpg
2010-03-26 14:29:47 +01:00
Christian Kamm
81f7fc2e70
QmlJS: Fix reading enumerators from Qml type description.
...
Previously, the actual enumerator values weren't read correctly.
2010-03-26 14:17:08 +01:00