OSDN Git Service

qt-creator-jp/qt-creator-jp.git
14 years agoUpdate Polish translations
Jarek Kobus [Thu, 27 May 2010 13:29:00 +0000 (15:29 +0200)]
Update Polish translations

14 years agoFixed position of current argument highlight for constructors
Thorbjørn Lindeijer [Thu, 27 May 2010 12:46:22 +0000 (14:46 +0200)]
Fixed position of current argument highlight for constructors

It was broken due to a leading space which was trimmed off, breaking the
begin and end positions. Instead, don't trim, but just make sure not to
add a leading space when it is not necessary.

Done-with: Christian Kamm <christian.d.kamm@nokia.com>
Task-number: QTCREATORBUG-1398

14 years agoRewording due to ambiguity. Breaks string freeze.
Daniel Molkentin [Thu, 27 May 2010 12:23:07 +0000 (14:23 +0200)]
Rewording due to ambiguity. Breaks string freeze.

Reviewed-by: Oswald Buddenhagen
14 years agoSwitched completion to be case-insensitive by default
Thorbjørn Lindeijer [Thu, 27 May 2010 12:12:28 +0000 (14:12 +0200)]
Switched completion to be case-insensitive by default

Quite a few people seem to prefer this and it is the default in Eclipse
and MSVC.

This applies to both C++ and QML completion.

Task-number: QTCREATORBUG-1474

14 years agoFixed vertical alignment of line numbers in search results on Mac
Thorbjørn Lindeijer [Thu, 27 May 2010 11:49:36 +0000 (13:49 +0200)]
Fixed vertical alignment of line numbers in search results on Mac

Due to different text positioning logic between the QItemDelegate and
the way SearchResultTreeItemDelegate drew the line numbers, the line
numbers did not align properly to the line of text next to it.

This was fixed by relying on QItemDelegate::drawDisplay for drawing the
line numbers, so that the same positioning logic is used.

This exposed a small right-alignment bug in QTextLayout, for which a fix
is coming to Qt.

Done-with: Erik Verbruggen

14 years agoQmlDesigner.test: adding qml files
Thomas Hartmann [Thu, 27 May 2010 09:59:59 +0000 (11:59 +0200)]
QmlDesigner.test: adding qml files

14 years agoOh well symbian doesn't support dots in dirs
dt [Wed, 12 May 2010 13:51:28 +0000 (15:51 +0200)]
Oh well symbian doesn't support dots in dirs

14 years agoQmlDesigner.propertyEditor: anchor fill button is now checkable
Thomas Hartmann [Thu, 27 May 2010 09:47:15 +0000 (11:47 +0200)]
QmlDesigner.propertyEditor: anchor fill button is now checkable

14 years agoQmlDesigner.autoTest: adds testComponentLoadingTabWidget
Thomas Hartmann [Thu, 27 May 2010 09:45:12 +0000 (11:45 +0200)]
QmlDesigner.autoTest: adds testComponentLoadingTabWidget

14 years agoQmlDesigner.autoTests: compilefix
Thomas Hartmann [Wed, 26 May 2010 13:34:26 +0000 (15:34 +0200)]
QmlDesigner.autoTests: compilefix

Reviewed-by: Kai Koehne
14 years agoQmlDesigner.propertyEditor: remove ambigous typedef
Thomas Hartmann [Wed, 26 May 2010 13:33:38 +0000 (15:33 +0200)]
QmlDesigner.propertyEditor: remove ambigous typedef

Reviewed-by: Kai Koehne
14 years agoQmlDesigner.propertyEditor: cleanup of includes
Thomas Hartmann [Wed, 26 May 2010 13:33:00 +0000 (15:33 +0200)]
QmlDesigner.propertyEditor: cleanup of includes

