- 19 Feb, 2014 28 commits
-
-
Joerg Bornemann authored
Change-Id: I0cf18397fa164ec3f5aa082bf72d5759ac19bafb Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hluk authored
Change-Id: Ie02f47390a95572db780f0aaf6e509cea8caa1a8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: If971320d1804c968420f9be4e232bc4f3e45f295 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Also remove duplicated isValid() checks. This can be sped up further be removing some unused sorting. Change-Id: Iaa8b8d2f66f0fdc8bff234cfdd8e81e04fc0c436 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Lorenz Haas authored
Change-Id: I6346933d6efe0709930fde74483dc31e278a3aed Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Some private static functions do not need to be mentioned in the header. Change-Id: I9703c5ce796ea4309b2b70e9ec2fa9ca9ee902cd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
It was jumping to the symbol location in the active editor instead of the editor for the combo box. Task-number: QTCREATORBUG-11157 Change-Id: Ic261f2dd214c15ff41c8342a6ef72626b7db0f86 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Ic57f4b3d5985f08e7894fc00ebb91f5ba54e1af7 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: I0729cb0a261bbff2aa4746998474198712bf8b96 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Changing it must emit the same signals as does setting path, since the sorting might change. Change-Id: Iaf29c0775387d623d2e611e202b63ab52e812140 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Change-Id: I8a3eb4085913788efbb298ed174b476111844252 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
El Mehdi Fekari authored
Change-Id: Ia053e4e58ced79635f744feb02a2a855eae0c48b Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Joerg Bornemann authored
Change-Id: I33829ff655f3457d0ef33e627b809fe838e5973c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Joerg Bornemann authored
Change-Id: I023f123a70212b87f7feeeb820dc71a5dd321797 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Ulf Hermann authored
Change-Id: I83768079d98502dd7f976966fd6406d66b3c9525 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I2b5ab838558b2e1b3a0c13fafcc37efebb014c19 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
El Mehdi Fekari authored
Add support for managing user BlackBerry runtime configurations. This does not handle adding manual runtimes yet, but only detects runtimes from the NDK directories of the available API levels. The BlackBerry NDK should provide a better way to detect installed runtimes (e.g xml installation files) in order to improve the BlackBerry runtime managemnt in Qt Creator. Change-Id: I4f139d52352f903a27dfe4175d12b016b4ee25a9 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Lorenz Haas authored
Only keep successfully created documentation files. Thus the automatic generation of a file can be triggered again. Change-Id: I8ec3becfd2f3387f18635741dd11288cb72c372d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-11504 Change-Id: Iaf26fbeefda46280e20b6a0943d15c4f2423f674 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ied6f2008324b80b9d4869ba17d67e6d55a91d08c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Derivatives need to derive TopicCache, implement its pure virtual functions and pass it in IVersionControl's constructor. Change-Id: I3a904c84541fda95eee75296f86441c4bae55d79 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
This is used to get a platform-agnostic handle on "command line arguments". It essentially wraps a single QString on Windows, and a QStringList everywhere else. As a consequence, several occurrences of #ifdef Q_OS_* can be removed from the codebase. Change-Id: Ic93118c1bd0bce0ebb58f416d395dbaebb861772 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Frederik Gladhorn authored
Change-Id: I2fa2f98566378a5f9ad12e3c74cbe293d97eb2a4 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Frederik Gladhorn authored
This doesn't change anything, but the control property is "private" to button, prefer using the public root "button". Change-Id: I2dc4e92367ff196e2d02b74d6f97ebc0ee355a76 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Frederik Gladhorn authored
This makes the Projects/Examples/Tutorials buttons work by keys in addition to mouse. Instead of only respecting the mouse for button presses use an ExclusiveGroup so that pressing space also changes the mode (before pressing space on the Examples button would change to example mode but not highlight the button). Change-Id: Ib4704fc1bb09767b6b69e2a6364ceca4525a0676 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Ie79fddadc6835805f1fa6e811592c30cf32e5c9c Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Never assigned Change-Id: If5075210226c9d4efbf2b550a5587e5f60fb8d16 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Ia53410e3823a4d16c73f7c634b02c841087702d8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 18 Feb, 2014 12 commits
-
-
Alessandro Portale authored
Show little toolButtons next to the path input fields for SDK, NDK, Ant and OpenJDK. The latter two only for Windows. These buttons open the system Web browser with the according download page. We hope this saves the user a bit of time understanding what to download where when setting up an Android development environ- ment. The download icon was drawn by me. Change-Id: I0079059deca8d0f07d53b914900cb34b8f0489e0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Stenger authored
Change-Id: I295dc127a11e10496d441438feb7d1b8e15994b6 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
...into FancyLineEdit. Change-Id: I7e45861783a7bdf160827595b4e455d869884c81 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Kandeler authored
And make sure we re-fetch project data after building, as now qbs can find new target artifacts while building. Change-Id: I880689c33893b599686919a90f04281e36c3935e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-11388 Change-Id: I55c966b5026e435d0fa4d24607b7b4a3c6d9e3dc Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Add option to import existing builds back into Projects mode. Click an "Add Kit" to get the entry (for projects that actually support importing builds). Task-number: QTCREATORBUG-7836 Change-Id: I43cf0f0ba5f80c88b6ffce1381f34f5591213e05 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I8afd551c0893eb6a634ce57be43b4858d1dde2f5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
Change-Id: Iae5722540eca6d586deb721a1592848570580b88 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Make the layout similar to the kit, compiler and debugger option panes. Task-number: QTCREATORBUG-11381 Change-Id: Ibed61fdc8257f6180eb921dce4dbd1ecd516291d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Change-Id: Ic234537e7d446a2054af06aed1abcca87d6d803c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Stenger authored
Change-Id: I3baaf8ac70661301a6f0947f4f8e79e97184a1a2 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Ulf Hermann authored
... and remove some dead code. Change-Id: Ifdec932b87e8d33420d9713bfde9c4002f34844b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-