Commit Graph

21107 Commits

Author SHA1 Message Date
hjk
cf1571be17 welcomemode: disable accidentally enabled debug output 2011-04-14 11:39:42 +02:00
hjk
880c8d8426 code style 2011-04-14 11:21:32 +02:00
hjk
c06ca69aa1 coding style: prefer 'class' over 'struct' for consistency reasons 2011-04-14 11:15:08 +02:00
hjk
afdf1e69f8 welcome: simplify plugin code 2011-04-14 11:15:08 +02:00
hjk
ba52d6725b welcomemode: simplify WelcomeMode 2011-04-14 11:15:08 +02:00
hjk
be9455bc50 mode: make displayname, icon, priority, id, type data members 2011-04-14 11:15:08 +02:00
hjk
5b7b39cbda icontext: remove BaseContext class 2011-04-14 11:15:08 +02:00
hjk
70d392d235 core: make context and widget IContext data members 2011-04-14 11:15:07 +02:00
Christiaan Janssen
cbfaea1ed3 QmlProfiler: qmlproject support
Reviewed-by: Kai Koehne
2011-04-14 09:57:08 +02:00
Leena Miettinen
da0e926a41 Doc: update screenshots
Gridlines were removed from several dialogs.
2011-04-14 09:52:41 +02:00
Leena Miettinen
7ec61b0933 Doc: update breakpoint list 2011-04-14 09:52:39 +02:00
Leena Miettinen
7815f8cb04 Doc: shadow building is not supported for Maemo on Windows
Reviewed-by: Christian Kandeler
2011-04-14 09:52:36 +02:00
Oswald Buddenhagen
7edf08feff remove dead files 2011-04-13 21:29:26 +02:00
Oswald Buddenhagen
72b7e1c280 de-duplicate resource list 2011-04-13 21:26:35 +02:00
Oswald Buddenhagen
f8949efbf8 synchronize resources with their usage
toolbutton is not used, while formeditorstylesheet and outputpane-style
are used but were not actually linked.
2011-04-13 21:26:35 +02:00
Sergey Belyashov
0988a7c03c Updated Russian translation
Merge-request: 2190
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2011-04-13 18:11:03 +02:00
hjk
4cced614dc fix script executable flags after license header changes 2011-04-13 18:00:50 +02:00
Tobias Hunger
17c5ac54ca Symbian: Always export SBS_HOME when building with SBSv2
Always export SBS_HOME when building with SBSv2, even though that
is no longer required. Not doing so breaks Qt 4.6.3 support in the
SDK for some people.

Task-number: QTCREATORBUG-4487
Reviewed-by: Robert Loehning
2011-04-13 17:00:26 +02:00
Christian Kandeler
941691140c Maemo: Fix Qemu button state.
Took inactive targets into account.
2011-04-13 16:23:34 +02:00
Christian Kandeler
486eae674b Maemo: Fix issue with cached device configuration.
External functions need to access the real device config,
internal ones need the cached one during deployment.

Task-number: QTCREATORBUG-4514
2011-04-13 16:06:31 +02:00
Tobias Hunger
1df460426b Stop QTC_ASSERT from being triggered
Set up UI elements before they are used. No crash since the elements
are guarded by QTC_ASSERTs, but annoying output.
2011-04-13 15:57:51 +02:00
Tobias Hunger
beb999f38a ToolChain: Update projectsmode on tool chain changes
Update the projects mode on tool chain changes.

Task-number: QTCREATORBUG-4431
2011-04-13 15:55:21 +02:00
Kai Koehne
855582de91 QmlProject: Fix import of .qmlproject.user files from 2.1
We changed the semantics of an empty 'mainScript' in the .user file:
In 2.1 it translated to 'use current file', while in 2.2 the default is now
to use the file specified in .qmlproject.

However, if there is no mainFile specified in .qmlproject we should
fall back to the current file in editor.

Reviewed-by: Christiaan Janssen
2011-04-13 15:45:18 +02:00
Christian Kandeler
4097591301 Maemo: Use ABI for determining the gdb architecture string.
Can't use MADDE, because it is outdated.