Reviewed-by: Kai Koehne
14 years agoescape backslashes (or don't use them at all, resp.)
Oswald Buddenhagen [Wed, 26 May 2010 17:35:13 +0000 (19:35 +0200)]
escape backslashes (or don't use them at all, resp.)

14 years agoremove outdated qt version check
Oswald Buddenhagen [Wed, 26 May 2010 17:34:15 +0000 (19:34 +0200)]
remove outdated qt version check

all of creator requires qt 4.7 now

14 years agoFix qml autocompletion on Enter
mae [Wed, 26 May 2010 17:18:38 +0000 (19:18 +0200)]
Fix qml autocompletion on Enter

Only insert necessary newlines

Reviewed-by: thorbjorn
Task-number: QTCREATORBUG-1476

14 years agodebugger: improve QVariant(QString) dumper
hjk [Wed, 26 May 2010 15:41:09 +0000 (17:41 +0200)]
debugger: improve QVariant(QString) dumper
(partially cherry picked from commit dd714e9ccb55eb8dc6c9cbdf75944f41f0573514)

14 years agodebugger: fix QList dumper for large movable objects
hjk [Thu, 20 May 2010 09:34:00 +0000 (11:34 +0200)]
debugger: fix QList dumper for large movable objects

Doh!
(cherry picked from commit df0e1e56258c18c7686d543e35d91d0b47976fab)

14 years agodebugger: add manual test for arguments passed by reference
hjk [Wed, 26 May 2010 12:24:36 +0000 (14:24 +0200)]
debugger: add manual test for arguments passed by reference

14 years agoQuickDesigner: Fix drag & drop in Navigator on Mac OS X
Kai Koehne [Wed, 26 May 2010 12:42:11 +0000 (14:42 +0200)]
QuickDesigner: Fix drag & drop in Navigator on Mac OS X

Task-number: BAUHAUS-651

14 years agoDebugger: Introduce env QTC_DEBUGGER_PYTHON_VERBOSE
Friedemann Kleint [Wed, 26 May 2010 12:35:06 +0000 (14:35 +0200)]
Debugger: Introduce env QTC_DEBUGGER_PYTHON_VERBOSE

for verbose python error hunting.
Rubber-stamped-by: hjk
14 years agodebugger: fix display of children of objects passed by reference.
hjk [Wed, 26 May 2010 11:33:33 +0000 (13:33 +0200)]
debugger: fix display of children of objects passed by reference.

The value was adjusted to the referenced value but it was not used
when dumping the members, basically leading to an empty child list
in such cases.

14 years agoCache the welcomemode background
Jens Bache-Wiig [Wed, 26 May 2010 10:48:57 +0000 (12:48 +0200)]
Cache the welcomemode background

I now cache the scaled welcomemode background so it feels more
responsive when toggeling back and forth between modes.

Reviewed-by: joao
14 years agoFixed compression bugs in text refactoring.
Erik Verbruggen [Wed, 26 May 2010 10:41:24 +0000 (12:41 +0200)]
Fixed compression bugs in text refactoring.

Task-number: BAUHAUS-729, BAUHAUS-731

14 years agoFixed superfluous (and erroneous) semi-colon insertion.
Erik Verbruggen [Tue, 25 May 2010 15:32:39 +0000 (17:32 +0200)]
Fixed superfluous (and erroneous) semi-colon insertion.

Bug: BAUHAUS-674

14 years agoFixed rewriter bug for subsequent reparent-in-out actions.
Erik Verbruggen [Tue, 25 May 2010 15:00:21 +0000 (17:00 +0200)]
Fixed rewriter bug for subsequent reparent-in-out actions.

14 years agoMaemo: Fix trailing garbage output at end of remote process.
ck [Tue, 25 May 2010 14:08:52 +0000 (16:08 +0200)]
Maemo: Fix trailing garbage output at end of remote process.

Task-number: QTCREATORBUG-1461 (part 2)
Written-by: Denis Mingulov
14 years agoMaemo: Add missing initialization.
ck [Wed, 26 May 2010 09:43:19 +0000 (11:43 +0200)]
Maemo: Add missing initialization.

Task-number: QTCREATORBUG-1461 (part 1)

Conflicts:

src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h

14 years agoTaskWindow: Fix warnings about leaking X11 pixmap data.
Friedemann Kleint [Wed, 26 May 2010 09:57:39 +0000 (11:57 +0200)]
TaskWindow: Fix warnings about leaking X11 pixmap data.

Attach icons to TaskModel.
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
14 years agodon't put the temporary header files into the qm dir
Oswald Buddenhagen [Wed, 26 May 2010 08:25:00 +0000 (10:25 +0200)]
don't put the temporary header files into the qm dir

this makes a difference only on macx, where it happens to fix the ts
target (because of missing quoting). but it is More Correct anyway.

14 years agoDebugger: Fix compilation & test results of C++-library dumpers.
Friedemann Kleint [Wed, 26 May 2010 07:32:10 +0000 (09:32 +0200)]
Debugger: Fix compilation & test results of C++-library dumpers.

Fix  breakage resulting from 3d852917187e29892529ab51d24c1a1177068a88
(Qt 4.7), remove obsolete 'saddr'-element.

14 years agoFind declarative examples in nightly build package
Daniel Molkentin [Tue, 25 May 2010 17:18:22 +0000 (19:18 +0200)]
Find declarative examples in nightly build package

Reviewed-by: dt
14 years agoprefer adding Qt versions shipping with QML examples
Daniel Molkentin [Tue, 25 May 2010 15:09:33 +0000 (17:09 +0200)]
prefer adding Qt versions shipping with QML examples

Reviewed-by: dt
14 years agoTranslation fix
Robert Loehning [Tue, 25 May 2010 15:44:52 +0000 (17:44 +0200)]
Translation fix

Reviewed-by: Oswald Buddenhagen
14 years agoQmlDesigner.autoTests
Thomas Hartmann [Tue, 25 May 2010 15:49:57 +0000 (17:49 +0200)]
QmlDesigner.autoTests

Integration tests

TestCore::testAnchorsAndRewriting
TestCore::testAnchorsAndRewritingCenter

Task-number: Bauhaus-109

14 years agoQmlDesigner.model: QmlAnchors get simplification
Thomas Hartmann [Tue, 25 May 2010 15:47:04 +0000 (17:47 +0200)]
QmlDesigner.model: QmlAnchors get simplification

Now anchors.verticalCenter & anchors.horizontalCenter
get simplified to anchors.centerIn. We also simplify the fill case.

Task-number: Bauhaus-109
Reviewed-by: Marco Bubke
14 years agoQmlDesigner.propertyEditor: store old size and postion when anchoring
Thomas Hartmann [Tue, 25 May 2010 15:36:09 +0000 (17:36 +0200)]
QmlDesigner.propertyEditor: store old size and postion when anchoring

On settings anchors we delete x,y,width,height but now re store
the old size and position in auxiliaryData to be able to resore it
later if the user removes the anchors.

Reviewed-by: Marco Bubke
14 years agoCosmetic and layout fixes to qml feedback label
Jens Bache-Wiig [Tue, 25 May 2010 13:25:30 +0000 (15:25 +0200)]
Cosmetic and layout fixes to qml feedback label

- Added a dropshadow
- More polished gradient and outline
- Adjusted text label margins and spacing
- Ensured position within graphicsview frame

Reviewed-by: Marco Bubke
14 years agoi18n: Fix warning when showing 'About' dialog.
Friedemann Kleint [Tue, 25 May 2010 10:42:30 +0000 (12:42 +0200)]
i18n: Fix warning when showing 'About' dialog.

Caused by adding an argument in
acea722d7543560b3ee7dd79dd5ab6a545eb51de.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
14 years agoUpdate Polish translations
Jarek Kobus [Mon, 24 May 2010 08:05:43 +0000 (10:05 +0200)]
Update Polish translations

14 years agoAnticipatory code fix, will currently not affect behavior.
Robert Loehning [Fri, 21 May 2010 17:35:33 +0000 (19:35 +0200)]
Anticipatory code fix, will currently not affect behavior.

appendDataSilently() is only called from appendData() which is not
silent anyway. The connect in GitClient::createCommand() is currently
not executed.

14 years agoFix issues with long project names in the minitargetselector
Jens Bache-Wiig [Fri, 21 May 2010 16:27:40 +0000 (18:27 +0200)]
Fix issues with long project names in the minitargetselector

It's impossible to use very long names and some clipping
occurs due to incorrect size hints on QLabel.
- Made the popup minimum width depend on the longest
project name entered. (it will not shrink)
- The build and run labels have increased minimum size hints.
- Combobox tooltip will be set to the project name as to
  make it possible to expand long names.

Task-number: QTCREATORBUG-1278
RevBy: joao

14 years agoFix critical vertical block selection issue
mae [Fri, 21 May 2010 14:06:31 +0000 (16:06 +0200)]
Fix critical vertical block selection issue

Vertical block selections could be painted where there was no
selection, or they could jump randomly to columns futher right.

Reviewed-by: dt
14 years agoMake sure we can compile the debugging help for maemo.
kh1 [Fri, 21 May 2010 12:43:18 +0000 (14:43 +0200)]
Make sure we can compile the debugging help for maemo.

This boils down to the same problem as other calls to qmake, if we don't
pass the target mode, qmake will prepend the current platform as target.
Reviewed-by: dt
14 years agoVCS[CVS]: Fix crash when describing a change.
Friedemann Kleint [Fri, 21 May 2010 12:19:12 +0000 (14:19 +0200)]
VCS[CVS]: Fix crash when describing a change.

14 years agoBrowsing from previously selected directory for findinfiles
Robert Loehning [Fri, 21 May 2010 11:50:48 +0000 (13:50 +0200)]
Browsing from previously selected directory for findinfiles

14 years agoDoc - Updated screen shot.
Leena Miettinen [Fri, 21 May 2010 10:14:37 +0000 (12:14 +0200)]
Doc - Updated screen shot.

Reviewed-by: jbache
14 years agoDoc - Update Qt QML Viewer product name (using a macro). Update screen shots.
Leena Miettinen [Fri, 21 May 2010 10:13:50 +0000 (12:13 +0200)]
Doc - Update Qt QML Viewer product name (using a macro). Update screen shots.

Reviewed-by: Kai Koehne
Reviewed-by: Lasse Holmstedt
14 years agoDoc - Add information about version control systems. Update screen shots.
Leena Miettinen [Fri, 21 May 2010 09:56:12 +0000 (11:56 +0200)]
Doc - Add information about version control systems. Update screen shots.

Reviewed-by: Friedemann Kleint
14 years agoDoc - Update Setting Up Debugger section.
Leena Miettinen [Thu, 20 May 2010 12:06:14 +0000 (14:06 +0200)]
Doc - Update Setting Up Debugger section.

Reviewed-by: Friedemann Kleint
Reviewed-by: Espen Riskedal
14 years agoMore UI consistent qrc editor
Jens Bache-Wiig [Fri, 21 May 2010 09:43:45 +0000 (11:43 +0200)]
More UI consistent qrc editor

I altered the layout to use thin splitters so it fits better into the
other UI components.

Reviewed-by: thorbjorn
14 years agoUpdate fakeVIM icon
Jens Bache-Wiig [Fri, 21 May 2010 09:11:56 +0000 (11:11 +0200)]
Update fakeVIM icon

The old one didnt emphasize the fact that this is not a real
VIM product. Unfortunately not translateable but probably
better than reusing the official icon.

RevBy: con

14 years agoQmlDesigner.propertyEditor: fix generation of property panes
Thomas Hartmann [Fri, 21 May 2010 09:23:58 +0000 (11:23 +0200)]
QmlDesigner.propertyEditor: fix generation of property panes

For custom types we auto generate property panes.

With this patch also dot properties (e.g. border.width) and properties
of type color (QColor) are properly supported.

Task-number: BAUHAUS-208

14 years agoQmlDesigner.propertyEditor: I "fixed" the resize behaivour
Thomas Hartmann [Fri, 21 May 2010 09:19:45 +0000 (11:19 +0200)]
QmlDesigner.propertyEditor: I "fixed" the resize behaivour

With this change the leading label will be resized first if the user
increases the size of the property editor.
So if property names are too long (elided), due to translation or
because the pane was generated automatically, the user is able to resize
the label.

14 years agoQmlDesigner.propertyEditor: cleanup of qml
Thomas Hartmann [Fri, 21 May 2010 09:17:49 +0000 (11:17 +0200)]
QmlDesigner.propertyEditor: cleanup of qml

There were invalid qml files.

ListViewSpecifics.qml
FlipableSpecifics.qml
FlickableSpecifics.qml

Since we do not support this components properly I just cleaned up
the files.

Task-number: BAUHAUS-676

14 years agoQmlDesigner.propertyEditor: FontComboBox is not editable anymore
Thomas Hartmann [Fri, 21 May 2010 08:57:21 +0000 (10:57 +0200)]
QmlDesigner.propertyEditor: FontComboBox is not editable anymore

Task-number: BAUHAUS-678

14 years agoQmlDesigner.propertyEditor: cleanup of unused files
Thomas Hartmann [Thu, 20 May 2010 14:47:30 +0000 (16:47 +0200)]
QmlDesigner.propertyEditor: cleanup of unused files

14 years agoQmlDesigner.metaInfo: fixes a bug with dot properties
Thomas Hartmann [Thu, 20 May 2010 14:44:20 +0000 (16:44 +0200)]
QmlDesigner.metaInfo: fixes a bug with dot properties

For components dot properties were not reported correctly

Reviewed-by: Kai Koehne
14 years agoQmlDesigner.tests: an integration test for the metaInfo
Thomas Hartmann [Thu, 20 May 2010 14:44:05 +0000 (16:44 +0200)]
QmlDesigner.tests: an integration test for the metaInfo

14 years agoQmlDesigner: new files for auto tests
Thomas Hartmann [Thu, 20 May 2010 14:42:44 +0000 (16:42 +0200)]
QmlDesigner: new files for auto tests

14 years agoMaemo: Compile fix.
ck [Fri, 21 May 2010 07:11:19 +0000 (09:11 +0200)]
Maemo: Compile fix.

14 years agoUsing selected session's name as initial value when cloning or renaming
Robert Loehning [Thu, 20 May 2010 15:14:37 +0000 (17:14 +0200)]
Using selected session's name as initial value when cloning or renaming
session

14 years agoFixes off by one pixel drawing in Build Issues
dt [Thu, 20 May 2010 14:13:11 +0000 (16:13 +0200)]
Fixes off by one pixel drawing in Build Issues

Task-Nr: QTCREATORBUG-1445

14 years agoLong overdue changes and refactoring for qemu handling.
kh1 [Thu, 20 May 2010 13:47:42 +0000 (15:47 +0200)]
Long overdue changes and refactoring for qemu handling.

Fixes: - react on build/ run configuration changes
       - now notices environment changes, like switching Qt versions
       - start button is now only shown if we have a valid qemu runtime
       - enabled/ disabled state works properly when loading a project

Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082
Reviewed-by: ck
14 years agoVCS[Subversion/Perforce]: Fix VCSManager caching (Windows).
Friedemann Kleint [Thu, 20 May 2010 12:52:08 +0000 (14:52 +0200)]
VCS[Subversion/Perforce]: Fix VCSManager caching (Windows).

Ensure clean paths are returned by
IVersionControl::findTopLevelForDirectory() as otherwise caching
of VCSManager breaks (Windows) and commands are executed all over
again. Fix display in SVN/CVS.

Acked-by: con
14 years agoI18n: Final German translation for 2.0
Friedemann Kleint [Thu, 20 May 2010 12:38:53 +0000 (14:38 +0200)]
I18n: Final German translation for 2.0

14 years agoQmlJS: Add null checks when accessing Bind::rootObjectValue.
Christian Kamm [Thu, 20 May 2010 12:00:19 +0000 (14:00 +0200)]
QmlJS: Add null checks when accessing Bind::rootObjectValue.

If a document wasn't parsed correctly the binder won't be run - and
rootObjectValue will be null.

Task-number: QTCREATORBUG-1449

14 years agoCompiler warning: Do not return false for return type QString.
Friedemann Kleint [Thu, 20 May 2010 11:59:48 +0000 (13:59 +0200)]
Compiler warning: Do not return false for return type QString.

14 years agoSSH: Fix Net7 bug.
ck [Thu, 20 May 2010 11:55:02 +0000 (13:55 +0200)]
SSH: Fix Net7 bug.

14 years agoRename QML Runtime to QML Viewer again in the UI
Kai Koehne [Thu, 20 May 2010 09:59:42 +0000 (11:59 +0200)]
Rename QML Runtime to QML Viewer again in the UI

Latest qt renamed qml executable back to qmlviewer, and also named
the executable again QML Viewer instead of Runtime/Launcher.

14 years agoQmlDesigner: skip test
Thomas Hartmann [Thu, 20 May 2010 09:21:00 +0000 (11:21 +0200)]
QmlDesigner: skip test

14 years agoQuickDesigner: Fix compilation with latest qt.git
Kai Koehne [Thu, 20 May 2010 08:00:30 +0000 (10:00 +0200)]
QuickDesigner: Fix compilation with latest qt.git

the method name got changed in 5732a440.

14 years agoMaemo: Fix corner case in end-of-remote-process detection.
ck [Wed, 12 May 2010 14:45:23 +0000 (16:45 +0200)]
Maemo: Fix corner case in end-of-remote-process detection.

14 years agoVCS[git/hg]: Prevent search for repository from creating folders
Friedemann Kleint [Wed, 19 May 2010 15:41:14 +0000 (17:41 +0200)]
VCS[git/hg]: Prevent search for repository from creating folders

... when autofs is involved. Check for files instead of folders
and stop checking/recursing up at '/' or $HOME. Further fixup
will follow.

Task-number: QTCREATORBUG-1361
Task-number: QTBUG-10495

14 years agoDebugger: Add incremental API for modules.
Friedemann Kleint [Wed, 19 May 2010 13:14:15 +0000 (15:14 +0200)]
Debugger: Add incremental API for modules.

And use it from CDB's module load/unload callbacks
instead of re-setting all modules. Some cleanup./Fixed
conflicts in 2.0
Acked-by: hjk
14 years agoChange the visiblity only if the formeditor item exists
Marco Bubke [Wed, 19 May 2010 14:10:26 +0000 (16:10 +0200)]
Change the visiblity only if the formeditor item exists

Task-Number: BAUHAUS-673
Reviewed-by: kkoehne
14 years agoGenerate a style option for the paint function in the node instances
Marco Bubke [Tue, 18 May 2010 19:24:33 +0000 (21:24 +0200)]
Generate a style option for the paint function in the node instances

WebView is expecting a valid QStyleOptionGraphicsItem argument.

Reviewed-by: kkoehne
14 years agoChange Qt/WebView in the meta data to org.webkit/WebView
Marco Bubke [Tue, 18 May 2010 19:23:30 +0000 (21:23 +0200)]
Change Qt/WebView in the meta data to org.webkit/WebView

Reviewed-by: kkoehne
14 years agoCheck if the qml type exists to create a object
Marco Bubke [Tue, 18 May 2010 19:22:44 +0000 (21:22 +0200)]
Check if the qml type exists to create a object

This will failing late but should be handled better.

Reviewed-by: kkoehne
14 years agoQuickDesigner: Move metainfo tests in front of model tests
Kai Koehne [Wed, 19 May 2010 14:28:38 +0000 (16:28 +0200)]
QuickDesigner: Move metainfo tests in front of model tests

The model depends on valid metainfo information.

14 years agoNew dialog: Replace "Preferred wizards" concept by remembering the last category
Daniel Molkentin [Wed, 19 May 2010 16:30:45 +0000 (18:30 +0200)]
New dialog: Replace "Preferred wizards" concept by remembering the last category

Reviewed-by: trustme
14 years agoFix new dialog resizing (applicable to Linux only).
Daniel Molkentin [Wed, 19 May 2010 14:08:46 +0000 (16:08 +0200)]
Fix new dialog resizing (applicable to Linux only).

14 years agoAdd icons for checkout and clone wizards.
Daniel Molkentin [Wed, 19 May 2010 13:38:17 +0000 (15:38 +0200)]
Add icons for checkout and clone wizards.

14 years agoTranslation fix
Robert Loehning [Wed, 19 May 2010 16:03:02 +0000 (18:03 +0200)]
Translation fix

14 years agoFix PluginView to handle dependencies when disabling plugins
Lasse Holmstedt [Wed, 19 May 2010 14:29:47 +0000 (16:29 +0200)]
Fix PluginView to handle dependencies when disabling plugins

Reviewed-by: con
14 years agoMaemo: Better error handling for packaging commands.
ck [Wed, 19 May 2010 13:59:02 +0000 (15:59 +0200)]
Maemo: Better error handling for packaging commands.

14 years agoCorrectly dis and enable shadow build line edit
dt [Wed, 19 May 2010 13:28:37 +0000 (15:28 +0200)]
Correctly dis and enable shadow build line edit

14 years agoTune down the colors of the Application Output pane a bit.
Erik Verbruggen [Wed, 19 May 2010 12:32:29 +0000 (14:32 +0200)]
Tune down the colors of the Application Output pane a bit.

Reviewed-by: con
14 years agoFixed QTCREATORBUG-1397.
Erik Verbruggen [Tue, 18 May 2010 11:40:35 +0000 (13:40 +0200)]
Fixed QTCREATORBUG-1397.

When adding a new file, refreshing semantic errors in the open editor should
have worked. It now also works for removing existing files.

Done-with: Christian Kamm

14 years agoQmlJS: Potentially fix hard-to-reproduce crash in JS completion.
Christian Kamm [Wed, 19 May 2010 12:22:02 +0000 (14:22 +0200)]
QmlJS: Potentially fix hard-to-reproduce crash in JS completion.

* Context::build was potentially dangerous. Link and ScopeBuilder
  went out of scope before their results stopped being used.
* ScopeBuilder: If no function scope object was found, don't add it.

Reviewed-by: Erik Verbruggen
14 years agoMaemo: Fix package creation step's toMap() function.
ck [Tue, 4 May 2010 15:21:17 +0000 (17:21 +0200)]
Maemo: Fix package creation step's toMap() function.

14 years agoMaemo: Make remote path field editable in package widget.
ck [Tue, 4 May 2010 09:38:03 +0000 (11:38 +0200)]
Maemo: Make remote path field editable in package widget.

Reviewed-by: kh1
14 years agoMaemo: Preparation for deploying executable to arbitrary location.
ck [Mon, 3 May 2010 14:56:38 +0000 (16:56 +0200)]
Maemo: Preparation for deploying executable to arbitrary location.

Reviewed-by: kh1
14 years agoMaemo: Serialize package contents.
ck [Mon, 3 May 2010 13:50:15 +0000 (15:50 +0200)]
Maemo: Serialize package contents.

Reviewed-by: kh1
14 years agoMaemo: Make package contents user-editable.
ck [Mon, 3 May 2010 12:47:40 +0000 (14:47 +0200)]
Maemo: Make package contents user-editable.

Reviewed-by: kh1
14 years agoMaemo: Set DISPLAY variable before running remote executable.
ck [Wed, 12 May 2010 15:21:38 +0000 (17:21 +0200)]
Maemo: Set DISPLAY variable before running remote executable.

14 years agoQmlDesigner: new autotest testRewriterForGradientMagic
Thomas Hartmann [Wed, 19 May 2010 11:12:30 +0000 (13:12 +0200)]
QmlDesigner: new autotest testRewriterForGradientMagic

14 years agoQmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.
Christian Kamm [Wed, 19 May 2010 11:42:56 +0000 (13:42 +0200)]
QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.

The documentation requires having it there.

14 years agoFix the build.
Christian Kamm [Wed, 19 May 2010 11:39:54 +0000 (13:39 +0200)]
Fix the build.

50cc55af80710c8620449a88b79c542bc98aeb3b broke it.

14 years agoQmlJS: Change to a nicer way of marking strings for translation.
Christian Kamm [Wed, 19 May 2010 11:32:11 +0000 (13:32 +0200)]
QmlJS: Change to a nicer way of marking strings for translation.

Reviewed-by: ossi
14 years agoQmlJS: Generalize EasingCurve name check to all enums.
Christian Kamm [Wed, 19 May 2010 10:23:55 +0000 (12:23 +0200)]
QmlJS: Generalize EasingCurve name check to all enums.

Reviewed-by: Erik Verbruggen