Commit Graph

72811 Commits

Author SHA1 Message Date
dt
5fcf35039f Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-05 15:56:57 +01:00
Roberto Raggi
68552b8f4d Added fast lookup of objc type qualifiers. 2009-02-05 15:06:48 +01:00
Daniel Molkentin
bbef5052dc Fixes: Also Patch QtCore dll in /lib on windows, specify correct path to patch for debug infos 2009-02-05 15:06:07 +01:00
Thorbjørn Lindeijer
ad5bdf6969 Added tooltips to editor settings and tweaked layout
Looks a bit nicer now and the tooltips explain some of the options a bit
better. Header texts have also been simplified.
2009-02-05 14:58:28 +01:00
Roberto Raggi
c7c0386a34 Fixes: Mime type for objc files. 2009-02-05 14:34:13 +01:00
Roberto Raggi
bb095fadd2 Fixes: Highlighting of objc #import directive. 2009-02-05 14:30:25 +01:00
Roberto Raggi
4ffed7a119 Fixes: Parsing of #import directives. 2009-02-05 14:30:25 +01:00
Roberto Raggi
c00e30187c Fixes: Parsing objc method definitions. 2009-02-05 14:30:25 +01:00
Roberto Raggi
f9737ddc41 Fixes: Accept OBJECTIVE_SOURCES. 2009-02-05 14:30:24 +01:00
Roberto Raggi
d7defc6fe0 Fixes: Parsing of GCC asm definitions. 2009-02-05 14:30:24 +01:00
Roberto Raggi
40eabdd008 Improved parsing of objc message expressions. 2009-02-05 14:30:24 +01:00
Roberto Raggi
56b48c2362 Fixes: Enable ObjC support. 2009-02-05 14:30:24 +01:00
Roberto Raggi
88b4dd35dc Fixes: Parsing of objc message expressions. 2009-02-05 14:30:23 +01:00
Roberto Raggi
58ff27bd83 Fixes: Parsing of objc string literals and selector expressions. 2009-02-05 14:30:23 +01:00
Roberto Raggi
debe2a0d93 Fixes: Parsing of objc protocol expressions. 2009-02-05 14:30:23 +01:00
Roberto Raggi
26560ca9d2 Parse objc encode expressions. 2009-02-05 14:30:23 +01:00
Roberto Raggi
fa5b8508a0 Dummy method for the objc expressions. 2009-02-05 14:30:22 +01:00
Friedemann Kleint
da6667d51d Fixes: Remove unneeded translations
RevBy: Roberto
2009-02-05 14:04:58 +01:00
Thorbjørn Lindeijer
0359ff60f6 Use QActions to fix toolbar extension
Instead of directly adding QToolButtons to the tool bar of the
navigation subwidget, use QActions. This allows the tool bar extension
to show them in a menu when necessary.

The icons are inappropriate for in a menu, however.
2009-02-05 12:49:45 +01:00
mae
d5560b4bbd Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-05 12:16:24 +01:00
mae
fb206c3fe2 make inplace activation the default editor activation, unless the
view has been specified. This allows to use the open editors view
as tabbar replacement also in split mode.
2009-02-05 12:15:51 +01:00
dt
fa4bab5075 Fixes: Also do this for objective_sources, probably they need that to. 2009-02-05 12:01:01 +01:00
Thorbjørn Lindeijer
2f24b3965f Patch also the Qt libraries in lib
Apparently these libraries are duplicated on Windows.

Reviewed-by: Danimo
2009-02-05 11:24:32 +01:00
Thorbjørn Lindeijer
71f8cb835f Fixed the libs patcher paths
It was taking the wrong length when constructing the new paths.

Reviewed-by: Danimo
2009-02-05 11:07:43 +01:00
Thorbjørn Lindeijer
c5476c4c25 Updated feedback text
Agreed with Nigel that Qt Creator shouldn't imply that it's not already
great in its feedback text. Changed "better" to "even better", new image
by Nigel.
2009-02-05 09:57:56 +01:00
con
10a083c12b Merge branch '0.9.2-rc1'
Conflicts:
	src/plugins/coreplugin/editormanager/editormanager.cpp
