Commit Graph

44349 Commits

Author SHA1 Message Date
Roberto Raggi
62adaedff9 AST cloning. 2009-06-05 10:47:40 +02:00
Roberto Raggi
0497c535a2 cleanup 2009-06-05 09:44:37 +02:00
Roberto Raggi
b409202b45 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-05 09:12:16 +02:00
Jens Bache-Wiig
a7e4e0b720 Fixes: Fix progress dialog on mac 2009-06-04 17:58:47 +02:00
Jens Bache-Wiig
d10389b9c5 Increase the delay for folding blocks
Details:
40 ms seems a bit too short. We should at least allow the mouse
cursor to pass undetected. The 10 ms delay seems a bit redundant.
2009-06-04 16:42:09 +02:00
Roberto Raggi
da0e9a58df Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline 2009-06-04 16:18:49 +02:00
Roberto Raggi
f98b937b8c Expand enum and anonymous scoped symbols when resolving qualified name ids.
Reviewed-by: Thorbjørn Lindeijer
2009-06-04 16:17:22 +02:00
hjk
c6db354387 debugger: disable reverse debugging for 1.2 as Gui is unfinished 2009-06-04 16:15:01 +02:00
hjk
5892ea1b1d fakevim: fix problem where previously inserted text became part of a '.' 2009-06-04 16:08:34 +02:00
hjk
37ea6c42a3 debugger: move "start action" to the begin of the menu, also disable Tcf 2009-06-04 16:08:34 +02:00
con
efc546f8d5 Oops. Unused variable. 2009-06-04 15:55:53 +02:00
Jens Bache-Wiig
c521e3bd76 Fixes: Add margin to find toolbar
Details:
This ensures that the Find label text is aligned with the
Application output.
2009-06-04 15:49:09 +02:00
dt
a1990fe5c4 Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline into 1.2 2009-06-04 15:25:45 +02:00
dt
98f8fc78bc Fix static leak to make valgrinding easier.
Reviewed-By: ossi
2009-06-04 15:25:07 +02:00
dt
4a372ee8d9 Fix memory leak in QtVersions parsing of qmake.conf
Reviewed-By: ossi
2009-06-04 15:22:40 +02:00
Jens Bache-Wiig
6e8bc0cf58 Fixes: Improved sidebar looks and layout
Details:
-Centered all the text labels.
-Added shadow on title text.
-Made progressbar go all the way and placed the button on top.
-Added some spacing between warning and error icons.
-Improved cosmetics on progress bar itself.
2009-06-04 15:19:57 +02:00
dt
07730341bd Fix memory leak in $$system() calls from .pro files
Reviewed-By: ossi
2009-06-04 15:18:14 +02:00
dt
c13d711657 Fix leaking a toolchain per QtVersion.
Reviewed-By: ossi
2009-06-04 15:17:20 +02:00
con
f6ff04a7be Integrate merge-request #567 into branch 'master'
Christian Hoenig (1):
      Implement CppCurrentDocumentFilter for symbols in current document

Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/567
Reviewed-by: con <qtc-committer@nokia.com>
2009-06-04 14:46:21 +02:00
mae
fda09bbc62 introduce new helper class Core::Utils::TreeWidgetColumnStretcher
and use it for some options dialogs.

