Commit Graph

88653 Commits

Author SHA1 Message Date
mae
9b4055122c Fix code folding issue with empty nested blocks like in:
void main()
{
{
}
int i;
}
2009-09-07 16:15:59 +02:00
Erik Verbruggen
78d07c6d39 Fixed off-by-one 2009-09-04 18:01:46 +02:00
Erik Verbruggen
cac5663a4f Modified the QML project to notify the DUI model manager when a file is added to the project. 2009-09-04 17:54:38 +02:00
Erik Verbruggen
a52209336d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-04 16:51:48 +02:00
Erik Verbruggen
998064ad72 Added a snapshot to the DUI editor. 2009-09-04 16:51:11 +02:00
Roberto Raggi
dd7daa4579 Compile 2009-09-04 13:45:44 +02:00
Roberto Raggi
80a46231f1 Fixed QML indenter. 2009-09-04 12:54:18 +02:00
Daniel Molkentin
e2c06d5da1 Make conversion to from QTDIR to qmake more reliable. 2009-09-04 09:52:14 +02:00
Daniel Molkentin
9960bea83d Remove debugging. 2009-09-04 09:51:23 +02:00
dt
53cfbb13a7 Initialize everything also in the invalid QtVersion ctor. 2009-09-03 19:45:09 +02:00
Daniel Molkentin
5476bcf560 Find Qt installation by specification of qmake rather than a "Qt dir".
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be
installed. Specifying the qmake location otoh makes it possible to
unambigously detect all parts of a Qt installation.
2009-09-03 19:16:40 +02:00
dt
267ef8ecc5 Fix compile
Reviewed-By: hjk
2009-09-03 17:59:57 +02:00
dt
9045d99786 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-03 17:54:36 +02:00
dt
778db1bf2d Fix potential crash. 2009-09-03 17:45:55 +02:00
hjk
5859b41064 debugger: work on trk runner 2009-09-03 17:24:31 +02:00
dt
ead627ed81 Remove dependency of rvct toolchain and gcce toolchain on qt4project.
Also makes the code a lot smaller.
2009-09-03 16:07:14 +02:00
Alessandro Portale
94348d8ed2 Less / on Windows. 2009-09-03 15:40:12 +02:00
dt
89974416eb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-03 15:15:45 +02:00
dt
156db18592 Fix not trying hard enough to find the correct file on build errors.
If there are multiple files with the same name, then we try harder to
find the correct one. That is for jom and nmake we have a relative path
so we try to find a file which matches the relative path completly.
Instead of just comparing the last part.
2009-09-03 15:15:20 +02:00
hjk
80847e5551 debugger: disable not very useful QImage dumper for 1.3 2009-09-03 13:32:26 +02:00
hjk
b69fad927a debugger: fix child count in QAbstractItem dumpers 2009-09-03 13:26:38 +02:00
hjk
809117892c debugger: work in progress (new trk runner)
Basic TRK/adapter communication now works using "rfcomm listen /dev/rfcomm0 1
&& ./adapter -f -v /dev/rfcomm0 127.0.0.1:3222 && ./cs-gdb"

This is wrapped up in a "runner" binary
2009-09-03 13:26:38 +02:00
hjk
0915d3e206 debugger: add manual test for QDateTime, also extend script test a bit 2009-09-03 13:26:38 +02:00
dt
e1f9a003bb Fix crash, with a non existing toolchain. 2009-09-03 13:21:01 +02:00
Pierre Rossi
98af2967cc a few more french translations 2009-09-02 18:03:27 +02:00
Thorbjørn Lindeijer
e8598222d0 Warn when no color schemes are found, for debugging purposes 2009-09-02 17:17:13 +02:00
Thorbjørn Lindeijer
0f6f1f428c Fixed painting glitch visible on Windows
Creator would get darker and darker when dragging or clicking the mouse.
Don't paint the editor indicator when there is no view or the view has
editors.

Reviewed-by: mae
Reviewed-by: Daniel Molkentin
2009-09-02 16:30:08 +02:00
Jarek Kobus
1fd9ebfcaf Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse. 2009-09-02 15:40:14 +02:00
hjk
7ce044031c debugger: fix basic script debugging
Locals view was broken, also unknown entries should not have children.
2009-09-02 13:21:18 +02:00
Daniel Molkentin
36f2edb5e2 fixes to last commit 2009-09-02 11:22:53 +02:00
Daniel Molkentin
b3b82d9abe Extend "Show in Finder" functionality to Windows and Unix.
On Unix, we cannot select the specific file, so the entry there is
called "Open containing folder".
2009-09-02 11:15:10 +02:00
hjk
5a4a376949 debugger: fix start up of scriptengine when discovering a script 2009-09-02 10:44:20 +02:00
con
147131f777 Check for Qt 4.6 when building Qt Creator 2009-09-02 10:27:35 +02:00
hjk
a48a686a1d debugger: move script engine initialization to startDebugger() 2009-09-02 10:08:13 +02:00
hjk
f74d252b95 debugger: work on trk manual tests 2009-09-02 10:08:12 +02:00
hjk
b9e0860a67 Work on TRK adapter 2009-09-02 10:08:12 +02:00
Benjamin Poulain
bde57a8832 Improve the French translation 2009-09-02 09:44:42 +02:00
con
23c215f313 Add some "other file". 2009-09-02 09:43:38 +02:00
dt
acd090200a Fix crash. 2009-09-01 17:27:53 +02:00
con
3eb875cf97 No need to create a QScriptEngine at startup. 2009-09-01 16:19:45 +02:00
con
b5b35dab33 Move aggregation auto tests to test directory. 2009-09-01 16:19:45 +02:00
dt
dad4aa05b7 Remove now dead code. 2009-09-01 16:13:56 +02:00
dt
f4c10deeb3 Fix parsing of .qmake.cache Fixes DESTDIR for debug_and_release_targets
Closer again to qmake, ossi won't like it, but this is exactly what
qmake does, even it it looks a little bit strange. He can come up with
a better fix after he is back from vacation.
2009-09-01 15:59:12 +02:00
mae
a922accd11 Fixed crash in combination with splits (some spurious
focus in events resulted in currentEditorView() being 0)
2009-09-01 15:14:38 +02:00
Thorbjørn Lindeijer
9bdd359827 Some small updates to the documentation of generic projects 2009-09-01 14:50:27 +02:00
Thorbjørn Lindeijer
83974d8914 Adapt a few hardcoded background colors in search results
Make the background of the files and line numbers adapt to the
background color. Making it darker only works nicely for non-dark
backgrounds, but it's better than hardcoding a light background.

The highlight of the search results still has to be fixed.
2009-09-01 14:50:27 +02:00
Thorbjørn Lindeijer
6bb5358abc Fixed the background of the icon in the search input
It was opaque, whereas now it adapts better with varying background
colors.
2009-09-01 14:50:27 +02:00
Alessandro Portale
d6e2a10591 AlienDirSeparatorsOnWindows--
Reviewed-by: Trustme
2009-09-01 13:32:50 +02:00
dt
6492101ea3 Fix importing adding a empty spec argument to qmake 2009-09-01 12:27:25 +02:00
Henrik Hartz
8d77f80bc2 Change to new API 2009-09-01 12:18:18 +02:00