OSDN Git Service

qt-creator-jp/qt-creator-jp.git
12 years agoGitIgnore: Add GDB build artifacts
Orgad Shaneh [Mon, 16 Apr 2012 14:56:42 +0000 (17:56 +0300)]
GitIgnore: Add GDB build artifacts

Change-Id: I42b5e9c48937fccdf7f21f4d47d171ff1f5f91c7
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoshare.qbs: do not install content of share/qtcreator/patches
Joerg Bornemann [Tue, 17 Apr 2012 11:32:12 +0000 (13:32 +0200)]
share.qbs: do not install content of share/qtcreator/patches

Change-Id: I15c0d29e63015a346381389098a9a00f970cbc3c
Reviewed-by: David Schulz <david.schulz@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agodebugger: disable the gdb fallback for MSVC compiled binary
hjk [Tue, 17 Apr 2012 13:15:42 +0000 (15:15 +0200)]
debugger: disable the gdb fallback for MSVC compiled binary

The result of using gdb on msvc compiled binaries is not satisfactory.
It essentially shows raw disassembly only and allows switching
threads after user initiated stops. No breakpoints etc.

It is expected that people would never use the msvc/gdb combination
consciously so it seems better to not provide the feature at all.

Change-Id: I8918103e44643bfa1ad0b419a911a232f8a5299e
Task-number: QTCREATORBUG-7309
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: David Schulz <david.schulz@nokia.com>
12 years agoDoc: update Maemo screenshots
Leena Miettinen [Tue, 17 Apr 2012 13:20:42 +0000 (15:20 +0200)]
Doc: update Maemo screenshots

Change-Id: I303dff24b4a4f32b63d1e3c2abd5053ae29cd4c8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoQmlDesigner: crash fix
Thomas Hartmann [Tue, 17 Apr 2012 10:03:10 +0000 (12:03 +0200)]
QmlDesigner: crash fix

There can be holes in the prototype chain. This can lead to a type being
its own prototype.

Task-number: QTCREATORBUG-7300
Change-Id: I10c76decdf3d6490d468ad9dd1ea65f0cbacdfbb
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
12 years agoSquish: New helper functions for debug test
Christian Stenger [Mon, 2 Apr 2012 15:20:22 +0000 (17:20 +0200)]
Squish: New helper functions for debug test

Change-Id: I606bc1c98d807548a481a69f8bdc25577a0e54d8
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoImproved "Disable build/run step" icon
Robert Loehning [Mon, 16 Apr 2012 17:52:04 +0000 (19:52 +0200)]
Improved "Disable build/run step" icon

Task-Number: QTCREATORBUG-6904
Change-Id: I25f7d65f6a23da193d6e5e7e83fedd2eea4ea499
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoGDB build scripts: Suppress wget version info
Orgad Shaneh [Mon, 16 Apr 2012 14:55:52 +0000 (17:55 +0300)]
GDB build scripts: Suppress wget version info

Change-Id: I603aa1ab540183cbc3ff344242abed59cb1cfe32
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoMini project selector: Fix position of new projects
Daniel Teske [Mon, 16 Apr 2012 15:06:48 +0000 (17:06 +0200)]
Mini project selector: Fix position of new projects

Change-Id: I01ed1ff0a07ef25a485f63e3ddbf7bb9afe26043
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoDoc: update screenshots
Leena Miettinen [Mon, 16 Apr 2012 15:18:59 +0000 (17:18 +0200)]
Doc: update screenshots

Change-Id: I7d168249dea2620e63a2036d69be40a0415cd9db
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: update next and previous links after moving topics around
Leena Miettinen [Mon, 16 Apr 2012 13:09:32 +0000 (15:09 +0200)]
Doc: update next and previous links after moving topics around

Change-Id: If9817373d8120bc669ba427ebe6c244cf60540dc
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDoc: using wizard to create keys
Leena Miettinen [Mon, 16 Apr 2012 09:16:10 +0000 (11:16 +0200)]
Doc: using wizard to create keys

Update screenshots

