Commit Graph

14645 Commits

Author SHA1 Message Date
kh1
ea56809cf9 Fix broken env reader, it did not reread on device changes.
Reviewed-by: ck
2010-10-11 11:05:54 +02:00
kh1
a81e33258e Speedup project loading, we now parse only the targets runtime info.
Reviewed-by: ck
2010-10-11 11:05:53 +02:00
Christian Kandeler
8c6d8854aa Debugging/gdb: Fix RemotePlainGdbAdapter.
Reviewed-by: hjk
2010-10-08 18:33:36 +02:00
hjk
8ae109b8ac debugger: make "clever" behaviour on debugger exit optional
It hurts me.

Reviewed-by: Alessandro Portale
Task-number: QTCREATORBUG-808
2010-10-08 17:45:42 +02:00
Tim Jenssen
903eaf34d3 changed window title from Log to Debugger Log 2010-10-08 16:50:58 +02:00
Leena Miettinen
bfb8a68690 Doc - restructure Developing Application UI section
Reviewed-by: Carsten Owerfeldt
2010-10-08 16:27:22 +02:00
Leena Miettinen
4ade385bae Doc - edit Qt C++ application example
Update screen shots

Reviewed-by: Friedemann Kleint
2010-10-08 16:27:21 +02:00
Leena Miettinen
bbcebf266b Doc - update Battery Indicator example
Use the new mobile project wizard to create the application.
Update example files and screen shots.

Reviewed-by: ckamm
Reviewed-by: Niels Weber
2010-10-08 16:27:19 +02:00
Leena Miettinen
bc8c55255c Doc - update Qt Quick example
Reviewed-by: Kai Koehne
2010-10-08 16:27:17 +02:00
Leena Miettinen
a987e1da8f Doc - changes to Qt Quick Project wizards
Reviewed-by: Alessandro Portale
2010-10-08 16:27:15 +02:00
Leena Miettinen
fed9c43ff7 Doc - refactoring actions aka quick fixes
Reviewed-by: Erik Verbruggen
2010-10-08 16:27:13 +02:00
Leena Miettinen
01926e983f Doc - C++ code snippets
Reviewed-by: Leandro T. C. Melo
2010-10-08 16:27:13 +02:00
Leena Miettinen
a85bfd993a Doc - Semantic highlighting
Reviewed-by: Erik Verbruggen
2010-10-08 16:27:12 +02:00
Kai Koehne
fdee97530e QmlInspector: Remove "Reload" button
It only works together with qmlobserver. Making it disabled for .pro
file based projects would require some infrastructure.

Reviewed-by: Christiaan Janssen
2010-10-08 15:51:56 +02:00
Kai Koehne
e81fa24807 QmlInspector: Rearrange icons in the QmlObserver toolbar
Separate QmlObserver button + submodes from the general Preview &
Reload functionality.

Task-number: QTCREATORBUG-2163
Reviewed-by: Christiaan Janssen
2010-10-08 15:51:56 +02:00
Kai Koehne
87ed874600 QmlOutline: Don't allow drag&drop when outline is out of sync
The Outline is only updated (with a delay) if the current text is syntactically valid.
Prevent the outline from changing the text underneath via drag&drop if
the outline model is 'behind'.

