Commit Graph

44349 Commits

Author SHA1 Message Date
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
Roberto Raggi
37a146d05c Introduced revisions in CPlusPlus::Document.
Reviewed by Thorbjørn Lindeijer
2009-07-14 14:24:02 +02:00
Roberto Raggi
2e49aaf484 Fixed possible crashes when resolving namespace and class bindings. 2009-07-14 14:24:01 +02:00
Thorbjørn Lindeijer
b8eda86898 Got rid of friend declaration to static template function
Made the function a private member instead.

Reviewed-by: ossi
2009-07-14 13:34:58 +02:00
mae
35be3a3b02 customize context help. The three modes are:
- show side-by-side if possible
 - always show side-by-side
 - always show full help

The default is "show side-by-side if possible". It's currently considered
possible if the editor is at least 800 pixels wide.
2009-07-14 13:21:51 +02:00
Adriaan de Groot
ca97bce8de Make the loadSettingsHelper template friend declaration match its definition 2009-07-14 11:29:20 +02:00
Adriaan de Groot
27ac02de91 Remove excess semicolons 2009-07-14 11:29:20 +02:00
Oswald Buddenhagen
90848b89b6 no point in ProFile being a QObject
cherry-pick of 9392acd40fc0102b6924c286fd6dbbc32244365b from qt
2009-07-14 11:29:20 +02:00
hjk
4bf3d32f61 debugger: assume that not-known-to-be-simple types have children
This might lead to false positives in corner cases like empty structures
but speed up the display of arrays and lists of user-defined types a lot.
2009-07-14 11:23:32 +02:00
mae
92a0f39fe1 less spacy fancy bar, back to normal. 2009-07-14 11:04:05 +02:00
Thorbjørn Lindeijer
8cc916a0ca Added categories for occurrences and for renaming occurrences
So they can be adapted in the color schemes.
2009-07-14 10:38:41 +02:00
Thorbjørn Lindeijer
12911cda5c Prefer append over push_back 2009-07-14 10:38:41 +02:00
Thorbjørn Lindeijer
5238cfab54 Scaled down the edit color scheme dialog a little 2009-07-14 10:38:41 +02:00