- Jan 17, 2013
-
-
Petar Perisin authored
Better overview in stash dialog. Change-Id: Icb6d3f8e2e068882e661e017ce8a0bb00ec6dba5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 11, 2013
-
-
Orgad Shaneh authored
Useful when the same file can appear more than once (e.g. staged + modified) Task-number: QTCREATORBUG-5347 Change-Id: I3ce716c22840c149490e00e6948612607ae57159 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 10, 2013
-
-
Petar Perisin authored
Rebase on pull should check if branch configuration has rebase set to true. This is important to correctly abort operation when conflicts appear, and user chooses not to run mergetool Change-Id: I365aa534bdbece466514f542ea2e3c371c89a4a8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 09, 2013
-
-
Petar Perisin authored
Added Soft Reset to Reset Dialog Change-Id: Iba5b6a37aef2b89c998c21a3d8ecca1075cbda10 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 08, 2013
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- Dec 30, 2012
-
-
Orgad Shaneh authored
Including Git implementation Task-number: QTCREATORBUG-5644 Change-Id: Ic5dede99d93b84e5d271292b4694216f51e66882 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I7861d862fdd3d24201e39bb4c7a9cb91643acc35 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Dec 12, 2012
-
-
Petar Perisin authored
Launch gitk only for current file, or for the folder that current file belongs to Task-number: QTCREATORBUG-8327 Change-Id: I2ffbd44e3b3eeaffad32e84af9ca2085b16fdaa2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Dec 11, 2012
-
-
Petar Perisin authored
Suggestion for reorganized Git menu, because there are a lot of items in there Task-number: QTCREATORBUG-8363 Change-Id: I00bcf6b210d9a2bcb081a17a0ea288d71f65a9f4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Nov 07, 2012
-
-
Orgad Shaneh authored
Change-Id: I906c3c692d9f4819bdf2a1489c42ae04f292894d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 29, 2012
-
-
Orgad Shaneh authored
Change-Id: If0338d066a2844a8bedf3e5ecf89979dc5c20385 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
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>
-
- Oct 26, 2012
-
-
Orgad Shaneh authored
Change-Id: I1519672ffbaafc1367addde5cd2111b1fe9810b2 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>
-
- Sep 27, 2012
-
-
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>
-
- 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>
-
- 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 19, 2012
-
-
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 02, 2012
-
-
Orgad Shaneh authored
Check file iff it is not ignored Change-Id: I16a489bdd772ea9b4df462b449a23324b5ef3b77 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jun 26, 2012
-
-
Orgad Shaneh authored
Change-Id: Ie983df1ffadac27551bbc51199784c0bc8610c14 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jun 05, 2012
-
-
Eike Ziller authored
Gets rid of a lot of code duplication. Change-Id: I2ce38fb38a0b61cb821e0bdc7bcc9a7ccdf9da72 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 25, 2012
-
-
Eike Ziller authored
d-pointer instead of inheritance static methods Change-Id: I7b2f0c8b05ad3951e1ff26a7d4e08e195d2dd258 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 23, 2012
-
-
Eike Ziller authored
Using a central enum now. Change-Id: I20d88c9a3f8c62cf33e4b89a3442269f71918b06 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 22, 2012
-
-
Eike Ziller authored
Because these tend to add special characters into the editor instead of triggering the shortcut. Use Ctrl (aka Qt's Meta) instead. Change-Id: I5866772baf4550e6d048e4d7252b2899a6d28296 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- May 11, 2012
-
-
hjk authored
Less code on the user side, same meaning. Change-Id: I14e54a5d2ed8e024a51cce74eaf7c8419ad544be Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 02, 2012
-
-
Friedemann Kleint authored
This makes it easier to remove changed applied for review by Gerrit. Change-Id: I2e3407ae4e74b650d08d53fed37e9aeb11071a4e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 26, 2012
-
-
Friedemann Kleint authored
- Add a gerrit window that shows a list of changes and buttons to display, apply or check out a change. - Uses the new Qt 5 Json API or the utils/json classes for Qt 4. Tested-by:
Tobias Hunger <tobias.hunger@nokia.com> Tested-by:
Orgad Shaneh <orgads@gmail.com> Change-Id: I14c6c2c2de8f95fb785752c7319be8638b386a1e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 17, 2012
-
-
hjk authored
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 12, 2012
-
-
Francois Ferrand authored
Change-Id: Iac297e3665b18d97ca80097c4dd33dd70e64b9a1 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Mar 05, 2012
-
-
Tobias Hunger authored
Git will not do a pull --rebase when there are changes. So we now abort if the user did not stash them instead of trying to pull. I do not want to revert user changes implicitly. Task-number: QTCREATORBUG-7031 Change-Id: Ic6041755938be36d8ecdbcbac373b5c38642360d Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I10fc926c7f912bf616d3945f231e1848c25f301e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 21, 2012
-
-
Orgad Shaneh authored
Change-Id: I0f49d3a26c801af84bb578478bd4778356507cf6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 20, 2012
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 31, 2012
-
-
Friedemann Kleint authored
Change-Id: I85c007045efdb207f397b42fbce7a554ac9c9819 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-