Commit Graph

21107 Commits

Author SHA1 Message Date
Roberto Raggi
c2a40ce9cf Introduced CppTools::Internal::SemanticSearch. 2009-06-03 10:50:33 +02:00
Kavindra Devi Palaraja
b675fe2016 Fixes: Doc - more of Part2, hoping to finish it today
RevBy:    TrustMe
2009-06-03 10:50:04 +02:00
Thorbjørn Lindeijer
0240302b96 Integrate merge-request #568 into branch '1.2'
axasia (1):
      Fix compile error on MSVC2008 Express Edition with Debugging Tools
         for Windows(CDB).

Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/568
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-03 09:56:58 +02:00
Thorbjørn Lindeijer
9f4aaaeee6 Integrate merge-request #541 into branch '1.2'
Joel Nordell (1):
      add current editor filename (and, on macosx, proxy icon) to titlebar

Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/541
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-03 09:39:57 +02:00
Daniel Molkentin
2c7902cc5b Link the vendor url in the plugin details dialog.
Asked-for-by and Reviewed-By: Alessandro Portale
2009-06-02 21:07:51 +02:00
Daniel Molkentin
b17fe748bb It may come as a total surprise, but Unix doesn't like cmd.exe :-D
Reviewed-By: Ossi
2009-06-02 19:38:13 +02:00
Daniel Molkentin
3e085c86af Make strings in about dialog translatable by arg()'ifying them.
Reviewed-By: Ossi
2009-06-02 19:38:12 +02:00
kh
7b24a59382 Whitespace cleanup, normalize connect.
Reviewed-by: dt
2009-06-02 18:41:12 +02:00
kh
b50eaa6542 Remove left over files.
Reviewed-by: dt
2009-06-02 18:39:43 +02:00
Jens Bache-Wiig
73289b9520 Fixes: Fix highcontrast themes
Details:
We need to force the background and foreground
colors to make dark color themes work with the
style sheet.
I also changed the selected tab-button not to
be sunken and the menu highlight to be slightly
lighter.
2009-06-02 17:59:23 +02:00
Kavindra Devi Palaraja
330b6e2748 Fixes: Doc - more of the tutorial
RevBy:    TrustMe
2009-06-02 17:42:32 +02:00
Daniel Molkentin
3f7b3df9f9 Remove debug output 2009-06-02 17:25:40 +02:00
kh
eda938270f Simplified code.
Reviewed-by: dt
2009-06-02 17:22:14 +02:00
Daniel Molkentin
879b3dee97 Update german translations 2009-06-02 17:09:54 +02:00
con
5a8bfeca72 Missing file 2009-06-02 16:57:41 +02:00
Jens Bache-Wiig
731ac567a4 Fixes: Improved style sheet design
Details:
I'm now styling more controls and using a more consistent look
for things. To make the tabbar feel more natural I added a
web-like point cursor as well a sunken appearance.
2009-06-02 16:54:23 +02:00
Roberto Raggi
4081f1c7e7 Warning for undefined base classes. 2009-06-02 16:50:43 +02:00
con
89a50de58e Add missing visualizer of reg exp search option in find tool bar.
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-06-02 16:50:30 +02:00
kh
d8cca2b79d As on request, let the side pane help open and follow help mode.
Reviewed-by: Daniel Molkentin
2009-06-02 16:30:56 +02:00
Roberto Raggi
381798ad69 Store the original C++ Document when searching. 2009-06-02 16:09:03 +02:00
con
e9b2613dc0 Version bump. 2009-06-02 15:34:58 +02:00
Roberto Raggi
47b620e9fe Oops! use the right overload of QString::indexOf :-) 2009-06-02 15:32:45 +02:00
Roberto Raggi
e8ba82f1f4 Protected modelmanager's snapshot. 2009-06-02 15:28:16 +02:00
Jens Bache-Wiig
c5507b63bd Fixes: Improved style sheet design
Details:
I'm now styling more controls and using a more consistent look
for things. To make the tabbar feel more natural I added a
web-like point cursor as well a sunken appearance.
2009-06-02 15:26:54 +02:00
Kavindra Devi Palaraja
2ad9babc93 Fixes: Doc - remove trailing whitespace
Reviewed-By: TrustMe
2009-06-02 15:21:20 +02:00
Kavindra Devi Palaraja
bc7edb64b8 Fixes: Doc - more of the tutorial - explaining why we need a main
layout for the top-level widget.
RevBy:    Daniel Molkentin
2009-06-02 15:19:28 +02:00
Roberto Raggi
7ee7055485 Initial support for semantic searches. 2009-06-02 14:56:30 +02:00
kh
5ab1974002 Use default key sequence for next and previous page.
Reviewed-by: Daniel Molkentin
2009-06-02 12:56:16 +02:00
Oswald Buddenhagen
917521c3cc update german .ts for danimo 2009-06-02 12:53:12 +02:00
Oswald Buddenhagen
8312d81f04 remove redundand test 2009-06-02 12:53:12 +02:00
Oswald Buddenhagen
3d0189b5a0 hide the scary phony link command 2009-06-02 12:53:12 +02:00
dt
6d18c530a8 Add options also to CMake and CustomExecutable RunConfiguration
Well this enough environment settings for 1.2.
2009-06-02 12:27:26 +02:00
dt
48167ee5f1 Add a few options to the runconfigurations base environment
Note: This code should be shared between Qt4RunConfiguration,
CMakeRunConfiguration and CustomRunExecutable. Also we are approaching
other IDEs like configuraion options for setting the environment.
Without having a good GUI for that. I'll probably be redesigning this
for 1.3 or 1.4.
2009-06-02 12:27:13 +02:00
Daniel Molkentin
64e925d2be Fix for recent git version where git.exe became git.cmd.
Run git as a cmd.exe subprocess as a workaround. In the long term
we should look into enabling QProcess to properly handle .bat and
.cmd files.