Change-Id: Ic03a6a5e8e1a95a629ca5ab416ce57c2981973ac
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agoDoc: update text to fit new screenshot
Leena Miettinen [Mon, 16 Apr 2012 09:13:19 +0000 (11:13 +0200)]
Doc: update text to fit new screenshot

Change-Id: Ic3bc3d3ce0e51c808f2b4ea0aa0d2191d80b89ee
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoQtCProcess: Use native separators for command
Orgad Shaneh [Sun, 15 Apr 2012 14:17:15 +0000 (17:17 +0300)]
QtCProcess: Use native separators for command

Change-Id: I2da749ce7b9233497d2d611163b95ad7b7ba28bd
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
12 years agoAdded build scripts for GDB
David Schulz [Thu, 29 Mar 2012 11:01:39 +0000 (13:01 +0200)]
Added build scripts for GDB

Change-Id: I7300952fa95337fd6f5bcdb7a88933e8c06538b1
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDebugger simple test: Clarify description of multiple breakpoints
Daniel Teske [Fri, 13 Apr 2012 11:11:31 +0000 (13:11 +0200)]
Debugger simple test: Clarify description of multiple breakpoints

Change-Id: I470d326bd872f2904893c8b7eb17a0a9c88f1e0e
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDebugger simple test case: Move BREAK_HERE
Daniel Teske [Fri, 13 Apr 2012 11:22:35 +0000 (13:22 +0200)]
Debugger simple test case: Move BREAK_HERE

The manual tests can't be followed otherwise

Change-Id: I09f0b99a63bd5189dcd0dc74c53e310d78f0b083
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoFix Debugger simple test testStdVector4
Daniel Teske [Fri, 13 Apr 2012 11:24:21 +0000 (13:24 +0200)]
Fix Debugger simple test testStdVector4

Change-Id: I5ce7cb163bcb70171f6c6e7ae2b06b4522dd7a13
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDumper: Make QFile base dumper consistent
Orgad Shaneh [Sun, 15 Apr 2012 12:43:04 +0000 (15:43 +0300)]
Dumper: Make QFile base dumper consistent

and avoid hard-coding the base class

Task-number: QTCREATORBUG-7283

Change-Id: I42f5577062c9de1a0fea6bf50a27e1aae8612ad9
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoFix file descriptor and memory leak in autotools plugin
Victor Ostashevsky [Wed, 11 Apr 2012 13:02:09 +0000 (15:02 +0200)]
Fix file descriptor and memory leak in autotools plugin

Don't create QFile's on heap when not needed.
Don't forget to delete those which have to created on heap.

Change-Id: I0e23e0d926febbfd464b3ff5d3e29fd46c16cb44
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: Peter Penz <peter.penz19@gmail.com>
12 years agoDebugger: Improve gdb error msg handling
Christian Stenger [Fri, 13 Apr 2012 16:23:44 +0000 (18:23 +0200)]
Debugger: Improve gdb error msg handling

Change-Id: I9ac8c3caf4f1c83d04cc145f485ad8a0a7a00a07
Reviewed-by: hjk <qthjk@ovi.com>
12 years agodebugger: make QFile base class dumper accessible
hjk [Fri, 13 Apr 2012 15:27:31 +0000 (17:27 +0200)]
debugger: make QFile base class dumper accessible

Task-number: QTCREATORBUG-7283
Change-Id: I1441655b39e1713d603b8619c4a4208db40edfb7
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoFix Options/Qt Versions adding versions on apply
Daniel Teske [Fri, 13 Apr 2012 13:52:48 +0000 (15:52 +0200)]
Fix Options/Qt Versions adding versions on apply

Task-number: QTCREATORBUG-7242
Change-Id: Ie36dee9d186382fb4029ad00238d956319c59d30
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoDoc: update screenshots
Leena Miettinen [Fri, 13 Apr 2012 15:18:44 +0000 (17:18 +0200)]
Doc: update screenshots

Change-Id: Iab52e0687918c36827355b07cce176bcdf4e1e6a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoFix crash on removing null ITextMark
Daniel Teske [Fri, 13 Apr 2012 14:59:05 +0000 (16:59 +0200)]
Fix crash on removing null ITextMark

