- Apr 14, 2014
-
-
Daniel Teske authored
Open the change in a browser on Return/Enter Change-Id: I6ed6d832e3bebf625adb3765415929cc0670d4e4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 07, 2014
-
-
Orgad Shaneh authored
* Remove qualification for types in Gerrit::Internal * Remove action/command pair. Action is stored in Command. Change-Id: I946bedd3909e217279e9d7a538e8460e0a61de0f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Apr 04, 2014
-
-
Orgad Shaneh authored
* Remove repository setting * Disable Gerrit menu entry if there is no top level Change-Id: Ie3f4ca36ae4e7b350034dea7a0de52382da94e90 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It's confusing. The user can just choose the path in the dialog rather than in a popup Change-Id: I91422ec9baf5508d3e3d2e552afc6b955fd84748 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Apr 03, 2014
-
-
Orgad Shaneh authored
* Use Git::Internal namespace * Use a static function for accessing GitClient * Avoid needless data() calls for QSharedPointer Change-Id: I590b75bbee4831be368894c1844c29237e7800eb Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Mar 12, 2014
-
-
hjk authored
Change-Id: I2ee35796b2c041e6ea2ae6bd677e10167451d1b8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Feb 21, 2014
-
-
Lorenz Haas authored
setPalette() does not replace the old one but rather adds the difference. Thus a previous copy of the palette is unnecessary. Change-Id: I5c06da456b76144efc4a984ccda13c7d2243a7bc Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 14, 2014
-
-
hjk authored
Change-Id: Ic53836dade3985c36b0f6767e43b5af0ddb80d72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Ib2e5305dd47b486a963edf5bb04e6d16d76d5e68 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Simpler Change-Id: Ice180200a1b78e57b8ff6b246db7b2e8f3b39eb1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Initialization order is important. * updateCommits populates the LogChangeWidget. * determineRemoteBranch looks up by earliest commit (for which the LogChangeWidget must already by populated) * Assignment to m_suggestedRemoteBranch must come before calling setRemoteBranches * remoteComboBox was wrongfully used instead of targetBranchComboBox Change-Id: Ib0db057313c8fd65910b0ec7394b6b8c7d997dab Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 12, 2014
-
-
Orgad Shaneh authored
Change-Id: Ib0cf79acf48d24848fda92a8b7b06efe62b46dbc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Done using the following ruby script: Dir.glob('**/*.h').each { |file| if File.file?(file) s = File.read(file) t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') } if t != s puts file File.open(file, 'w').write(t) end end } Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Feb 11, 2014
-
-
Orgad Shaneh authored
Show dialog even if there are no local commits in current branch Change-Id: I11e0c6505981712df51bb33694a6cba9704d7324 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I725a7e9ece2bf1e8854dc077cb93a1f7cc1eb90c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib668d0e29bac25bc2f78d8885b4dfa89c292b489 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 29, 2014
-
-
Orgad Shaneh authored
For a start, it's a single flag. Will be extended. Also change the default for includeRemotes to false (most callers pass false) Change-Id: I969f89a06b85a42c134c0232d2947d58fe19ea0d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I7b2dab05809040397c7221ed830730bc1c5a019d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 15, 2014
-
-
Orgad Shaneh authored
Change-Id: I41eda91149c0152fd0b9f3d2c0294120153377b5 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Jan 14, 2014
-
-
hjk authored
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Dec 31, 2013
-
-
Orgad Shaneh authored
Change-Id: I884bcab46a7e11cbc3ea6c453bddd8b9d599e4cc Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Dec 10, 2013
-
-
Eike Ziller authored
The default "matches" method now takes the widget and looks for all child labels, checkboxes, push buttons and group boxes. Because of that, the former "createWidget" method can be called multiple times without creating a new widget (-->widget()), and the "finished" method must ensure that the created widget gets deleted, since not all widgets that were created are added to the UI anymore. Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Dec 06, 2013
-
-
Orgad Shaneh authored
Change-Id: I5ee6d308409eef60a240b89bb10ef35e2d5f1f62 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Nov 26, 2013
-
-
Tobias Hunger authored
Change-Id: I90a45dccb21963a24e338880a0b3677bb5dbf8e5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Nov 05, 2013
-
-
Orgad Shaneh authored
Following matches are likely to be merges, and not the branch that the first commit originated from. Change-Id: I80a442bf9f7bc7f5859a1f4c3d3e167d55b28241 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Oct 28, 2013
-
-
Orgad Shaneh authored
Change-Id: I02416c8a55fcdfdea1cbe349f7e78204c0200fd9 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Oct 24, 2013
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 17, 2013
-
-
Orgad Shaneh authored
* Reset: Strikethrough discarded commits * Interactive Rebase: Mark included commits * Push to Gerrit: Mark pushed commits Change-Id: I5599a72055fd94b88c55b74b3a1116c07e35c113 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 30, 2013
-
-
Andre Hartmann authored
Git commit dialog: Added a drop-down menu to the commit button to execute "git push" or open the "Push to Gerrit" dialog directly after a commit or amend. Task-number: QTCREATORBUG-8854 Change-Id: I00ff8f816d1768e0cdaf6929126b55826788e578 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Sep 24, 2013
-
-
hjk authored
Change-Id: I888b30094ed75818ee3af58c94ebf8468afa5eb9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 04, 2013
-
-
hjk authored
Change-Id: I72993fda50ad70ad2d7c2f449923ac6e34b9e737 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 03, 2013
-
-
hjk authored
Adapt user and surrounding code. Change-Id: Id2648f82a9cbbd0ad0bfb91f6958b8cee7ea29cc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 02, 2013
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
hjk authored
Change-Id: I4af8793ca69a3af9e99baeb7c31dad3864266f91 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 17, 2013
-
-
Erik Verbruggen authored
Caused by 76209948 where a memory pool was introduced to fix memory leakage. Change-Id: Ib2f7c53e9560ff473fcdfedd6dcfce50455095da Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.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>
-
- Jul 08, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9548 Change-Id: I4c5f9a4c6b7a818d296a923df1d665c22afd8292 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jun 11, 2013
-
-
Andre Hartmann authored
The Gerrit dialog itself was missing while Push to Gerrit was already there. Change-Id: Ie4b85cad9dba96beafb595c505daf28d0a1ceeb5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Change-Id: I1557d2e57f5838d7820bcb41190ff2bb4b9a0473 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-