- 06 Jun, 2012 2 commits
-
-
Orgad Shaneh authored
This forces also processes initiated using 'start' to terminate Task-number: QTCREATORBUG-7455 Change-Id: I2ac7b31ebe67510dd17a2991efc30212987e967d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
hjk authored
The name of the binary is now read using the elfreader instead of attaching gdb twice. Change-Id: I7a75bc64278c4f43e7085d2e479b53173602c966 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Jun, 2012 3 commits
-
-
hjk authored
Keep track of elf section headers, add a dumper for Utils::ElfSection etc. Change-Id: I06d01c0de01ffc6b827a4a79bdc91fdb3e761d75 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I8dd3d20ddc4652dc490d87558f46474f79300389 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-6116 Change-Id: I57a66b8989f1cc4137b02df370704dfe43d392ac Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 01 Jun, 2012 1 commit
-
-
hjk authored
Change-Id: Ia761b8d2150ff2c47a2e26c403a2b00127023d8b Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 May, 2012 1 commit
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7233 Change-Id: I5255a41f0a6198e4c8c7e6022c97618937ef1790 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 22 May, 2012 1 commit
-
-
Christian Kandeler authored
It does not belong into libUtils, which is a collection of small unrelated utility classes. Task-number: QTCREATORBUG-7218 Change-Id: Id92b9f28678afec93e6f07166adfde6550f38072 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 21 May, 2012 1 commit
-
-
Konstantin Ritt authored
commit 2b21dd69d6a4e47f0ec3d3958ab1def0983ce76c in qtbase desabled the exceptions support by default for most modules. Make sure we explicitly enable them for plugins and libraries that uses exceptions internally. Change-Id: Id3dc9d572ac7ccd35a869046cfc5d6c4ffec3ba2 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 18 May, 2012 2 commits
-
-
hjk authored
Change-Id: I6d48a40adcd53c8a9099116f5a8bbc74dd6509d9 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Some apps (e.g. OpenSSH) write version info to standard error Change-Id: I8dee64709930f4984dba23e71a54ab47faac0778 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 16 May, 2012 3 commits
-
-
Orgad Shaneh authored
Usable for SCMs that do not require a message to commit Change-Id: I6cf0c55698172ad1f53ab31cc8060fa2cbd1a5f5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
Change-Id: I43c893176e5a83530f909371fc143dbb0cafd3ba Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Fake the source of the _NET_ACTIVE_WINDOW message to be 'pager' to make sure that all window managers actually raise Qt Creator. This unfortunately doesn't work on Qt5/QPA, since we don't get the native window handle ... Change-Id: Ia5abf743487b2990feceebed3cec9a4d034065aa Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 09 May, 2012 1 commit
-
-
Kai Koehne authored
Make sure subclasses can call clearLastLine() to at the same time remove last line from the editor and QtOutputFormatter, where it is buffered too. Change-Id: I33910943b96d821018e936f72e0c32a96b844e15 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 02 May, 2012 1 commit
-
-
Daniel Teske authored
Remove the paths that qtcreator.sh adds to LD_LIBRARY_PATH. The linker uses LD_LIBRARY_PATH as a fall-back to find libraries, leading to confussing error messages. Task-number: QTCREATORBUG-7285 Change-Id: I1a2ba86e39f4c417b192d4faea4714165fdb4aac Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 30 Apr, 2012 1 commit
-
-
Bradley T. Hughes authored
Commit 75a0c7f9b52cde47f20fdc1b89e1264d60350848 in qt5/qtbase changed some QRegExp methods to be non-const (they were previously const). This change makes Qt Creator compile again. Change-Id: Ibc98c678126c3b3189df7fcc043463b940951445 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 25 Apr, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: If8e49e5ce4a454c03f40f325e2d17d8dd2685430 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 23 Apr, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: I6be3acaafcdb68aa9220d97ae79bcac8508dd294 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 18 Apr, 2012 2 commits
-
-
Joerg Bornemann authored
Property bindings in ProductModules now need explicit Depends items. Also, some Qt dependencies were propagated wrongly and are now added explicitely. Change-Id: I58cd389eb0ab106004b1d575438d1ad2ff36189f Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Daniel Teske authored
Change-Id: Ia9d0ba7b663b1ae4866659df6f6b4c8163220976 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 17 Apr, 2012 1 commit
-
-
hjk authored
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 16 Apr, 2012 2 commits
-
-
Orgad Shaneh authored
Change-Id: I2da749ce7b9233497d2d611163b95ad7b7ba28bd Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Kai Koehne authored
Change-Id: Icfb36086543bd9e66778a4569bd4838bb4b31a5e Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 13 Apr, 2012 2 commits
-
-
Thomas Hartmann authored
This patch allows a wizard to choose a "parent" project already in the intro page. Change-Id: Id7b010ba43f3a6aa723e5ced865a4afe96d6e40a Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Aurindam Jana authored
Change-Id: Ic8f0ceba7b70048d284f0d3bf75c51615ab7d9d4 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 12 Apr, 2012 1 commit
-
-
Marco Bubke authored
Qml components should be upper case. Makes the regular expression static. Change-Id: I46650df9b9ae10ceaf3bfb7f888db075f572735b Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 11 Apr, 2012 1 commit
-
-
Aurindam Jana authored
Add a sort children function Change-Id: I3621abf11fdea22deda6aba1ef6e094554950c93 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 10 Apr, 2012 2 commits
-
-
Joerg Bornemann authored
Help plugin and QmlDesigner have been disabled for Qt5. Change-Id: I9345d0fd00f9a575333dc972cc7adbdf146cd6cb Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Joerg Bornemann authored
Renamed gui -> widgets. Renamed declarative -> quick1. With qbs the usage of qt.widgets and qt.quick1 with Qt4 is supported. Change-Id: I6cadaf34527f1f880d74ced7d2d18dd9801b7de1 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 05 Apr, 2012 1 commit
-
-
Thomas Hartmann authored
If the length of the sring gets altered we ensure that cursPos < text.length(). Change-Id: I0040405e4d971ac253bcfa4d7158fdac673d2478 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 04 Apr, 2012 2 commits
-
-
Thomas Hartmann authored
Task-number: 7238 Task-number: 7239 Change-Id: Ia0c5d13be2bd2e0decf0644882b0eb80054609bf Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Orgad Shaneh authored
Change-Id: I994027ef50f5f7c4ff1b2bef06d9f8db037243e4 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 03 Apr, 2012 3 commits
-
-
Aurindam Jana authored
Related to 66af0d9004b15d7c0389a3bd0a95ac1d23b1031c Change-Id: I5d7c64c5c4110ccf22af5a4af992e18019009d6f Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christian Kandeler authored
The current code is not technically buggy, but does unnecessary things and therefore might confuse people looking at it. Change-Id: Ia6fcca575a8cc9856e86c66f337e2bffd9bf4b3a Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Aurindam Jana authored
Change-Id: I3313789be5f835d218cad5ed5f3143aee18e9f5f Reviewed-by:
hjk <qthjk@ovi.com>
-
- 30 Mar, 2012 1 commit
-
-
Aurindam Jana authored
Fetch objects on demand. Update objects that are currently in the crumble path rather than query the complete tree. Change-Id: Id4e263fa7a35c90248444461210dbba32dd61b12 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 29 Mar, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ia392b8dc566e1d4ffadd67c09a30ace7f64b9f3f Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 27 Mar, 2012 2 commits
-
-
Aurindam Jana authored
Task-number: QTCREATORBUG-6898 Change-Id: Idef8eee191d6d5b8f66046a4e6c6891a54262d2e Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Change-Id: I29f09197f98ad12f3508ff2357dc294b2f820050 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-