Reviewed-by: Christian Kamm
2010-10-08 15:51:56 +02:00
Kai Koehne
d1175f3ea2 QmlJSObserver: Fix crash when adding an element to some .qml files
Make sure that the 'artifical' URL of the item created actually is
absolute (starts with a file:///). Otherwise an Assert will be hit
when the imports include e.g. a .js file, and the Engine tries to
load it.

Task-number: QTCREATORBUG-2644
Reviewed-by: Olivier Goffart
2010-10-08 15:51:56 +02:00
Kai Koehne
6863a848e9 QmlJsDelta: Guard qDebug output 2010-10-08 15:51:55 +02:00
Kai Koehne
e0b11d4374 QmlJSInspector: Guard qDebug output 2010-10-08 15:51:55 +02:00
Kai Koehne
878f146ede QmlObserver: Fix QPainter warnings
The specified images in the resources weren't part of the qmlobserver,
and therefore 'tinting' then resulted in QPainter errors.

Task-number: QTCREATORBUG-2562
Reviewed-by: Lasse Holmstedt
2010-10-08 15:51:55 +02:00
Kai Koehne
8049a0276d QmlJSInspector: Fix disconnect() warnings on users app shutdown
Don't try to disconnect from the proxy if you haven't been connected
before, e.g. because the QmlJSObserverService is missing.

Reviewed-by: Christiaan Janssen
2010-10-08 15:51:55 +02:00
Kai Koehne
a60960cfbc QmlJSInspector: Enable plugin by default
We disabled it because it should be considered experimental ...
but this creates problems with the debugger setup (Observer pane
doesn't show up even if the plugin is activated).

Carsten Owerfeldt agreed with this.
2010-10-08 15:51:55 +02:00
Tobias Hunger
f7ca63ae36 Session: Fix ignoring of temporary files
Fix ignoring temporary files when saving a session. This could crash
when opening a session and saving it again if not all open editors
were actually shown to the user.
2010-10-08 15:49:21 +02:00
Christian Kandeler
60cf5fe8cc Maemo: Bugfix: Update state of run config when deploy settings change.
An added or removed deployment setting for an executable
can change whether it's runnable or not.

Reviewed-by: Tobias Hunger
2010-10-08 15:38:38 +02:00
Christian Kandeler
c5e743e6c9 Maemo: Bugfix: Use TargetInformation::workingDir in all cases.
We currently use buildDir in one place and workingDir in another,
which breaks projects that have DESTDIR set.

Reviewed-by: Tobias Hunger
2010-10-08 15:38:38 +02:00
Christian Kandeler
803206d5b5 Maemo: QML debugging is not possible on Fremantle ...
... so disable the respective widgets if the active build
configuration has a Fremantle toolchain.

Reviewed-by: kh1
2010-10-08 15:38:38 +02:00
Christian Kandeler
26808a4beb Maemo: State machine bugfixes in remote process execution.
Reviewed-by: kh1
2010-10-08 15:38:38 +02:00
Christian Kandeler
983bc5d248 Maemo: Only mention mounting stuff to user when it's actually done.
Otherwise, we clutter the output window with potentially confusing
messages.

Reviewed-by: kh1
2010-10-08 15:38:38 +02:00
Thomas Hartmann
81c521eb01 QtQuickToolBar: enabling by hovering (ToolTip)
The Quick ToolBar now also gets enabled by hovering on
an item defintion.
It is shown 1 second after the tooltip.


Reviewed-by: Christian Kamm
2010-10-08 15:28:59 +02:00
Thomas Hartmann
3fbd088bb9 QuickToolBars: bugfix for FileWidget
The document path is now taken into account when opening
a document.
Also we use released() instead of pressed()

Task-number: QTCREATORBUG-2621

Reviewed-by: Kai Koehne
2010-10-08 15:28:59 +02:00
Thomas Hartmann
bf6009ab7d changelog: Added Qt Quick ToolBar
Reviewed-by: Kai Koehne
2010-10-08 15:28:58 +02:00
Thomas Hartmann
85f5bd36b1 QmlDesigner: proper support for WebView
QtWebKit/WebView is now fully supported


Reviewed-by: Kai Koehne
2010-10-08 15:28:57 +02:00
Thomas Hartmann
c70e28bb64 QmlDesigner: fixes potential bug
QtQuick 1.0 does not belong anywhere


Reviewed-by: Kai Koehne
2010-10-08 15:28:57 +02:00
Thomas Hartmann
45aa74ab07 QtQuickToolBars: bugfix for TextInput and TextEdit
TextEdit and TextInput were ignored

Reviewed-by: Kai Koehne
2010-10-08 15:28:56 +02:00
Friedemann Kleint
f5909abe09 Debugging helpers: Fix building
- Report errors correctly.
- Do not pass empty target argument to qmake
- Give 'make' a longer timeout and change timeout checking to
  trigger after last output line was obtained from process
- Make build log dialog non-modal and ensure it pops up on failure
  even if a different Qt version was selected in-between
- Disable Rebuild-button while build is running.

Reviewed-by: Kai Köhne <kai.koehne@nokia.com>
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
2010-10-08 15:13:02 +02:00
hjk
f6a1e3b388 debugger: fix displayed size of QVector in compiled dumpers
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-2634
2010-10-08 15:02:48 +02:00
Friedemann Kleint
edeccf7307 Debugger: Fix dumpers in case alphabetical sorting is off.
No longer change iname to obtain sorting.

Reviewed-by: hjk
2010-10-08 14:57:39 +02:00
Friedemann Kleint
561cad378e Debugger: Fix dumping anonymous structs.
Reviewed-by: hjk
2010-10-08 14:57:39 +02:00
hjk
373da663a4 debugger: compile fix for manual test 2010-10-08 14:56:17 +02:00
hjk
5f5c9c9d36 creator plugin template: compile fix
Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-2655
2010-10-08 14:44:38 +02:00
Tobias Hunger
e78b8cf4cc VCS: String update
String update as suggested by Leena.
2010-10-08 14:30:33 +02:00
Tobias Hunger
eb9b15be8c Git: Clean up the menu of the git plugin 2010-10-08 14:30:32 +02:00
Tobias Hunger
9293ecabc3 Git: Show native pathes to repositories 2010-10-08 14:30:31 +02:00
Tobias Hunger
fd96819161 Qt4: Use native pathes in qmake arguments
Use native pathes in qmake arguments.
2010-10-08 14:30:30 +02:00
Tobias Hunger
c8065c2370 VCS: raise submit editor to the front when prompting
Bring the submit to the front when asking whether the change should
get committed or not. This is useful when e.g. closing creator
while a submiteditor is open somewhere (but not visible).
2010-10-08 14:30:29 +02:00
Tobias Hunger
72eaca26db Session: Do not save temporary editors
Do not save temporary editors in the session. Chances are high
that files opened in those editors are not around when the
session is reopened.

Task-number: QTCREATORBUG-2422
2010-10-08 14:30:28 +02:00
Tobias Hunger
bb02af93dd Git: Consider new files a diff
When checking for a difference and being asked to handle untracked
files: Actually consider the presence of untracked files a change.

Fixes git commit editor not coming up when there were no changes,
only additions of new files.
2010-10-08 14:30:27 +02:00
Tobias Hunger
ad008b9b57 Environment: Disable escaping when expanding variables
This breaks too much on windows.

Reviewed-by: dt
2010-10-08 14:30:26 +02:00
hjk
f3dfc8915d debugger: add python dumper for QFixed
Reviewed-by: Alessandro Portale
2010-10-08 14:26:44 +02:00
hjk
0ad538ebfb debugger: test gcc RVO bug not too extensively 2010-10-08 13:50:04 +02:00