Commit Graph

8529 Commits

Author SHA1 Message Date
Thiago Macieira
20429a84aa Use __builtin__.dir instead of dir in Python
Somehow, some gdb define a string with the name 'gdb' and we can't
find where. But be on the safe side and use the builtin function
always.

Reviewed-By: hjk
2010-03-05 16:44:49 +01:00
hjk
5d9e17535b debugger: work on QAbstractItemModel dumper (still defuct) 2010-03-05 16:44:49 +01:00
hjk
b1ab5a6948 debugger: disable currently broken QAbstractItemModel dumper 2010-03-05 16:44:49 +01:00
hjk
89c39ab886 debugger: namespace new manual test 2010-03-05 16:44:49 +01:00
kh1
b748f99c69 Lazy start the full text search indexer. Fix missing progress for more
the one run of the indexer.

Reviewed-by: ck
2010-03-05 16:09:19 +01:00
ck
2e25571edb Maemo: Make deployment timestamps per host.
Reviewed-by: kh1
2010-03-05 16:07:14 +01:00
con
e6ab80a9d6 Revert "Fix unit tests for gcc parser"
This reverts commit a797b1f9c1.
2010-03-05 16:03:31 +01:00
con
f9d314d144 Revert "Improve parsing of linker problems"
This reverts commit 6b24754226.
2010-03-05 16:03:31 +01:00
con
ab74d23848 Avoid pulling in the svg plugin. 2010-03-05 16:03:31 +01:00
con
67a14a172e Sometimes the progress bar would show a 50% green bar in the beginning.
QtConcurrent seems to sometimes take some time before the
progress information is initialized. This change fixes the appearance
for that case.
2010-03-05 16:03:31 +01:00
con
afe939ef23 A bit more efficient adding/removing of file watchers.
Each call of addPath(s) removePath(s) potentially is locking and
unlocking a mutex, so do it for all paths at once.
2010-03-05 16:03:30 +01:00
con
aa9b362d86 Also patch version number in README 2010-03-05 16:03:30 +01:00
Erik Verbruggen
72ea71aacf Fixed string escaping when writing QML properties. 2010-03-05 15:54:09 +01:00
dt
b59442e072 Fix FileManager after recent commit
Temporary files should not be watched also fix a few corner cases where
the fixedname of IFile change without the file name changing.
(Oh the fun of symlinks.)

It's more consistent now, though I haven't gone through all the
implications of IFile's who's fixedName change
2010-03-05 15:51:30 +01:00
dt
ff5f79334f SubmitFileEditor should emit signals 2010-03-05 15:51:30 +01:00
dt
447919d855 Fix buildmanager state handling 2010-03-05 15:51:30 +01:00
dt
2dedde25fe Remove work around again 4.2.0
Reviewed-by: Friedemann Kleint <qtc-committer@nokia.com>
2010-03-05 15:51:30 +01:00
dt
86cfbbddfc Fix cmake wizard not showing after a file change 2010-03-05 15:51:30 +01:00
dt
431a276382 Ask for saving when using the context menu 2010-03-05 15:51:30 +01:00
dt
73d6ea78fe Remove old code 2010-03-05 15:51:30 +01:00
dt
96c1a21a51 Remove unused code emptyProject 2010-03-05 15:51:30 +01:00
dt
ef90afe5aa Remove qtextended_integration 2010-03-05 15:51:30 +01:00
Christian Kamm
9e75ff8ea2 Don't add the default arguments when completing function definitions.
Fixes QTCREATORBUG-787

Reviewed-by: Erik Verbruggen
2010-03-05 15:45:58 +01:00
Kai Koehne
d700b84714 QmlDesigner: Fix crash when opening a .qml file with states
This fixes an assert in QGraphicsScene because of
overlapping deferred calls of _q_processDirtyItems & _q_emitUpdated.
Both used to be queued in the same event loop:

 _q_emitUpdated call queued with "calledEmitUpdated=true"
 _q_processDirtyItems call queued
-> Event loop runs
 _q_emitUpdated runs, setting "calledEmitUpdated=false"
 _q_processDirtyItems runs, asserting because of !calledEmitUpdated

This fix forces the event loop to run between the queueing of
_q_emitUpdated & _q_processDirtyItems, effectively separating
both calls.

Task-number: BAUHAUS-459
Reviewed-by: Christiaan Janssen
2010-03-05 15:19:45 +01:00
Marius Storm-Olsen
651ff4b172 Don't draw column margin twice
The last line is even blended, which slows things down.