Previously that did no harm, but due to recent changes this leads to a
crash.

Task-number: QTCREATORBUG-7270
Task-number: QTCREATORBUG-7269
Change-Id: Ibe405e33c8ae4cc8503c67fa122467332bc10f53
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDoc: new FakeVim options
Leena Miettinen [Fri, 13 Apr 2012 12:05:55 +0000 (14:05 +0200)]
Doc: new FakeVim options

Add screenshot

Change-Id: If0588261d7424d66ea222abc85124a2cf575b244

Add screenshot

Change-Id: If0588261d7424d66ea222abc85124a2cf575b244
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDebugger simple test case testQDateTime
Daniel Teske [Fri, 13 Apr 2012 11:13:04 +0000 (13:13 +0200)]
Debugger simple test case testQDateTime

Make the changes in the L&W more apparent and also add a comment to step

Change-Id: I17fca560558fc266f8030c52f87fc81661f9fd02
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoFix debugger simple test case test13393
Daniel Teske [Fri, 13 Apr 2012 11:09:52 +0000 (13:09 +0200)]
Fix debugger simple test case test13393

Change-Id: I51e1576febed91e9c8c4c264f76094c152627032
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDebugger: Fix gdb disassembler error
Christian Stenger [Fri, 13 Apr 2012 12:44:39 +0000 (14:44 +0200)]
Debugger: Fix gdb disassembler error

Change-Id: I46e762ba855720827d60e746c99f9810d2b6837b
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoDoc: running searches in parallel
Leena Miettinen [Fri, 13 Apr 2012 12:13:27 +0000 (14:13 +0200)]
Doc: running searches in parallel

Change-Id: If90d61cb9da3c38ec2f3246ad5025b06692457dc
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoDoc: update screenshots to follow new guidelines
Leena Miettinen [Fri, 13 Apr 2012 12:15:34 +0000 (14:15 +0200)]
Doc: update screenshots to follow new guidelines

Change-Id: I85dcec3e2551e004445f212f53532f9b8af48e11
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: use option names instead of images
Leena Miettinen [Fri, 13 Apr 2012 12:08:20 +0000 (14:08 +0200)]
Doc: use option names instead of images

Remove unnecessary screen shots

Change-Id: Ic8b6e6be3b44cc6b0ab14327c16431fed1f69aaa
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: update screen shots
Leena Miettinen [Fri, 13 Apr 2012 11:53:27 +0000 (13:53 +0200)]
Doc: update screen shots

Change-Id: Ib987a9861b7494f889be299b01abbac84a6b82a8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: update information about creating buttons
Leena Miettinen [Thu, 12 Apr 2012 13:01:58 +0000 (15:01 +0200)]
Doc: update information about creating buttons

Update screen shots

Change-Id: I09e3b3cd496c338ce390c3a82bd7468b7be0b97f
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agoAdded new test cases/suite for c support
Jan Kerekes [Thu, 29 Mar 2012 10:13:53 +0000 (12:13 +0200)]
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>
12 years agopopulate qt 5 /get and /raw property variations
Oswald Buddenhagen [Thu, 12 Apr 2012 14:16:41 +0000 (16:16 +0200)]
populate qt 5 /get and /raw property variations

the qmake -query output cuts away unmodified variations, so we need to
re-add them.

Change-Id: I1d19485dba0222931cf83aeda3ecbf19e386bf14
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agopermit slashes in braced qmake identifiers
Oswald Buddenhagen [Thu, 12 Apr 2012 14:03:31 +0000 (16:03 +0200)]
permit slashes in braced qmake identifiers

this permits referencing qt 5 FOO/raw properties

Change-Id: Ib6c65b9975eb74466dbf38d0b932caac9b392b7a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoUpdate German translations for 2.5.
Friedemann Kleint [Thu, 12 Apr 2012 13:48:23 +0000 (15:48 +0200)]
Update German translations for 2.5.

