- 12 May, 2015 11 commits
-
-
Tobias Hunger authored
Add a page to run checkout commands with. Change-Id: I4c6a6f662c3dfa19fd8f837934e8173412ee6f36 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I293252c2beadc6fc4b4650dbf09127aa5e7898f6 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I65811ff8afb5c8a637c68d5b0dba81ccee71c462 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I209abef3e6682b2d3725e0e58e0289cd5757c497 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
This will be used in the VCS checkout wizards. Change-Id: I68bbdefa6b8287dc50a4ec8a9ca6136831571d3b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: Iffb1193bfb741533645521b30d9181aa61dc5c12 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: Ic230eaa95e4e9a4ad614af50297d6028fefaae6b Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
1286 bytes when using an initializer list, 7414 bytes for the insert(..., ...) sequence. Change-Id: I10ad8b10fea962feb01e9dbb31a542a4b66680a7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Ia8cf298c1a62e01d6df6f9f871a8d3eafde5821d Task-number: QTCREATORBUG-14064 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Add default implementations for some generator methods Change-Id: Id7c2dc76bd3f96bc9f2560e835981fcdad167f92 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Move code opening files and projects directly into the JsonWizard. It makes no sense to keep reimplementing this functionality in generators. Change-Id: Ib4686a262fa9b2c78028146d138c5bba5d5b604a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 11 May, 2015 8 commits
-
-
Ray Donnelly authored
So that the un-changed optimization in setBuildDirectory works correctly. Change-Id: Ie31fb2722c663cd0f998458d536181f47c83a37d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Lukas Holecek authored
Allows to remap main window shortcuts with command for passing keys. noremap <C-S> ,<C-S> noremap ZZ ,<C-S>,<C-W> noremap f<C-O> ,<C-O> noremap f<C-F> ,<C-F> Task-number: QTCREATORBUG-14413 Change-Id: Ib86637d55223b1f4ce31a88c1c7ae2e05cb2aff1 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I5381e83f6714886b7bf8cbcb859e1dd3b115a6c3 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I09dd38f66b9cad46d561493c2e27a833595d8728 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Use the new page in favor of the CheckoutProgressWizardPage. Change-Id: I7801c146fa67d6fcf550616f3798a7a919aafb96 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I0098e17585d73e05632027676e7712ef9c843da2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Iabc056dad186d788003b221afb34303c37fef728 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Ray Donnelly authored
On MSYS2, if QtCreator is launched from one of the msys2 shells then the MSYSTEM env. var is set and our Pythons set os.sep and os.path.sep to '/' so that it aligns with the default separator of those shells. fromNativePath(str) then fails to convert '\' seprators embedded in binaries since str.replace('/', '/') is a noop. The operation we want here is to convert all '\' to '/' anyway so this is more explicit regardless of any opinions on our choice to dynamically vary os.sep and os.path.sep Change-Id: I76c05b188abca41c6a1b516c68b584e0c06e7235 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 10 May, 2015 1 commit
-
-
Orgad Shaneh authored
Similar to simple commit layout. Change-Id: If9470d47159cba21f11aefc8e2cc4895d10ff409 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- 08 May, 2015 10 commits
-
-
Leena Miettinen authored
Change-Id: Ife7a77e7e04fff88cb7c0760be5e81e798553056 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
If the user uses a name with a . in front, those files need to read too. Change-Id: I5d8a762afa5dc4cff646f2a5cf2e4eabf6f9bc99 Task-number: QTCREATORBUG-13127 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Do this in a separate step to keep the next patch more readable. Change-Id: I37cfd5481dcbfda52135eccec30852aefde1b950 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I052bc093086a5da0b2cbd4e99df32e42627ceaf5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikita Baryshnikov authored
QObject::disconnect: Unexpected null parameter Change-Id: I9b7fe695f7d9d6acb233d8e9ff1030636559d548 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Cheaper, more robust. Change-Id: I989853dc288864f4088f09f60c8c5b717e4faef0 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikita Baryshnikov authored
when there are removed files in navigation history. Steps to reproduce: Open file in editor. Remove it outside the qtc. Activate qtc. "File Was Removed" prompted - agree to remove it. Navigate back(alt left two times). Qtc goes crazy with endless Error messages like a "Cannot open / path/to/that/dead.file for reading: No such file or directory" Change-Id: I10a4c178ba83a8dc769895830b6f76da2e676556 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
That was used during the times where OS X still had alternating row colors in item views. Change-Id: I6622604502a768c4abeb42f25bcfea5c65f66395 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I01621753851a99275ef8bee2c55c69840dc29580 Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Denis Kormalev authored
It is more reasonable to elide filenames at left and messages at right Change-Id: I980026eb558c6528da85a5ddb1a7125bb3d7fdce Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 07 May, 2015 10 commits
-
-
Eike Ziller authored
The default in QMacStyle, to use FieldsStayAtSizeHint, just almost always is the wrong thing to do. Additionally this goes undetected for a while most of the time, because most people do not run their code on OS X. Override it globally to AllNonFixedFieldsGrow like in other shipped styles. Task-number: QTCREATORBUG-14337 Change-Id: I3b0719c0201871fbf0163b54b1a54823bf5d14f3 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Id39b63876938c6759829786f54f2448ff730d500 Task-number: QTCREATORBUG-13868 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I9b7b7a7e0f4170e58433a5e1fcfbbcf635751beb Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Eike Ziller authored
The view is also used for the regular expressions for FakeVim's ex command mapping, so we should not do special filtering for keyboard shortcuts on OS X Change-Id: I437b45a53beb93caeaec43af2f898c55b2a1601f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alexander Drozdov authored
Incorrect conversion from the Variant to the String is fixed. Change-Id: I082cdbeee1568d0b6b567232b50419d76572a197 Task-number: QTCREATORBUG-14404 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Rename the signals used to report stdout/stderr to make it clearer what they actually do. Remove some unimplemented private member functions while at it. Change-Id: I7e856f906ccb45964f3b1b64336d4d8ebca7b9ee Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I554f2cd0b97c549767453ad3df290d93da483360 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Conflicts: src/libs/extensionsystem/pluginview.cpp Change-Id: I410156c1003d5dc81e915110c6d432bcd71da010
-
hjk authored
Change-Id: Ic1988a3a046bf5a4c262d1e648376f077ed97448 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
The IOptionsPage parts in it were trivial, and we need more flexibility for the shortcut settings options pages. Change-Id: I93ddaf060ac88ef339da9f542719f2d695660ac0 Reviewed-by:
hjk <hjk@theqtcompany.com>
-