2009-02-04 21:34:12 +01:00
con
fc8762e6db Fixes: - Crash in .pro file reader.
Details:  - Happened in release builds when opening pro files with
CONFIG scopes and a non-valid Qt version set.
2009-02-04 20:43:58 +01:00
mae
f679e80c12 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-04 19:11:01 +01:00
mae
522cf96b0e activate diff editor after creating it 2009-02-04 19:10:36 +01:00
Matthias Ettrich
87b8a97447 fix off by one when selecting block up or the previous open parenthesis. 2009-02-04 19:08:10 +01:00
hjk
f6db0ab343 Fixes: cpaster: fix potential double deletion test
Task:     180315
    RevBy:
    Details:
2009-02-04 18:03:50 +01:00
hjk
2d8326d214 Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-04 17:54:55 +01:00
hjk
2c77b0b903 Fixes: cpaster: make complete urls also acceptable.
Details:  also accept trailing slashes
2009-02-04 17:53:58 +01:00
Thorbjørn Lindeijer
2216cda2fc Fixed the sizehints of the editor or splitters
Done with mae.
2009-02-04 17:03:43 +01:00
dt
9e75f6e155 Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-04 16:56:43 +01:00
dt
eab0ff8f6e Fixes: Crash after deleting a qt version and pressing cancel.
Details:  That hasn't worked in the last few months, since we changed
the QtVersion class from being passed by value to being passed around by
reference.
2009-02-04 16:55:01 +01:00
hjk
50661f994d Fixes: fakevim: fix crash when installed on binary editor 2009-02-04 16:48:03 +01:00
hjk
7364cda1d4 Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1 2009-02-04 16:43:32 +01:00
hjk
7693d44876 Fixes: fakevim: fix crash when trying to install on empty editor 2009-02-04 16:42:55 +01:00
mae
a318ac8d74 smaller minimum size hint for the SplitterOrView, some safeguards for editor activation 2009-02-04 16:41:57 +01:00
Thorbjørn Lindeijer
fca3ec1f32 Completion for constructors used on initialization
Deals with cases like "QString s(", but for the moment doesn't handle
yet "QString const s(".

Done with Roberto Raggi.
2009-02-04 16:40:42 +01:00
dt
4acbcc7606 Fixes: Prevent setCurrentEditor(0) if in fact we still have an
editor.

Task:     -
RevBy:    -
AutoTest: -
Details:  -
2009-02-04 16:23:43 +01:00
Thorbjørn Lindeijer
8fee8fb3c0 Fix compile
Reviewed-by: mae
2009-02-04 15:56:30 +01:00
mae
f72c259d93 the group is no longer necessary 2009-02-04 15:28:44 +01:00
mae
1b3e3fb7bd Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-04 14:31:17 +01:00
mae
2faf32c79c new editor split system seems to be working now 2009-02-04 14:30:55 +01:00
Thorbjørn Lindeijer
d91b4cd8d9 Added a feedback link to the welcome page
Also adjusted the logos. Design by Nigel. HTML/CSS done with Thomas.
2009-02-04 14:15:35 +01:00
Peter Hartmann
f5222230a4 Fixes: QtSingleApplication: remove socket instance before listening
RevBy:    Thorbjorn
Details:  calls the newly introduced QLocalServer::removeServer()
function before listening. The problem was: When the socket file was
left there after the application quit (e.g. because of not closing it or
when the app crashed), the first call to listen failed with "address
already in use" error. Before, listen() would delete that file in that
case, but that behavior changed and the "removeServer()" method
introduced instead.
2009-02-04 14:13:09 +01:00
Friedemann Kleint
6f4a8be946 Fixes: Session loading does not restore form files
RevBy: Eike
Details: Make form editor factory and form editor return the same editor kind.
2009-02-04 13:39:11 +01:00
Jens Bache-Wiig
e5c845fcc7 Fixes: Toolbar cosmetic problem
RevBy:    b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.
2009-02-04 12:48:20 +01:00