Change-Id: I4742a496c5e0645ae9037af6e9aff5bac42470f5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoDoc: Embedded Linux target
Leena Miettinen [Thu, 12 Apr 2012 12:33:49 +0000 (14:33 +0200)]
Doc: Embedded Linux target

Change-Id: I9d2c09abfc6efbfbe0af87c8592bcd93aec7bd04
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
12 years agodebugger: Removed redundant checks in self-test
Robert Loehning [Thu, 12 Apr 2012 11:42:22 +0000 (13:42 +0200)]
debugger: Removed redundant checks in self-test

Change-Id: Iee8cfe736ff84eb9bcf82b1f1cda01eec38f19c2
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoMerge branch '2.4' into 2.5
Oswald Buddenhagen [Thu, 12 Apr 2012 07:39:18 +0000 (09:39 +0200)]
Merge branch '2.4' into 2.5

12 years agoUkrainian translation updated for branch 2.4
Victor Ostashevsky [Tue, 10 Apr 2012 12:05:05 +0000 (14:05 +0200)]
Ukrainian translation updated for branch 2.4

Hope someone will pickup this, switching to 2.5 branch for now.

Change-Id: I498e1fdbfad27ee7824ed2d8bee9c23d4d1c087e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
12 years agodoc: update debugger documentation
hjk [Mon, 2 Apr 2012 20:47:01 +0000 (22:47 +0200)]
doc: update debugger documentation

Change-Id: If9ff3f690a66e121b9a81b05f73195d50fdcd868
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: split and remove split buttons
Leena Miettinen [Wed, 11 Apr 2012 13:24:52 +0000 (15:24 +0200)]
Doc: split and remove split buttons

Change-Id: I97980a3540c7dae4b841838ea63adac89b4d40de
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
12 years agoDoc: update screenshots for marking errors
Leena Miettinen [Wed, 11 Apr 2012 13:27:11 +0000 (15:27 +0200)]
Doc: update screenshots for marking errors

Change text to match new screenshot

Change-Id: Ib50ed6c09d82976b6fd22f4c92e7b3677479b0b6
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
12 years agoDoc: new code paste servers
Leena Miettinen [Wed, 11 Apr 2012 13:28:06 +0000 (15:28 +0200)]
Doc: new code paste servers

Change-Id: I7d5ee0a68906e8618bd9b8e4cc5f67c56010a4a3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
12 years agoDoc: update screen shots
Leena Miettinen [Wed, 11 Apr 2012 12:48:57 +0000 (14:48 +0200)]
Doc: update screen shots

Change-Id: I95581891ea44289b3118d233e66560544320768c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoFix field label
Leena Miettinen [Wed, 11 Apr 2012 12:43:34 +0000 (14:43 +0200)]
Fix field label

Change-Id: I07dcb6032e003193821e7bcbd47f5402728cc34a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
12 years agoDoc: update run settings
Leena Miettinen [Tue, 10 Apr 2012 11:32:28 +0000 (13:32 +0200)]
Doc: update run settings

Update screenshots

Change-Id: I8f10f6d2265d3b611c4df52447a9d79f07f2d3cb
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
12 years agofakevim: respect count for < and > in visual mode
hjk [Wed, 11 Apr 2012 06:38:05 +0000 (08:38 +0200)]
fakevim: respect count for < and > in visual mode

Task-number: QTCREATORBUG-7250
Change-Id: I80041c0e902df5274a37a821cd93f036fde9514e
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoGDB: Cleanup file name on stop
Orgad Shaneh [Thu, 5 Apr 2012 08:19:52 +0000 (11:19 +0300)]
GDB: Cleanup file name on stop

Task-number: QTCREATORBUG-7241

Change-Id: I88a764765e7b0360a3b9b4115c5bdd480a243270
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoSquish: Change temporarily(?) to Console
Christian Stenger [Thu, 5 Apr 2012 17:21:49 +0000 (19:21 +0200)]
Squish: Change temporarily(?) to Console

Change-Id: Ib31780a5cc4a159afb4f3eeef4165d30f09e2ba7
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoSquish: Handle Update Generated Files on Mac
Christian Stenger [Thu, 5 Apr 2012 12:57:13 +0000 (14:57 +0200)]
Squish: Handle Update Generated Files on Mac