Reviewed-by: Tobias Hunger
Task-number: QTCREATORBUG-4299
2011-04-13 15:27:17 +02:00
Christian Kandeler
433f3d17f5 Maemo: Don't use "new" MADDE features.
The MADDE in the SDK is six months old...
2011-04-13 15:27:17 +02:00
Jarek Kobus
3271a83389 Fix Polish punctuation 2011-04-13 15:14:17 +02:00
Friedemann Kleint
0565acf300 Debugger[CDB]: Fix disassembler for lines with no offset.
Also add function lines as comment.
Fix offset display.
2011-04-13 14:31:39 +02:00
Friedemann Kleint
292119bb6a Debugger[CDB]: Use new disassembler structures.
Parse CDB's ASM output, set it up with source line.
Move convenience to add source lines into DisassemblerLines
(cached).
2011-04-13 13:56:53 +02:00
Jarek Kobus
d34c81a2a6 Add "Add Library" action to project explorer's context menu
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Task-number: QTCREATORBUG-4127
2011-04-13 13:56:27 +02:00
dt
10b8754fb2 Qt4RunConfiguration: Hide the run in console checkbox for simulator
Reviewed-By: hunger
2011-04-13 13:39:16 +02:00
dt
dd59a14936 CMakeProject: Fix wrong slots
We never noticed that we had run cmake

Reviewed-By: hunger
2011-04-13 13:39:06 +02:00
dt
8a276097c6 Fix available toolchains for cmake and generic project manager
Reviewed-By: hunger
2011-04-13 13:38:58 +02:00
dt
b9251a6626 Fix available QtVersion::availableToolchains
Do really disable the symbian emulator if there's no toolchain
supporting it.

Reviewed-By: hunger
2011-04-13 13:15:55 +02:00
dt
7d4311881b Fix toolchain restricted to targets handling
Reviewed-By: hunger
2011-04-13 13:15:55 +02:00
Jarek Kobus
081e300897 Update Polish translations 2011-04-13 13:12:08 +02:00
Friedemann Kleint
d146dd67f3 Debugger[CDB]: Fix assembly mode stepping.
Snapped back to source mode as the pending variable was not set.

Reviewed-by: hjk
2011-04-13 12:56:42 +02:00
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
Tobias Hunger
61790e54e8 Maemo: Use debugger set up by the SDK
Use the debugger set up by the Qt SDK instead of the one shipped
with Maemo/Meego.

Task-number: QTCREATORBUG-4299
Reviewed-by: Christian Kandeler
2011-04-13 11:42:52 +02:00
Kai Koehne
52f52ffde3 QmlJS: Don't force -O3 in debug mode
Makes debugging the QMLJS lib a pain :)
2011-04-13 10:29:57 +02:00
dt
d0f7be188a Fix qt version number in Qt Quick Wizard
Temporal lapse in understanding which qt version is required for the Qt
Quick Wizard. On Maemo we have the Qt Quick compat plugin which allows
the generated project to work with 4.7.0. In theory that doesn't apply
to symbian, but qt 4.7.0 does not support symbian. (And on the desktop
everyone has upgraded.)

Reviewed-By: ck
2011-04-13 10:14:16 +02:00
Friedemann Kleint
422f4f688a Fix compiler warnings. 2011-04-13 08:50:56 +02:00
hjk
fb205f2e4d itexteditor: remove a few unneeded empty destructors 2011-04-13 08:16:39 +02:00
dt
880813a3bc Fixing tons of application output
Master fixed a bug where a newline was almost always prepended to any
output. As a side effect of that a lot of messages which outputed no
newline broke. This commit fixes the obvious ones, probably missing a
few.
2011-04-12 19:42:25 +02:00
Marco Bubke
075b0aeb09 QmlDesigner.NodeInstances: Use dummy data for components too
Reviewed-By: Thomas Hartmann
2011-04-12 19:24:11 +02:00
dt
e3c59a5800 TargetSetupPage: Disable editing build directory for symbian
Shadow building is not supported so editing the path has no purpose.

Reviewed-By: hunger
2011-04-12 19:07:40 +02:00
dt
cd21066469 Fix minimum qt version for mobile/html wizard
That was broken by the TargetSetupPage refactoring

Task-Nr: QTCREATORBUG-4486
Reviewed-By: ck
2011-04-12 19:07:32 +02:00
hjk
82f3e788f6 debugger: re-work DisassemblerLine structure 2011-04-12 17:33:08 +02:00
Thomas Hartmann
3ba60db656 QmlDesigner.meegoplugin: updating icons for Meego 2011-04-12 16:44:49 +02:00
Thomas Hartmann
b00b8fce54 QmlDesigner.propertyEditor: bugfix for Rectangle.radius
Task-number: QTCREATORBUG-4285
Reviewed-by: Marco Bubke
2011-04-12 16:44:49 +02:00
Daniel Molkentin
a22ad73b9a Prevent improper sizing of MiniProjectTargetSelector
The selector would sometimes be too high (if projects were removed),
and sometimes show vertical scrollbars (if projects were added). This
problem was limited to the first time that the widget was opened on
all platforms but on OS X, where it could be observed persistently
and where its lack potentially can cause problems due to ed5d10a.

Reviewed-by: con
Task-Number: QTCREATORBUG-1792
2011-04-12 16:40:24 +02:00