Commit Graph

72811 Commits

Author SHA1 Message Date
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
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
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
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
Thorbjørn Lindeijer
ccb1b6d3c5 Fixed the issue where colors same as text color turn black
This was because they are not stored and thus loaded as invalid colors,
which is fine, but on saving the invalid colors would then turn into
black.

Reviewed-by: Roberto Raggi
2009-07-14 16:05:42 +02:00
con
c89e237d00 Fix Locator's file system filter.
This always selected the whole filter text when entering a directory.
2009-07-14 16:02:19 +02:00
con
e10c0c967a Make output panes in output mode appear again. 2009-07-14 16:00:25 +02:00
Jens Bache-Wiig
4d21936bb4 Fixes: Set icons for .hpp and .c files
Details:
Added one new purple icon for .c files and registered
the same icon for .hpp extensions.
2009-07-14 15:50:46 +02:00
Thorbjørn Lindeijer
2fcf2ac5d3 Added a FakeVim color theme
Specially for FakeVim users out there who want an easy way to switch to
vim's default color theme on a dark brackground.

Also did a little cleanup.
2009-07-14 15:30:27 +02:00
con
151366dffa isQt64Bit is a better name.
Since that method actually checks if Qt is built 64bit,
not if MSVC is 64bit.
2009-07-14 15:30:04 +02:00
con
67438b574a Delete toolchain in more intelligent way.
Create a new one and check if it's the same as the old one,
has the advantage that cached data doesn't need to be retrieved again.
It was that way before tool chain was moved to Qt4Project.
2009-07-14 15:30:03 +02:00
con
d0627b1b95 Share some code between gcc and gcce tool chains. 2009-07-14 15:30:03 +02:00