- 19 Oct, 2015 1 commit
-
-
Davide Pesavento authored
The third column was accidentally removed from one data row in commit 271794fb Fixes the following fatal error: QFETCH: Requested testdata 'expectFailMessage' not available, check your _data function. Change-Id: I4a09df2e044b4dcee1ed2ffc589082a3e2601232 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 13 Oct, 2015 1 commit
-
-
Nikolai Kosjar authored
"Duplicate product name 'StringUtils autotest" - looks like a copy/paste error from coming from tests/auto/utils/stringutils/stringutils.qbs. Change-Id: Ibf6088eea4471e6248581a02839a4d8ba9bc73ef Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 12 Oct, 2015 1 commit
-
-
Tobias Hunger authored
I want to use it e.g. for snippets and the TextEditor plugin may not depend on the ProjectExplorer, so the code has to move. This adds a dependency on QtQml to Utils, but that does not really matter since that is loaded into QtCreator anyway. Change-Id: Iada9f40b2966a1fc41631ab33da09812ad67d967 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 28 Aug, 2015 1 commit
-
-
Christian Kandeler authored
That was most likely QBS-755. Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 05 Aug, 2015 1 commit
-
-
Andre Hartmann authored
To have an eye on the parsers performance for further features, fixes and refactorings. Change-Id: I6e8ebbd098c9b1c9952416bbe0472fe095bd5d7d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 14 Jul, 2015 1 commit
-
-
Andrey Pokrovskiy authored
Qt creator crashes when capturing output from a program that can output unfinished control sequence. For example: "\x1b". Task-number: QTCREATORBUG-14720 Change-Id: I7535e509a192685aece63aea79234d88153fcb56 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
wonder.mice <wonder.mice@gmail.com>
-
- 30 Apr, 2015 1 commit
-
-
Christian Kandeler authored
5.4.0 is required these days. Change-Id: I0dc4c788b058f4c3fd2b9026fd7d6c7ab2840884 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 22 Apr, 2015 2 commits
-
-
Nikita Baryshnikov authored
for 2b19081c Change-Id: I0b93014602a8a960d9357017bf3b3b096aa2b37c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
- introduce topLevelItemCount (similar to QTreeWidget) - squash untypedTreeLevelItems() - rename removeItems() to clear() - rename removeItem() to takeItem() - rename treeLevelItems<> to itemsAtLevel<> Change-Id: I0f1bb4110f7687b20da3d92e3d943858645a9fa2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I75ad17d12994376d88117570250a6c45e7495fea Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 14 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I7cb3b5636413abfc52578e8ae0c43f745efa2f0d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 03 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I9bc0e5f6080adfb518ff6e4d22052013728e6458 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 28 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
* Replacement for QFileInfo::fileName() * Supports additional path components Change-Id: I2b3e3dfb02617c8f98f1d67e16396bed97f97526 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 19 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I8f3aeee7c45cffb839bc44109da107ee6b91c1ad Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 16 Jan, 2015 3 commits
-
-
hjk authored
Change-Id: I6b4dff0909e87ab727cb8c5b5be6f6c25b687bf0 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I475a5914f3b65656dc12cf7619bfed34e9fc8b74 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 12 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
QTestData converts raw string as Utf8. Change-Id: I201f283ce16732dfc85927fdcc9bb15c230ec16f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 18 Nov, 2014 1 commit
-
-
Christian Stenger authored
Change-Id: I65b4eb8dff91c69bff50c63cd42a4894df0470f0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 10 Nov, 2014 1 commit
-
-
Christian Kandeler authored
The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 15 Jul, 2014 1 commit
-
-
Andre Hartmann authored
Change-Id: Ie042a8ad4dc261b026f2e4d0e7780257bcb75641 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 14 Jul, 2014 1 commit
-
-
Christian Stenger authored
Change-Id: Idf5b669d48733754d943d95e9250a0c59d71c863 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- 08 Jul, 2014 1 commit
-
-
Steve Mokris authored
Task-number: QTCREATORBUG-12623 Change-Id: If2f3168a77b366aae570b48f5070e85087fe76a6 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 08 May, 2014 1 commit
-
-
Christian Kandeler authored
Just like for QtcPlugin, QtcLibrary etc. Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- 03 Feb, 2014 1 commit
-
-
Christian Stenger authored
Compile error was introduced by 0eea7ca9. Change-Id: Ie3f7a95a84d7774e85845abd6288b254ebd24c5a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 20 Jan, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: I800d4868caf0cd58f83507ae2d0849d50f86a01f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 25 Sep, 2013 2 commits
-
-
Andre Hartmann authored
Change-Id: I105e8766b1a19e367337a9be9436cc762b69b8be Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Andre Hartmann authored
Until endFormatScope() is called, continuation lines keep the last format. Change-Id: Ic68ae6d716519f537189ebae763da4dc2c30978d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- 12 Sep, 2013 3 commits
-
-
Orgad Shaneh authored
Change-Id: Ia1be4cbf9fc4a5e6b608fbf9aad2679a5aa66f38 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Change-Id: I0088a922af7723aabb6751ac80af39467d4cfb0b Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Andre Hartmann authored
First simple tests to check: * pass-trough text without ANSI escape sequences * text-color change in line * text-bold change in line Change-Id: I054a3fb218e95dfd5e160f1ae71dc0638bc5f239 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 09 Sep, 2013 1 commit
-
-
Christian Kandeler authored
Note: Since not all autotests are able to run from an installed location, we need to be able to start them from the build directory, which in turn forces us to set a destination directory for libraries and plugins, so they will be found at run-time. Change-Id: Idcf7e1333dfa6e9dbf745391b78c035f842ccc5a Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 03 Apr, 2013 1 commit
-
-
Oswald Buddenhagen authored
instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 02 Apr, 2013 1 commit
-
-
Oswald Buddenhagen authored
src/plugins and src/libs are included by qtcreator.pri Change-Id: I15ec19856366661bfa74d00e6278f4eb3854acb2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Mar, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I20d990b6be83e5fcd30a8911bcd2bbe8cc303989 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 04 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
empty directory has no children, and root directory was not handled correctly Change-Id: I1936eab96aef0a3be462f705c60f1f26995be68b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-