Change-Id: I390ba57266ab983335a5d76d38a025b4306c5b74
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoSquish: Add try/except to continue anyway
Christian Stenger [Thu, 5 Apr 2012 16:35:59 +0000 (18:35 +0200)]
Squish: Add try/except to continue anyway

Change-Id: I24a51142988841da3aa156f6a5e6e239a6bd1914
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoSquish: Always use the same function for preparing templates
Robert Loehning [Thu, 5 Apr 2012 12:29:13 +0000 (14:29 +0200)]
Squish: Always use the same function for preparing templates

Change-Id: I90dac33dde4c0c3d39c8e8038371dfbb3403dce3
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoWork around uiLanguages crash on Windows with 4.8.0
Eike Ziller [Thu, 5 Apr 2012 06:51:33 +0000 (08:51 +0200)]
Work around uiLanguages crash on Windows with 4.8.0

Task-number: QTCREATORBUG-721
Change-Id: I159c4ef85eba1eda9f3b7e3a001dd6991d578ffe
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoBaseTextMark: Support renaming files
Daniel Teske [Mon, 12 Mar 2012 15:56:25 +0000 (16:56 +0100)]
BaseTextMark: Support renaming files

Change-Id: I8d712f76fca5d8f5ecad70f1485228e21c00648d
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoQbs: Allow provider specification for plugins
Orgad Shaneh [Thu, 5 Apr 2012 03:32:36 +0000 (06:32 +0300)]
Qbs: Allow provider specification for plugins

Change-Id: I2016da500a9e81d8b2065c4c1c26a15d59c15abf
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoFix reloading removing all BaseTextMarks
Daniel Teske [Fri, 30 Mar 2012 09:40:31 +0000 (11:40 +0200)]
Fix reloading removing all BaseTextMarks

It was already broken in 2.4.

Task-number: QTCREATORBUG-7110

Change-Id: I24fae889c67ba5436548b7534d7257b6680a8c81
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoEditor: Fix crash in generic highlighter
Leandro Melo [Thu, 15 Mar 2012 14:54:12 +0000 (11:54 -0300)]
Editor: Fix crash in generic highlighter

Add a method for basic structural checks of a definition.
Currently it simply tests for a initial context.

Task-number: QTCREATORBUG-7053
Change-Id: I56415034b50908d6da5f66ffab7def8fdd5fa1fb
Reviewed-by: David Schulz <david.schulz@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoGitIgnore: Added build and renamed gdbdebugger -> debugger
Orgad Shaneh [Thu, 5 Apr 2012 03:36:40 +0000 (06:36 +0300)]
GitIgnore: Added build and renamed gdbdebugger -> debugger

Change-Id: I5991a8066316f0596b65664bcd0a6302c634a472
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoQbs: Libraries capitalized and relocated in bin on Windows
Orgad Shaneh [Sun, 1 Apr 2012 16:21:05 +0000 (19:21 +0300)]
Qbs: Libraries capitalized and relocated in bin on Windows

Change-Id: I994027ef50f5f7c4ff1b2bef06d9f8db037243e4
Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoSquish: Always using menu to close Creator
Robert Loehning [Tue, 3 Apr 2012 19:37:48 +0000 (21:37 +0200)]
Squish: Always using menu to close Creator

Change-Id: I9f8019a23ad96baa865c74721fb8712d612adb81
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoAdded new test cases/suite for complex project compilation
Jan Kerekes [Tue, 20 Mar 2012 10:49:37 +0000 (11:49 +0100)]
Added new test cases/suite for complex project compilation

initial commit

Change-Id: Iefa2e05b4dcd70d599bbf4c7de1ae230cd8f0450
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoqbs: plugin names changed according to plugin loader
Joerg Bornemann [Tue, 3 Apr 2012 13:11:49 +0000 (15:11 +0200)]
qbs: plugin names changed according to plugin loader