The class fixes QTreeWidget to resize all columns to contents, except one
stretching column. As opposed to standard QTreeWidget, all columns are
still interactively resizable.
2009-06-04 14:44:05 +02:00
con
98e695e31b Remember last "File -> Open" location, start with home directory.
In case we have no open document or "current file", the file dialog
was opening at the creator install location.

Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
Task-number: 249004
2009-06-04 14:39:52 +02:00
Roberto Raggi
d1bbbcede5 Check the declarator's initializer. 2009-06-04 13:26:11 +02:00
kh
cb71de60dd No need to bookmark empty pages, also disable menu item in case of.
Reviewed-by: dt
2009-06-04 13:12:20 +02:00
Roberto Raggi
e80eaae787 Fixed the warn message. 2009-06-04 12:55:12 +02:00
Roberto Raggi
1c9a724a2f Check new-expressions. 2009-06-04 12:54:15 +02:00
Roberto Raggi
90efa0f174 Check nested name specifiers. 2009-06-04 12:18:05 +02:00
con
78af9c163d Don't ask when doing a "Save all".
Reviewed-by: Oswald Buddenhagen
2009-06-04 12:08:49 +02:00
con
4b9a3d5a46 API: temporaryEditor --> isTemporary
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-06-04 12:08:49 +02:00
Thorbjørn Lindeijer
e54bf750d9 The reformat document action isn't useful yet, removed for 1.2 2009-06-04 11:57:58 +02:00
Roberto Raggi
45fb9726ab Add the type-template parameters. 2009-06-04 11:53:48 +02:00
Roberto Raggi
cd3022dc3e Show all the warn messages. 2009-06-04 11:42:02 +02:00
Roberto Raggi
f55d5500c5 Warn for undefined types (not finished yet). 2009-06-04 11:32:29 +02:00
con
57cd26548e Version bump also in master. 2009-06-04 11:00:28 +02:00
con
49f8a55533 Merge commit 'origin/1.2' 2009-06-04 10:59:01 +02:00
Oswald Buddenhagen
3104e4c121 fix gcc 3.3. build
the templated friend just doesn't have any effect.
so simply skip the typeinfo. will be slower, but you deserve that if you
use that compiler.
2009-06-04 09:49:23 +02:00
Oswald Buddenhagen
259197a500 clean up OS conditionals in project files 2009-06-03 20:54:59 +02:00
Oswald Buddenhagen
d2a8449bea ifdef Q_?S_* cleanup
- clear up some Q_OS_LINUX vs. Q_OS_UNIX
- clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
- use proper #if-#else cascades instead of free-standing #ifs
2009-06-03 20:54:59 +02:00
Jens Bache-Wiig
3df7a2c301 Fixes: Fix overlapping alpha values in expander area
Details:
There are platform differences when drawing overlapping alpha
rects here. The workaround was to simply avoid using alpha
values for now.
2009-06-03 20:22:10 +02:00
Oswald Buddenhagen
e083ad2920 expand arguments to s// operator 2009-06-03 19:11:19 +02:00
Oswald Buddenhagen
93571f7d42 assign right variable 2009-06-03 19:11:19 +02:00
con
240a6ec55c Fixes locator's show method in case the filter already has focus.
Was making the "f" filter unusable, because the popup was hidden when
selecting a directory.

Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-03 17:41:25 +02:00
Thorbjørn Lindeijer
4505d92be5 Fixed compile error with gcc 3.3
sorry, unimplemented: `method_call_expr' not supported by dump_expr
2009-06-03 17:31:19 +02:00
Thorbjørn Lindeijer
0656abe048 Updated version of Qt libs to patch on Linux 2009-06-03 17:31:19 +02:00
mae
eca3b98c56 Use editor manager standard closing facilities for session switching 2009-06-03 17:20:28 +02:00
Roberto Raggi
bb9ae8aa4f Check for missing Q_OBJECT macro. 2009-06-03 16:53:18 +02:00
Roberto Raggi
4bc6256942 cleanup 2009-06-03 16:29:49 +02:00
con
dddb965f83 Locator text was no longer selected when using shortcut.
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-03 16:25:52 +02:00
Trenton Schulz
2d84ccf528 Use Qt::WA_LayoutUsesWidgetRect here for proper spacing.
It's not the Mac's fault!
2009-06-03 16:24:40 +02:00
Roberto Raggi
fd62025d63 Say hello to Snapshot::documentFromSource(), Snapshot::preprocessedCode() and Snapshot::globalNamespaceBinding(). 2009-06-03 16:16:20 +02:00
Roberto Raggi
d18b0195e5 Introduced CPlusPlus::FastPreprocessor. 2009-06-03 15:51:37 +02:00