Reviewed-by: Thorbjørn Lindeijer
(caused by wrong merge of ab3d3cf413)
2010-03-05 15:08:44 +01:00
Marius Storm-Olsen
b448e6e7b9 Enable suppressing syntax and setting a foreground color on disabled blocks
If the foreground color for the disabled text is different than the normal
text foreground, that's an indication that the user wants the disabled
block to be colored differently. If so, disable the syntax highlighting
and set uniform colors for the block.

If the foreground colors are identical apply full syntax highlighting in
the disabled block too. Some people want that.

Reviewed-by: Thorbjørn Lindeijer
2010-03-05 15:04:23 +01:00
Thorbjørn Lindeijer
181b086f99 Added syntax highlighted code to clipboard as HTML when copying
The generated HTML is not the prettiest HTML in the universe, but it
does the job. When copying code from Qt Creator to Microsoft Office or
OpenOffice.org, the syntax highlighting is now preserved. The code also
pastes as preformatted text.

Reviewed-by: mae
Task-number: QTCREATORBUG-727
2010-03-05 15:04:23 +01:00
David Boddie
9b365395dc Fixed typo.
Reviewed-by: Trust Me
2010-03-05 14:32:23 +01:00
Tobias Hunger
90099cb3ae Remove obsolete member variable
Reviewed-by: Friedemann Kleint
2010-03-05 13:50:49 +01:00
Tobias Hunger
9cdddd949e Fix memory leak
Reviewed-by: Friedemann Kleint
2010-03-05 13:50:49 +01:00
Tobias Hunger
767e6e17d9 Make sure we have some target/Qt version selected
... in the TargetPage of the Qt4 wizards

Reviewed-by: Friedemann Kleint
2010-03-05 13:50:48 +01:00
Tobias Hunger
a377e941b1 Remove obsolete code
Reviewed-by: Friedemann Kleint
2010-03-05 13:50:48 +01:00
ck
3e29ede56d Maemo: Detect more arm architectures.
Reviewed-by: kh1
2010-03-05 13:04:48 +01:00
hjk
4cd90ff022 debugger: fix qvariant dumper for custom types 2010-03-05 12:50:43 +01:00
hjk
6bf46c1983 dbugger: fix Q{Weak,Shared}Pointer dumper 2010-03-05 12:09:00 +01:00
Lasse Holmstedt
e2cc3c4c8b Fixed localization with qml run configuration
Reviewed-by: dt
2010-03-05 11:38:52 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Friedemann Kleint
dc54e3f46b Library/Unit Test/Custom Widget Wizard: Add Target page.
Handle target page correctly. Remove static enumerations
of page ids by member variables to handle differing
page setups. Fix page switching logic in library wizard.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-03-05 11:24:31 +01:00
Lasse Holmstedt
cba54bf47d Disable run controls if no qml file is selected
Task-number: BAUHAUS-396
Reviewed-by: dt
2010-03-05 11:14:13 +01:00
hjk
ed4278aba3 debugger: fix new wstring dumper encoding 2010-03-05 11:11:20 +01:00
Kai Koehne
72ecc8a4fa QmlDesigner: Adapt qml files to new "on" syntax
Reviewed-by: Christiaan Janssen
2010-03-05 10:47:54 +01:00
Kai Koehne
f20c2095c4 Qml: MouseRegion got renamed to MouseArea
Reviewed-by: Christian Kamm
2010-03-05 10:47:53 +01:00
Tobias Hunger
5c568a68d3 Disable targets in the targetselectionpage
* Allow to restrict possible targets in the targetselectionpage
 * Only show the page when it makes sense

Reviewed-by: Friedemann Kleint
2010-03-05 10:41:13 +01:00
Tobias Hunger
c47b3812e4 Sort projects alphabetically in projects mode
Reviewed-by: con
2010-03-05 10:40:24 +01:00
hjk
cba4476d0a debugger: fix QHash dumper in the case of simple keys 2010-03-05 10:20:21 +01:00
hjk
b3e129574f debugger: fix QLinkedList dumper 2010-03-05 10:20:20 +01:00
hjk
5def7f3832 debugger: suppress generation of breakpoint information in the new dumpers
Functionality has been moved back to the plugin for now.
2010-03-05 10:20:20 +01:00
Christian Kamm
6655272386 Update the Qml type description file. 2010-03-05 10:18:51 +01:00
Christian Kamm
bb99b7888b In the XML describing the Qml types, order the types by name.
This should allow diffs of the generated file to be more meaningful.

Reviewed-by: Roberto Raggi
2010-03-05 10:17:18 +01:00
kh1
952f23ca34 Fix wrong namespace. 2010-03-05 09:54:21 +01:00