Task-number: QTCREATORBUG-7231
Change-Id: Iab9d4b729494c69262986b5b8071af7a028b5a4e
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
12 years agodebugger: don't queue -exec-interrupt
hjk [Tue, 3 Apr 2012 11:23:44 +0000 (13:23 +0200)]
debugger: don't queue -exec-interrupt

Change-Id: I65da52375872552064ffa4fa9db8292d27f64f67
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoNew File Dialog: Choose right default project for adding
Daniel Teske [Mon, 2 Apr 2012 12:55:56 +0000 (14:55 +0200)]
New File Dialog: Choose right default project for adding

So far we used a heuristic that prefers .pro files in the same directory
as the new files. That fails if there are multiple .pro files in the
same directory. So instead introduce a mechanism to pass extra data
through the wizard.

Task-number: QTCREATORBUG-7157
Change-Id: I615f7292e16a0a6cb1e84f090016879f1038409f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoDumper test: Add member to Derived
Orgad Shaneh [Mon, 2 Apr 2012 15:57:36 +0000 (18:57 +0300)]
Dumper test: Add member to Derived

Change-Id: I324d31f9bfe98689136bb9e9ed40dfe46fa9ca81
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoSquish: Small fixes for utils.py
Christian Stenger [Mon, 2 Apr 2012 13:26:14 +0000 (15:26 +0200)]
Squish: Small fixes for utils.py

* invokeMenuItem(): changed order and additional
  waitFor to be more error-proof on Mac
* logApplicationOutput(): added try/except block
  for cases where no former run/debug could be found

Change-Id: I0d434fbb964e3d85e5ccb2a4c336e14e956f44ce
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoAdded new test cases/suite for simple project compilation
Jan Kerekes [Thu, 16 Feb 2012 14:07:31 +0000 (15:07 +0100)]
Added new test cases/suite for simple project compilation

initial commit

Change-Id: I06d211ba9878852839cd4774b930efd8cde244ae
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoSquish: Small fixes for runAndCloseApp()
Christian Stenger [Mon, 2 Apr 2012 11:33:10 +0000 (13:33 +0200)]
Squish: Small fixes for runAndCloseApp()

Change-Id: I74136202c2d5e482a18a56ea2c0ba11d9d958574
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoDumper: Fix dynamic type dumper for generic struct
Orgad Shaneh [Sun, 1 Apr 2012 16:18:26 +0000 (19:18 +0300)]
Dumper: Fix dynamic type dumper for generic struct

Change-Id: Idb5ff44061afa8170afed3737f1be378165732f2
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoqbs files: share.qbs updated
Joerg Bornemann [Mon, 2 Apr 2012 09:32:25 +0000 (11:32 +0200)]
qbs files: share.qbs updated

Now the Welcome screen is visible again.

Change-Id: I41aeae823c6f81dfec93111f9b4a957f812cb496
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoqbs files: build QmlDesigner plugin
Joerg Bornemann [Mon, 2 Apr 2012 08:55:39 +0000 (10:55 +0200)]
qbs files: build QmlDesigner plugin

Change-Id: I850b2be8431803aac9d41fcaf40c89e6a1dd5a2c
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoDoc: Some QString->Id corrections
Orgad Shaneh [Sun, 1 Apr 2012 18:24:03 +0000 (21:24 +0300)]
Doc: Some QString->Id corrections

Change-Id: I43c707cb3d27ac706052f8e46f0f1ef8c86e644e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoSquish: Introduce new helper function
Christian Stenger [Fri, 30 Mar 2012 11:05:29 +0000 (13:05 +0200)]
Squish: Introduce new helper function

Change-Id: I6ef3022e7053c1e4993cc4276ccd2502de196754
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoqbs files: fix install location of qtcreator.sh
Joerg Bornemann [Fri, 30 Mar 2012 14:01:03 +0000 (16:01 +0200)]
qbs files: fix install location of qtcreator.sh

Change-Id: I6cb039c41d62f1b7b48613b22d4faa9d24d98278
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoSquish: Waiting for enabled button
Robert Loehning [Fri, 30 Mar 2012 12:25:03 +0000 (14:25 +0200)]
Squish: Waiting for enabled button

