- Oct 29, 2012
-
-
Orgad Shaneh authored
* Add a QFlags type for it and use it * Clean up GitClient::addAndCommit * Rename Updated -> Unmerged Change-Id: Id96f71fb78af923605f5773f65a5625244a49499 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I2e9354cc675281a5025706d023e92d43c81910f6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I9a19cc7fd8cb2102eb8c5a1589b81164498d3c34 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 26, 2012
-
-
Orgad Shaneh authored
Change-Id: I1519672ffbaafc1367addde5cd2111b1fe9810b2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 23, 2012
-
-
Mathias Hasselmann authored
We cannot use the "--short" switch since it only got introduced with git 1.7.10, which is not installed by default on popular Linux distributions like Ubuntu 12.04.1 LTS. Therefore stripping the "refs/heads/" prefix manually. Change-Id: I3fb8e07e90e2ee8fdaa50836c1e982b47219e790 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 22, 2012
-
-
Orgad Shaneh authored
Change-Id: I0c9955737033c0f839ac1f6ea053fecc20c24d48 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 09, 2012
-
-
Eike Ziller authored
Change-Id: I1c85bae3a1ada7a281fedd6951b35e6a4da395e6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 08, 2012
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-7977 Change-Id: I35c3e6f916a690595a6fc03ad3a995b361c76f54 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 03, 2012
-
-
Orgad Shaneh authored
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Oct 01, 2012
-
-
Leena Miettinen authored
Change-Id: I012af35287b0ee478eb99c95c54ba438f8e4e6d7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Sep 27, 2012
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7889 Change-Id: I251ef68e8dbb0a70565708053e368db89d5999e5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Iac245c92039f522cc0a599461572f9fd54cf43ae Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
- Sep 26, 2012
-
-
Tobias Hunger authored
Change-Id: Iee4a6f549f8a7c028f52a1e6113b33034ef621e2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 25, 2012
-
-
Christian Kandeler authored
These are: - QInputDialog::getInteger() [-> getInt()] - QKeySequence::operator QString() [-> toString()] - QRegion::intersect() [-> intersected()] - qVariantCanConvert() [-> QVariant::canConvert()] Plus some left-over occurrences of qFindChild() and QAbstractItemModel::reset() that were missed by the respective earlier patches. All deprecated features still left are not trivially replaceable, i.e. the code using them cannot be made to compile with both Qt 4 and Qt 5. Change-Id: I32541681bbf66b0fef78f5c7025521f9ff84f463 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
This use case is deprecated in Qt 5. Use QPointer instead. Change-Id: Id6c32542032656d7cb31cf838d93a680ab9e9327 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 20, 2012
-
-
Christian Kandeler authored
qVariantvalue() is deprecated in Qt 5. qvariant_cast() does the same thing and works in Qt 4 and Qt 5. Change-Id: I922329d3a47fe394669f5d97a25f0825d3d2dea5 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 13, 2012
-
-
Daniel Teske authored
The commit looks big, but it's mostly trivial. Also any build/run related popups are now "flashes" if the current mode has no placeholder. Task-number: QTCREATORBUG-7875 Change-Id: I3af40557f7af01798f905c0d1829423c80058cb6 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 05, 2012
-
-
Christian Kandeler authored
Namely: - path list separator - executable suffix - file name case sensitivity All of these are duplicated in various places in the current Creator code. Change-Id: I86eb4662fa3c2071759bd728cae1aaf7111ae686 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Aug 27, 2012
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 24, 2012
-
-
hjk authored
Change-Id: Ia667895b619d0bb37561dce348adb7269df2fb9c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Aug 21, 2012
-
-
Orgad Shaneh authored
Actual path is found on startup and when setting is changed Change-Id: If2cb0735953b9fb64df7425230c98efb384d9287 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 16, 2012
-
-
Orgad Shaneh authored
Complements d3f889df Change-Id: I9f0186edb11695d3d1607615ce24f238d77ef46e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 07, 2012
-
-
Orgad Shaneh authored
Change-Id: I3e84a62b486ea4bde586467fa3e00a453364ae2c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 03, 2012
-
-
Orgad Shaneh authored
Change-Id: Ia2b8c7705129937a60585d881e1fbfa7815d858f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 02, 2012
-
-
Friedemann Kleint authored
- Remove trailing blanks - Fix remaining rich texts in Android UI. Change-Id: I8ea5ec6890d76b83257fd1eb79eeb2760b946f0b Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
- Jul 31, 2012
-
-
Friedemann Kleint authored
'Reset' is in sync with the command line option and more appropriate to the functionality after the introduction of the history dialog. Change-Id: I2328c7137089a5f372b59b4db7074753a16ecbdf Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- Jul 30, 2012
-
-
Friedemann Kleint authored
Use terms from the Gerrit web interface (except '#'). Change-Id: I1a8af47122e17f9e3daf2a19967ee1dc165e0ea5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Konstantin Tokarev authored
Also, it's 2012 now. Change-Id: I69a8d1d77658b2bb2cb547362d5e3163385cab3b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 26, 2012
-
-
Orgad Shaneh authored
Change-Id: Ia08775b2e4364f405d223a9b49971ae70c04965a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jul 19, 2012
-
-
Orgad Shaneh authored
Happens for 00000000 for example Change-Id: I1ab3157dd87744a4b16284d91dd26f42898965e9 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jul 18, 2012
-
-
Orgad Shaneh authored
Change-Id: I335b49ed9af9c3f2ae083a03e4109173b3783f76 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
Change-Id: I4f583bb184fff00ea49a27de9df96aa348b81004 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jul 04, 2012
-
-
Orgad Shaneh authored
Change-Id: Idbc3f0a0dc47c63eb02ee105965ec52fda712f84 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Orgad Shaneh authored
Change-Id: I8ee0967a8f0013c785bc4d6e98ff7b634f488e97 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jul 02, 2012
-
-
Orgad Shaneh authored
Check file iff it is not ignored Change-Id: I16a489bdd772ea9b4df462b449a23324b5ef3b77 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
* Remove unused 'silent' argument * Do not output 'git --version' command Change-Id: Ia940efd5ae7e9f262552841c11d20c3d6df559a3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-