Alessandro Portale
ae23d50576
Removal of Symbian support
...
Qt Creator's support for Symbian was at its peak in version
2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
It is most likely rotten. Let's remove it!
Also, the Symbian support code was spread throughout the whole
Qt Creator code base. The plugin interfaces evolved in the
meantime and target platforms like Android or QNX have 99% of
their code in separate plugins.
In case anyone wants to revive Symbian support in Qt Creator,
please create a plugin for it.
Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com >
2012-08-22 13:42:42 +02:00
Christian Stenger
f33d0179a7
Squish: Fix for UI change
...
Implementation of TargetSelector has changed - this patch adjusts the
click positions for build and run settings.
Change-Id: Id65a00d8dba66d6be158ca86969795ce1196e569
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2012-08-21 17:24:01 +02:00
Robert Loehning
26c937e512
Squish: Don't wait for warning on Windows
...
Currently, it's not being shown.
Task-number: QTCREATORBUG-7704
Change-Id: I3fbcce411b205c7ece30dc6de421b0a0a10b7ab3
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-08-08 10:30:34 +02:00
Christian Stenger
a9209c92c9
Squish: Fix verifyBuildConfig()
...
Removed dependency to the scrollArea that might be missing for
1-target projects. This makes tst_simple_debug almost finish.
Change-Id: Ia261192a0eb3ac10df4c0a2442368b0434842539
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2012-08-07 14:23:59 +02:00
Christian Stenger
6078d7e028
Squish: Fix handling of project settings
...
This patch handles the removed Qt version combobox.
If applied this should let some more tests (using compile or debug)
run to the end.
Change-Id: I288eda85eb7bdc62309252bfe883608a50b7fb8d
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2012-08-07 14:23:51 +02:00
Christian Stenger
336511dd99
Squish: Fix workaround
...
This patch fixes the workaround for QTCREATORBUG-6994 which is
crashing the Squish test tst_create_proj_wizard regularly.
Change-Id: I5d66994b49e25a2c41cf330e4bd8cf0b5269f76d
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2012-08-07 09:34:22 +02:00
Christian Stenger
7f962aeb6b
Squish: Fix setRunInTerminal for 1-target-projects
...
This fix just removes the dependency to the scrollArea
that exists when there are more than 1 targets but is
missing when there's only 1 target available.
Change-Id: I02594aa5226f53ffaa5e3693b8075f5ef88c5f88
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-07-31 15:36:23 +02:00
Christian Stenger
a4fa090e11
Squish: Improve handling for 1-target-projects
...
If there's only one suitable target for a project
the TargetSelector will be missing and the DoubleTabWidget
must be used instead.
Change-Id: I140b483d8afaaed7f25a3adb58bab65bffbf7322
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-07-24 09:04:43 +02:00
Eike Ziller
93cf0f126e
Merge remote-tracking branch 'origin/2.5'
...
Conflicts:
src/libs/zeroconf/embed/DebugServices.h
tests/system/shared/project.py
Change-Id: I990f6b87ef8570317caf705bbca465a1a01f64b2
2012-07-19 09:16:52 +02:00
Christian Stenger
7184fabfc7
Squish: Fix openQmakeProject()
...
This fixes openQmakeProject(). There's still more
to do (e.g. selecting Release/Debug) what will be
done in later patch(es).
Change-Id: I34ebf793c89b2d2ddf1f97c7eed6c6eb6c7f5bcb
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-07-13 17:10:17 +02:00
Robert Loehning
06cad70310
Squish: Updated __selectQtVersionDesktop__
...
Change-Id: I45b870c9f0def59f11196c98a446a506ce672049
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-07-12 16:53:25 +02:00
Bill King
a8debd265f
Fix to handle situation where Harmattan isn't found in list of targets.
...
Change-Id: I7de9e62f756f0c8ea8858853d59bf3743e053ab0
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-07-03 14:30:22 +02:00
Robert Loehning
1776cee64b
Squish: Check for elements in project tree
...
Change-Id: I11a74d6d9703871b20f9c0a59bf613717e6553ef
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-06-25 10:00:50 +02:00
Eike Ziller
6e2db0b66e
Merge remote-tracking branch 'origin/2.5'
2012-06-20 14:52:30 +02:00
Robert Loehning
79ca1f3d7c
Squish: Fixed missing suffixes in getEditorForFileSuffix
...
Change-Id: Iabda661a70a7656003b47aaf91de28c213d076dc
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-06-20 12:41:03 +02:00
Jan Kerekes
f22449b94a
Squish: Added new test cases(4, 5) to c support suite
...
initial commit
Change-Id: If2fb169ac66ccbcc463e4cfef491ca4fb3e01c30
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-06-19 17:32:39 +02:00
Christian Stenger
eeb7ecbb40
Squish: Fix for UI change
...
Additionally changed waiting for TargetSelector
from 20s to only 5s.
Change-Id: I2e342faa6f87b86335bb01f28832ad9c01a27ffb
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-06-18 20:13:58 +02:00
Christian Stenger
89aaa96031
Squish: Fix project.py
...
* add Desktop as available target in __chooseTargets__()
* do shadow builds for Desktop targets in openQmakeProject()
This patch makes https://codereview.qt-project.org/#change,28038
pass for me on Linux as well.
Change-Id: I3a4395a401198756e6a7d6a38c0b024167088dc3
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-06-18 19:49:46 +02:00
Robert Loehning
56c7facc68
Squish: Testing GLSLEditor in tst_select_all
...
Change-Id: Ib1d16d7cb7fe108b23c9eca70da6b6de2f9c563a
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-06-18 19:49:04 +02:00
Jan Kerekes
23c7665cc5
Squish: Added new test cases/suite for help functionality
...
initial commit
Change-Id: I20aae999dec164a29e40c2926e36c015526c17cd
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-06-12 19:00:24 +02:00
Christian Stenger
d77d0ae504
Squish: Fix for UI change
...
Change-Id: Ida522c026c41c8cd5bd29b9cca3bb6b9334c84c4
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-06-12 09:35:09 +02:00
Eike Ziller
1ccde24c77
Merge remote-tracking branch 'origin/2.5'
2012-06-11 16:39:38 +02:00
Robert Loehning
5d01b60d56
Squish: Avoid warning about missing Harmattan target in APTW01
...
Change-Id: Ibeb0477a8283d229888c4744beecfc6bd8252f3c
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-06-05 11:01:00 +02:00
Robert Loehning
2dcec0cac4
Squish: Updated check for new, more detailed warning
...
Change-Id: I55b470db573aaca679df9cb1e89511b858683214
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-06-04 16:39:42 +02:00
Eike Ziller
b7c34292f4
Merge remote-tracking branch 'origin/2.5'
...
Conflicts:
tests/system/objects.map
Change-Id: Ie6aed14f2f61111d26498ff3684ea4a57e6da59e
2012-06-01 14:06:24 +02:00
Jan Kerekes
20afae749d
Squish: Added new test cases/suite for project templates
...
initial commit
Change-Id: I0000bc8d3d0304ac37b135ea7b9c893b1054c958
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-05-31 13:22:37 +02:00
Robert Loehning
23fcc1a823
Squish: Small improvements
...
Hoping to fix some fails on Mac
Change-Id: I5e9f47f0714b14a6b87df342de74e7fd41fe94b0
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-31 11:14:27 +02:00
Robert Loehning
9e1de91d7d
Squish: Update for changed Options dialog
...
Change-Id: I680ef0307837abae3edc813991acbed5fb31ccce
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-30 18:18:32 +02:00
Eike Ziller
b97dd0e7c8
Merge remote-tracking branch 'origin/2.5'
2012-05-25 13:21:25 +02:00
Robert Loehning
ea63b86e49
Squish: Replaced function moveTextCursor
...
Change-Id: Ie4cccd0de668690a3d66baf422bcfff7acae7345
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-25 13:11:17 +02:00
Robert Loehning
53fb9d4ae8
Squish: Simplified placeCursorToLine
...
Change-Id: Ib56bc7b2596ac61233e147fb62f763a594abe9df
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-23 17:16:19 +02:00
Christian Stenger
525cf2353e
Squish: Support more than one breakpoint per file
...
Change-Id: Ic33e039fe5aea9caed5a3e992a74938e331e2a4b
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-05-16 18:31:13 +02:00
Eike Ziller
acd387c37b
Merge remote-tracking branch 'origin/2.5'
...
Conflicts:
qtcreator.pri
qtcreator.qbp
Change-Id: Iacfb9cc0c927c9d6291c60624f9e6fd2ce5877cb
2012-05-15 11:10:42 +02:00
Robert Loehning
49a3f0129a
Squish: Run tst_simple_debug with Qt 4.7
...
Change-Id: Ibc330a7ca3e1c378c78cf8eb4c559c2a99c3d8d0
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-11 21:15:51 +02:00
Eike Ziller
0a0de08efb
Merge remote-tracking branch 'origin/2.5'
...
Conflicts:
qtcreator.pri
qtcreator.qbp
src/plugins/find/treeviewfind.cpp
Change-Id: Iaae61c98938df24bda5521a923303db89eb7f8fe
2012-05-10 08:14:36 +02:00
Robert Loehning
751386b372
Squish: Increased timeout when waiting for Continue_QToolButton
...
Change-Id: I4f1701a49c2a4174df1cf22e4375f2447b11e92c
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-08 17:22:10 +02:00
Robert Loehning
b1fd62e04b
Squish: Update for changed breakPointTreeView
...
Change-Id: I861585b895f3c3ea0d4ffc324c631e508899f79e
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-05-08 12:13:03 +02:00
Eike Ziller
529c0a8fe2
Merge remote-tracking branch 'origin/2.5'
2012-05-07 15:18:39 +02:00
Christian Stenger
b63135c067
Squish: Fix possible access to None
...
Change-Id: I4c4a0f211169dad48a4a6b78e4c298b986d07158
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-05-07 14:55:14 +02:00
Eike Ziller
c41a332fc2
Merge remote-tracking branch 'origin/2.5'
2012-05-02 10:56:23 +02:00
Christian Stenger
aa3a2dc926
Squish: Added debug test case
...
This is intended to be a starting point.
Change-Id: I0941ed16876810832aa6088287f8062bba6a273e
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-04-27 17:52:25 +02:00
Eike Ziller
71d9f33bef
Merge remote-tracking branch 'origin/2.5'
2012-04-26 07:06:04 +02:00
Jan Kerekes
98c926f7e5
Added new test cases/suite for QML support
...
initial commit
Change-Id: Ifff6a8f9f6b74e099a906fafeb7db2c74aa3bc6f
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
2012-04-24 15:36:17 +02:00
Oswald Buddenhagen
822233629d
Merge remote-tracking branch 'origin/2.5'
...
Conflicts:
qtcreator.pri
src/libs/utils/utils.qbs
src/plugins/projectexplorer/miniprojecttargetselector.cpp
src/plugins/qmljseditor/qmljseditor.qbs
src/plugins/qmljsinspector/qmljsinspector.qbs
Change-Id: Ib239d50c21cb06d3a8e821e03dc093552f40ffab
2012-04-19 16:13:09 +02:00
Christian Stenger
13b8e587a6
Squish: New helper functions for debug test
...
Change-Id: I606bc1c98d807548a481a69f8bdc25577a0e54d8
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-04-17 09:22:22 +02:00
Oswald Buddenhagen
6b8167c663
Merge remote-tracking branch 'origin/2.5'
2012-04-16 10:03:48 +02:00
Jan Kerekes
9d263a1b34
Added new test cases/suite for c support
...
initial commit
Change-Id: I8eb36efa0e7e577597708d97a2efe52c07801f02
Reviewed-by: Christian Stenger <christian.stenger@nokia.com >
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-04-13 11:10:58 +02:00
Christian Stenger
146b1672d2
Squish: Handle None in __cropAndLog__()
...
Change-Id: Ie2bbcfde7684f0d25ed8ff7e7da2897a9f1a0873
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-04-10 14:58:18 +02:00
Christian Stenger
88eec5ae47
Squish: Use sorted filenames also for Console
...
Change-Id: I8ac973e772b3d1856e5307319c75fb4d150cf818
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-04-10 13:54:43 +02:00
Christian Stenger
fb85d0a0f2
Squish: Handle Update Generated Files on Mac
...
Change-Id: I390ba57266ab983335a5d76d38a025b4306c5b74
Reviewed-by: Robert Löhning <robert.loehning@nokia.com >
2012-04-05 20:05:54 +02:00