Change-Id: If06bb6360c7837e773e2eb0b6be8143e588b771e
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoPopup TaskWindow on clicking on the task mark
Daniel Teske [Thu, 29 Mar 2012 14:39:33 +0000 (16:39 +0200)]
Popup TaskWindow on clicking on the task mark

Reported by erik

Change-Id: Ie78915c61ed27c1b593adce6f321c80898e5649d
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoFix projects mode en/disabled state
Daniel Teske [Thu, 29 Mar 2012 13:31:25 +0000 (15:31 +0200)]
Fix projects mode en/disabled state

The projects mode should be enabled whenever there are projects in the
session.

Task-number: QTCREATORBUG-7208
Task-number: QTCREATORBUG-7207
Change-Id: I924a82283a4e69ebd342a01df9004818e898809b
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoMiniTargetSelector: Reset current item after display name changes
Daniel Teske [Thu, 29 Mar 2012 10:22:48 +0000 (12:22 +0200)]
MiniTargetSelector: Reset current item after display name changes

Taking a item out of the list and reinserting it changes the current
item, so we need to set it again.

Change-Id: Iefcf5adc7a22d9d8b799963a584d496067f233f3
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoFix displayname of cloned buildstep lists
Daniel Teske [Wed, 28 Mar 2012 13:45:39 +0000 (15:45 +0200)]
Fix displayname of cloned buildstep lists

Task-number: QTCREATORBUG-7023

Change-Id: I1e45c5658f90b4643bfa1216a50e105df482f091
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoQt4Project: Fix ordering of buildconfigurations for new/open
Daniel Teske [Wed, 28 Mar 2012 12:17:24 +0000 (14:17 +0200)]
Qt4Project: Fix ordering of buildconfigurations for new/open

Task-number: QTCREATORBUG-7152

Change-Id: I4c7c0d2f89cdde2ed8dc13adc4187adf91b10f29
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoqbs files: Version bump.
Joerg Bornemann [Thu, 29 Mar 2012 12:27:56 +0000 (14:27 +0200)]
qbs files: Version bump.

Change-Id: I6675e8dc58a80e37b3c0cfffab0c9d70d83ea91a
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agoGeneric Project: Better filtering of supported files.
Francois Ferrand [Wed, 29 Feb 2012 10:19:18 +0000 (11:19 +0100)]
Generic Project: Better filtering of supported files.

In the edit files dialog and project wizard, initial filtering of files
was done by checking the file suffix in mime database. This does not
work for all files (e.g. makefiles), and is not needed: filtering is
done afterwards using a user-editable filter string.

Change-Id: I0664aa5b3c52b663d6d94020df4e1986dd7c69a5
Reviewed-by: Thorbjørn Lindeijer
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoQbs: Fixes for Windows compilation
Orgad Shaneh [Wed, 21 Mar 2012 17:35:34 +0000 (19:35 +0200)]
Qbs: Fixes for Windows compilation

Change-Id: Ia392b8dc566e1d4ffadd67c09a30ace7f64b9f3f
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 years agodebugger: fix path to declarative sources
hjk [Wed, 28 Mar 2012 12:35:12 +0000 (14:35 +0200)]
debugger: fix path to declarative sources

Change-Id: I896a361ba01e675872eaedbfb73c6c2117ef14a4
Reviewed-by: hjk <qthjk@ovi.com>
(cherry picked from commit 327b991cf069044da3fd517e03076b9c43be02f8)

12 years agodebugger: fix capitalization in stack context menu
hjk [Thu, 29 Mar 2012 07:36:24 +0000 (09:36 +0200)]
debugger: fix capitalization in stack context menu

Change-Id: I7a5442428cba0b316ad5e420b37bf3e180c0c9f7
Reviewed-by: hjk <qthjk@ovi.com>
12 years agoAvoid native filenames in QML references
Orgad Shaneh [Wed, 28 Mar 2012 21:18:20 +0000 (23:18 +0200)]
Avoid native filenames in QML references

Task-number: QTCREATORBUG-7191

