Thorbjørn Lindeijer
200b06581a
Compile fix for gcc 3.3
2009-07-16 12:28:51 +02:00
Erik Verbruggen
a262fce6d0
Added ObjC protocol expressions.
2009-07-16 12:18:05 +02:00
Joel Nordell
65996524f8
implement show/hide warnings button on build output window
...
Merge-request: 543
Reviewed-by: dt <qtc-committer@nokia.com >
2009-07-16 12:11:32 +02:00
Friedemann Kleint
562b417036
Debugger: Remove unneeded expression for dumping QVector.
...
...thus enabling dumping of it in CDB.
Reviewed-by: hjk <qtc-committer@nokia.com >
2009-07-16 12:09:24 +02:00
Thorbjørn Lindeijer
d34bf41a37
Added the option to turn off marking of text changes
2009-07-16 11:30:11 +02:00
Erik Verbruggen
e5377519d6
Added varargs parsing for ObjC send_msg arguments.
2009-07-16 11:27:45 +02:00
Erik Verbruggen
bc3a63616e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-16 10:50:14 +02:00
Sergey Belyashov
2c414f21a6
Added possibility to translate file types in open/save dialogs.
...
Merge-request: 900
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-07-16 10:06:52 +02:00
Kai Koehne
6f6fafe1f9
Insert default sidebar items in the order of the argument list
2009-07-16 17:52:50 +10:00
Erik Verbruggen
519a1a97b3
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-16 09:43:30 +02:00
Friedemann Kleint
fc33e35554
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-16 09:25:16 +02:00
Friedemann Kleint
e5f322e472
CVS: Fix gcc 3.3 compilation; do not describe first revision
2009-07-16 09:24:44 +02:00
Kai Koehne
1f525f929d
Fix auto-indentation for dui editor
...
This patch should fix auto-indentation (Ctrl+I) for the most usual
cases. Before this patch, lines were never dedented, resulting in e.g.
Rect {
Item {
}
Item {
}
2009-07-16 14:53:41 +10:00
hjk
05b474abfc
debugger: start on manual test for TRK parts
2009-07-15 17:55:14 +02:00
hjk
7af43dd95a
dbugger: switch back to 'not running' when executable could not be started
2009-07-15 17:55:14 +02:00
dt
e7de23ea0a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-15 17:44:16 +02:00
dt
54bbcc4a7c
Mention possible locations of the debugging helper in the error dialog
...
Requires a lot of trivial forwarding.
2009-07-15 17:41:45 +02:00
Oswald Buddenhagen
4c561414a6
optimize low-level pro reader code
...
avoid qstring functions. instead, use preallocated strings and pointers.
now the majority of the parsing time is spent in qt (qfile and qtextcodec).
2009-07-15 17:31:47 +02:00
Friedemann Kleint
e917eeacb9
Debugger: Alert on stop in the debugger manager.
2009-07-15 16:50:49 +02:00
Friedemann Kleint
b2ec44ba90
Debugger/CDB: Do not disable dumpers on a C++ exception.
2009-07-15 16:50:18 +02:00
Friedemann Kleint
c3965258c2
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-15 16:19:50 +02:00
Friedemann Kleint
e63578f2da
Make Designer Form Class and App-Wizard use 'ui' as member variable.
2009-07-15 16:19:16 +02:00
Thorbjørn Lindeijer
609e3c7f6b
Update the current line highlight when its color might have changed
...
Fixes the issue where it would stay the color of the previous color
scheme until you change the cursor position.
2009-07-15 16:12:24 +02:00
Friedemann Kleint
fd3fb099fc
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-15 16:08:53 +02:00
Friedemann Kleint
7a847df2b7
Fix CDB/output dumperversion correctly, dump maps correctly.
2009-07-15 16:07:57 +02:00
Thorbjørn Lindeijer
96bff6ea90
Cleaned up creation of new color scheme files
...
The creation of the styles directory was in two places and the importing
of an old customized style didn't have any safety when the name
'customized.xml' already existed.
2009-07-15 15:41:44 +02:00
dt
3607ad172e
Fix opening files from search results didn't get the correct encoding.
...
Patch based on the analysis by Grigory Zagorodnev.
Task-number: 253974
2009-07-15 15:34:59 +02:00
con
90a5f271ee
Guard against endless loop a bit.
2009-07-15 15:25:06 +02:00
Roberto Raggi
a5180a4ab5
Update QML front-end from qt/kinetic-declarativeui (rev bcae9d84fb5dd2bdc5a5298c8841702505a02867)
2009-07-15 15:21:50 +02:00
Friedemann Kleint
41a9395d21
Optionally shorten git blame output by removing date+line number.
2009-07-15 15:18:03 +02:00
Thorbjørn Lindeijer
472a3e635d
Save the foreground color even if it equals the text color
...
Not all colors inherit the color from the standard text. For example
line number colors.
2009-07-15 15:08:35 +02:00
Thorbjørn Lindeijer
c1198e5ab9
Added importing of customized color schemes from the ini file
...
So people's customized color schemes don't get lost, but get converted
to the new format instead.
2009-07-15 15:08:35 +02:00
Norwegian Rock Cat
88facd8497
Add some icons for .pro and .pri files on Mac OS X.
...
We now at least follow what other Mac applications do.
2009-07-15 14:45:12 +02:00
con
f3f790cec0
Missing files
2009-07-15 12:42:09 +02:00
con
db8507c4a0
Extract the styled painting of the find bar to utils widget.
2009-07-15 12:39:31 +02:00
Friedemann Kleint
d476c9967e
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-07-15 12:29:45 +02:00
Friedemann Kleint
18f9375501
Add a CVS plugin for use with UNIX cvs or Tortoise CVS.
2009-07-15 12:28:40 +02:00
Friedemann Kleint
d53129d336
Output filenames when doing svn update.
2009-07-15 12:24:47 +02:00
Erik Verbruggen
c8f155c0fc
AST additions for ObjC send_msg.
2009-07-15 12:11:07 +02:00
con
3873165ef7
Add pri file icon for Mac
2009-07-15 12:06:21 +02:00
con
309ee636b3
Styled two-row find tool bar with better resizing behavior.
...
For this we needed to get rid of using QToolBar.
2009-07-15 11:35:10 +02:00
Thorbjørn Lindeijer
8234858b46
Register C++ header and source file icons by mime type
...
Makes sure that all files recognized by the CppEditorFactory get the
proper icon.
2009-07-15 11:20:24 +02:00
ck
c13f83268a
Added dumper auto test for QTextCodec.
2009-07-15 09:46:55 +02:00
hjk
a16aa2e0d6
debugger: remove duplicated 'completeSuffix' entry in QFileInfo dumper
2009-07-15 09:26:00 +02:00
Oswald Buddenhagen
3c6793e4f3
less braindead evaluation of ProVariable & ProValue
...
this gives a rather amazing performance boost to the pro reader
2009-07-14 20:49:40 +02:00
Oswald Buddenhagen
3237a07996
move actual replaceInList imlementation back to proparserutils.h
2009-07-14 20:49:40 +02:00
Oswald Buddenhagen
96276c85d8
remove bizarre TARGET hack
...
it was superseeded by using non-cumulative, corrected evalution for
determining the targets.
2009-07-14 20:47:36 +02:00
Friedemann Kleint
9a1cafd1b4
Fix up the Subversion plugin.
...
Add some functionality needed for CVS.
2009-07-14 17:20:20 +02:00
ck
9077380d02
Added dumper auto test for QByteArray.
2009-07-14 16:39:35 +02:00
Norwegian Rock Cat
c3de6ca4d0
Have the file tree use the native icons on Mac OS X.
...
Also synchronized suffixes to match what is in the xml file.
2009-07-14 16:37:26 +02:00