Commit Graph

3944 Commits

Author SHA1 Message Date
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
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
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
hjk 56a81a06b5 debugger: fix regression in QMap dumping introduced in 5bd1d2a0 2009-07-14 10:08:12 +02:00
ck ef9b82381d Added more dumper auto tests.
Added tests for QDir and QAbstractItemModel. Prepared test for QFileInfo.
2009-07-14 09:57:34 +02:00
Alessandro Portale 54574631a8 Merge branch 'master' of git@scm.dev.troll.no:creator/mainline 2009-07-13 18:55:25 +02:00
Alessandro Portale 5438a3f72f Missed some unused ';' after Q_UNUSED 2009-07-13 18:55:11 +02:00
mae 75b95cfc1c Since we open the search result pane after a search anyway, we can make
the progress indicator CloseOnSuccess.
2009-07-13 18:47:11 +02:00
mae 3f1be148ef a bit more scaling for the action bar. 2009-07-13 18:04:30 +02:00
con 8f358494c1 Fix building with msvc.
Fixing 40ff6ab2c4
2009-07-13 18:04:31 +02:00
Alessandro Portale d3f9757916 Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
Kavindra Devi Palaraja f9ed6f18bc Doc - More of Part 7
Reviewed-By: TrustMe
2009-07-13 17:23:31 +02:00
mae d3df29e26b fake the fancy tab bar. This makes it possible to have a smaller minimum size. 2009-07-13 16:58:44 +02:00
Alessandro Portale 991e014b83 Removed warning on Windows 2009-07-13 16:26:48 +02:00
Harald Fernengel 990ba67513 Fixes: Do not change the default color
RevBy:    hjk
Details:  Make it work on dark backgrounds by letting the palette decide
which default color to display.
2009-07-13 16:08:29 +02:00
Thorbjørn Lindeijer f520d56653 Keeping the changes file up to date 2009-07-13 15:52:15 +02:00
Henrik Abelsson 0a94100508 Add option to select behavior on externally changed files.
Merge-request: 840
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-07-13 15:00:39 +02:00
con e38cec518b Find implementations now tell what find flags are actually supported. 2009-07-13 14:50:32 +02:00
Friedemann Kleint 7c6a9b6d2e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-13 14:49:01 +02:00
Friedemann Kleint bd176fb53e Add update (sync) options to the Perforce plugin.
Add update for projects/all. Remove shortcuts for Mac.
Task-number: 257848
2009-07-13 14:48:44 +02:00
Roberto Raggi dbffbe107f Install the color schemes 2009-07-13 14:35:40 +02:00