Change-Id: I0198eb6909e5e250831f2031b1245e8e955d49ff
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoHelp: Do not get stuck with spinning cursor
Tobias Hunger [Wed, 28 Mar 2012 14:29:23 +0000 (16:29 +0200)]
Help: Do not get stuck with spinning cursor

Do not get stuck with the busy cursor spinning on windows whenever
a page is not found.

Change-Id: I4596b6ec0d3de4005bc60422e4fe19142600e336
Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
12 years agoSquish: Improve openQmakeProject()
Christian Stenger [Tue, 27 Mar 2012 14:10:59 +0000 (16:10 +0200)]
Squish: Improve openQmakeProject()

Change-Id: I847604f81d1bdb10a56360af3d0969e451b3344c
Reviewed-by: Bill King <bill.king@nokia.com>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
12 years agoProjectExplorerPlugin:addProject() remove code to set startup project
Daniel Teske [Wed, 28 Mar 2012 12:57:52 +0000 (14:57 +0200)]
ProjectExplorerPlugin:addProject() remove code to set startup project

addProject() is called from 2 places: openProject and restoreSession
openProject() takes care of setting a startup project itself and
restoreSession sets it explicitly after opening the projects. So the
code in addProject() is not needed.

Change-Id: Iaa5de3e36fd4b60c8ceb79b8ea3ca68dbc9b491c
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoOn Session restore, set the correct startup project
Daniel Teske [Wed, 28 Mar 2012 12:57:10 +0000 (14:57 +0200)]
On Session restore, set the correct startup project

Task-number: QTCREATORBUG-7161
Change-Id: Ie83961b35f2d7d4419a519a2fe6e4df601a67d1c
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
12 years agoCMakeProjectManager: Fix crash for makesteps in deployconfigurations
Daniel Teske [Wed, 28 Mar 2012 11:18:25 +0000 (13:18 +0200)]
CMakeProjectManager: Fix crash for makesteps in deployconfigurations

Task-number: QTCREATORBUG-7143
Change-Id: I0bf4e0e45367c361bd3efa5e2db9349d438184ab
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoGenericProjectManager: Fix crash for make deploy steps
Daniel Teske [Wed, 28 Mar 2012 11:17:34 +0000 (13:17 +0200)]
GenericProjectManager: Fix crash for make deploy steps

Task-number: QTCREATORBUG-7183

Change-Id: Ib917c8990c698b7315ebb79083bf71623b3ae6e7
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
12 years agoFix invalid decltype error recovery which resulted in crashes.
Erik Verbruggen [Wed, 28 Mar 2012 11:34:31 +0000 (13:34 +0200)]
Fix invalid decltype error recovery which resulted in crashes.

Task-number: QTCREATORBUG-7174

Change-Id: I653db71adc45586cd8518ffd96118425fd3763be
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
12 years agoFix: do not put in duplicate definitions.
Erik Verbruggen [Tue, 27 Mar 2012 13:29:12 +0000 (15:29 +0200)]
Fix: do not put in duplicate definitions.

Change-Id: Ia3f248d013a1b4f98ad3e85d13cfcf214d3c97c7
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
12 years agoFileUtils: Remove symbolic links when removing a directory
Aurindam Jana [Tue, 27 Mar 2012 10:00:59 +0000 (12:00 +0200)]
FileUtils: Remove symbolic links when removing a directory

Task-number: QTCREATORBUG-6898

Change-Id: Idef8eee191d6d5b8f66046a4e6c6891a54262d2e
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
12 years agoSquish: Further improvement of switchViewTo()
Robert Loehning [Tue, 27 Mar 2012 13:26:38 +0000 (15:26 +0200)]
Squish: Further improvement of switchViewTo()

Change-Id: I25f857f05120882427a8ba7569a4c1b66c474f5e
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
12 years agoSquish: Add Qt4.8 to qtversions.xml
Christian Stenger [Mon, 26 Mar 2012 12:04:31 +0000 (14:04 +0200)]
Squish: Add Qt4.8 to qtversions.xml

This is just a preparation for the next patch.

Change-Id: Icac8584029b4119ebbc70f2cb5766768a61e21a8
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>