Reviewed-By: Ossi
2009-06-02 12:23:57 +02:00
hjk
6c85e5ec31 fakevim: let the "IncSearch" option toggle between using the Creator
core Find dialog and the "old" minibuffer based search.

A hot fix for the recent regression that 'n' and 'N' do not work and
the positioning of the cursor after the search is wrong.
2009-06-02 12:08:35 +02:00
hjk
fb58a9ed39 fakevim: let the "IncSearch" option toggle between using the Creator
core Find dialog and the "old" minibuffer based search.

A hot fix for the recent regression that 'n' and 'N' do not work and
the positioning of the cursor after the search is wrong.
2009-06-02 11:56:58 +02:00
Rhys Weatherley
4350baeea1 Map n and N in FakeVim to the FIND_NEXT and FIND_PREVIOUS actions. 2009-06-01 07:58:23 +10:00
Rhys Weatherley
6d4d0f044d Make ZZ and ZQ work in FakeVim as aliases for :x and :q! 2009-06-01 07:58:06 +10:00
Rhys Weatherley
ef4d2c301a Add :q/:w/:x commands that are normally expected in vi's
Common things like :wq, :x, and :qa didn't work - now they do.
2009-06-01 07:57:57 +10:00
Rhys Weatherley
8fa417bdd7 Make '-' move to the start of the previous line in FakeVim mode. 2009-06-01 07:57:46 +10:00
Rhys Weatherley
790a7879e8 Make FakeVim use the default find box instead of mini-buffer
Creator already has a find box that works fairly well, so there
is no need for a mini-buffer mode for searching.  This change makes
FakeVim activate the standard find box when the user hits '/' or '?'.

Note: right now both '/' and '?' do forward searching by default
because the Creator find box lacks a "find backwards by default" mode.
This can be added later to the find box if considered useful.
2009-06-01 07:57:32 +10:00
axasia
8d53cb0fb4 Fix compile error on MSVC2008 Express Edition with Debugging Tools for Windows(CDB).
Following implicit cast occurred error C2664 from cl compiler.
 (const WCHAR *) => (const ushort *)
 (const ushort *) => (PCWSTR)
So fixed by using a explicit cast which reinterpret_cast.
2009-05-30 23:03:43 +09:00
Harald Fernengel
653223a8b8 fix tab stops to make it usable with keyboard again 2009-05-30 15:48:12 +02:00
Christian Hoenig
575495b99b Implement CppCurrentDocumentFilter for symbols in current document 2009-05-30 10:43:07 +02:00
Daniel Molkentin
57bb98b68b welcome screen: remove whitespace 2009-05-29 20:43:43 +02:00
Daniel Molkentin
99fb291695 welcome screen: populate example combobox
When an example is selected, help and the project are opened
in a split view. We try to read the xml file provided for
QtDemo to extract details about the examples provided. Will
try all available Qts, starting with the default version. Will
fail gracefully (provide a message and disable controls) if
examples or demos cannot be found. Will work if help is not
found, but show an error.
2009-05-29 20:38:38 +02:00
mae
82153bf5fd fixed deletion of vertical block selection with Backspace key 2009-05-29 18:48:42 +02:00
Kavindra Devi Palaraja
cd21181fe0 Doc - polishing more of part 2 2009-05-29 18:33:22 +02:00
Jens Bache-Wiig
3cc335618e Fixes: Centered arrow offset on mac 2009-05-29 17:44:32 +02:00
con
67466d0fb8 Support regular expressions in basic text editors. 2009-05-29 17:03:11 +02:00