- Aug 30, 2013
-
-
jkobus authored
Task-number: QTCREATORBUG-10035 Change-Id: I83cb7cec3f4ba484ab068f398a12096501017668 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Suppress command logging * If no branches are found, do not add "Branches:" line Change-Id: Id32b5f429a5c0324ec9e6d9d016f47160e9e5012 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Unclutter runVcs * Enable more dynamic signal/slot usage in Command Change-Id: Ie97b17078778b0c86b74d5725a78e766828ac6d8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 29, 2013
-
-
Orgad Shaneh authored
The widget is quite small, no reason to load it with (normally useless) data Change-Id: I092233124505f64d05a49d9da6463b64bbb398bb Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Aug 28, 2013
-
-
Orgad Shaneh authored
Change-Id: I51d3d0af96b28ec56bedaac163f9ce72158d8dc2 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ie69a58efc7068c699abf0e3d396216d9809346f4 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Aug 27, 2013
-
-
Orgad Shaneh authored
Revised topic is "master (MERGING)" instead of MERGING This should also fix topic getting stuck as REBASING Change-Id: I934643f5b4e632318495f141536c666f775bd15d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 20, 2013
-
-
Orgad Shaneh authored
Change-Id: I501c69df2a436d90270a6c2543c3e286bafef427 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Similar to compile and app output panes Change-Id: Ib9ac6d8be880739ae78d0a39f7051cbe616e46c2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Removes duplication * Supports all flags accepted by runVcs * Supports output while running Change-Id: Id067791760753184cd2516c23634564880ca5db0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Introduce a proxy class for thread synchronization * Use signals for appending text to output window Change-Id: Iecbb010e6b6e9dab27d9862a43dafa450f2bb1f8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 19, 2013
-
-
Orgad Shaneh authored
Change-Id: Iceb9a536f6dc53bd9a61cbf5b6bab14154196628 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Id328492826bdcf4b7f7e6933a9dc3931174de0fb Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 13, 2013
-
-
Orgad Shaneh authored
Change-Id: I458cbb2168642f226583b406e34596d223c7d5ea Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 12, 2013
-
-
Orgad Shaneh authored
Change-Id: I95ea8078ae53e7339213765fbb8a79bff33f899c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 08, 2013
-
-
Tobias Hunger authored
Change-Id: Ieb822c8810e8943d5397e6c64188690e481dd0f9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Reverted because a dependent commit broke compilation Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> (cherry picked from commit a53cc559) Change-Id: I8de3dbeca7eed3815eb5f0843eba6a86d371675e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 07, 2013
-
-
Orgad Shaneh authored
The list always contains a single entry (or none) anyway Take 2. This time it actually compiles ;-) Change-Id: I71a9822360a9b569ba79afa0f575e27918bb2e03 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 06, 2013
-
-
Orgad Shaneh authored
Breaks compilation This reverts commit a05ea711 Change-Id: I713f06a1fe1ff24f4721cda082fb732dc3f5c270 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Depends on a commit that broke compilation This reverts commit a53cc559 Change-Id: I7b697be1c97bd25f15e2a97927dbc7d03dc456e7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ic2666e62f5226780f68da0cdda0229b343d38116 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
The list always contains a single entry (or none) anyway Change-Id: I567b622efd42dd6f676bebb92fbf1c8774bd80ff Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I41a7e7febb77706e84595d560a8abb56a018a823 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Replaces \r\n? with \n. Some console applications (e.g. git-push, git-rebase) use \r alone to move the cursor to the line's beginning. This should be replaced by \n rather than just be erased. Change-Id: I8d614d2b471e59decdbfa7f173ffa7fbdb11759b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 31, 2013
-
-
Orgad Shaneh authored
Change-Id: Iffa82f4ab06162ab57e77301e77fb37ed7230bd5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 29, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9789 Change-Id: Id501ade0ac2ce7093fa38368f13b2bfab31bd35f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 21, 2013
-
-
Petar Perisin authored
Change-Id: Ib652813c713e24cf9cbe8cb4b77207d54be7e132 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 19, 2013
-
-
Orgad Shaneh authored
Defaults to NoReport and nobody sets other values Change-Id: I3def23bd350fcef45df9eb8d3a0e86baac192bd9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I2c9a5031b63f0bc3e884739be680d051d7cf1ab4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Petar Perisin authored
Change-Id: I5e81bd3dfc8986c7492701ac5ce5537e0d591834 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 18, 2013
-
-
Orgad Shaneh authored
Log can also contain diff, base directory is required for correct apply/revert actions Change-Id: I9540fc75b1e008a1c8433f121b184f164172a1cb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
This patch mostly gets rid of EditorManager::openedEditors usage. The VCS editors should have a better widget<>document separation, also to make it possible to split/duplicate them, but that's for another time. Change-Id: Idd92a6a4884ff69fba4f4793d182aa7ff68d79e4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 17, 2013
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The method is for setting the contents, so it belongs to the document, and should be named correspondingly. Change-Id: I40363dc08f11268f530885b512e4a88e8b10d096 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 15, 2013
-
-
Friedemann Kleint authored
- Do concatenate message pieces that may not fit grammatically. - Common message for "Cannot launch". - Add period marker. Change-Id: Ic67b27e30143febebc9153a3cefe523ebfd4bc49 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jul 12, 2013
-
-
Orgad Shaneh authored
Change-Id: Ib4f1d7ead2c40f27be28fa45e042c3694c0444fd Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Eike Ziller authored
Change-Id: Ibcb863e67a2433529c9d2b6dec237f9d8b1d8d50 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 11, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9783 Change-Id: Id1092fb9a79dfbf0425be4913241a507afb56a85 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
They are unused Change-Id: I6cff3c6028208f1c7c0937c53b3f5090dae719a6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 10, 2013
-
-
Orgad Shaneh authored
Crash happens if the repository has a submodule with local changes that requires updating (commit changed between current branch and new branch) Since we already refresh for every repo change, just add "expect" for checkout and remove the code accessing the deleted index. Change-Id: Ic464129a2f001e017244fdf719b282dcbd9dffa4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-