aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix tab order in gerrit optionsOrgad Shaneh2014-05-261-0/+1
* Git: Do not crash when closing creator after reverting all files in a commitTobias Hunger2014-05-082-2/+6
* Git: Return true when asked to close a editor that is not openTobias Hunger2014-05-051-1/+1
* Git: Fix author encoding on amend commit on Windows...Orgad Shaneh2014-04-281-10/+20
* Git: Fix config encoding on WindowsPeter Kümmel2014-04-222-7/+11
* Git: Remove branches from show headerOrgad Shaneh2014-03-241-15/+0
* Git: Avoid QByteArray -> QString -> QByteArray conversions for encodingOrgad Shaneh2014-03-182-9/+10
* Git: Replace QStringList with QString in readConfigOrgad Shaneh2014-03-182-5/+4
* Git: Consolidate codec configuration retrievalOrgad Shaneh2014-03-183-27/+17
* Git: Simplify commit message codec handlingOrgad Shaneh2014-03-187-21/+19
* Git: Open untracked files on double-clickOrgad Shaneh2014-03-181-1/+3
* Git: Use commit encoding for git show.Andre Hartmann2014-03-181-1/+2
* Git: Use commit encoding for interactive rebase and commit editorsOrgad Shaneh2014-03-181-3/+6
* Git: Factor out commitEncodingOrgad Shaneh2014-03-182-6/+12
* VCS: Fix message in GitClientRobert Loehning2014-03-171-1/+1
* Fix some strings.Jarek Kobus2014-03-141-1/+1
* Fix tooltips, add lacking dotsJarek Kobus2014-03-131-1/+1
* Use ICore::dialogParent for message boxes without parent so farhjk2014-03-122-3/+5
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* VCS: Open diff/blame editors in other splitTobias Hunger2014-03-071-2/+4
* EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-1/+0
* Git: Report additional search pathsTobias Hunger2014-03-052-0/+7
* Fix some typosSergio Ahumada2014-03-052-3/+3
* Revert "Git: Replace %n with %1 in string"Friedemann Kleint2014-02-281-2/+2
* Git: Replace %n with %1 in stringOrgad Shaneh2014-02-281-2/+2
* Git: Use `git describe` for topic before falling back to "Detach Head"Orgad Shaneh2014-02-271-2/+12
* Git: Reorder buttons in branches dialogOrgad Shaneh2014-02-271-7/+7
* Git: Conditionally enable Reset button in branches dialogOrgad Shaneh2014-02-271-0/+1
* Git: Remove refs/heads/ prefix from reset message in branches dialogOrgad Shaneh2014-02-271-2/+2
* Git: Suppress show-ref command loggingOrgad Shaneh2014-02-271-1/+2
* Git: Protect against removal of the "Local Branches" nodeOrgad Shaneh2014-02-271-7/+11
* Git: Add reset button to branches dialogTobias Hunger2014-02-253-0/+25
* Optimize usage of QPaletteLorenz Haas2014-02-212-2/+2
* IVersionControl: Implement topic cache in the base classOrgad Shaneh2014-02-192-22/+30
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-1/+1
* Git: Fix wrong variable nameOrgad Shaneh2014-02-191-1/+1
* Add DiffEditorManager, refactoring.jkobus2014-02-182-138/+177
* Utils: Merge FilterLineEdit into FancyLineEdithjk2014-02-146-23/+11
* PushToGerrit: Do not calculate number of commits for empty inputOrgad Shaneh2014-02-141-1/+4
* PushToGerrit: Pass local branch to determineRemoteBranchOrgad Shaneh2014-02-142-8/+7
* Git: Fix target branch auto-detection in Push to GerritOrgad Shaneh2014-02-141-18/+26
* Git: Suppress "No local commits" error message in Push to GerritOrgad Shaneh2014-02-123-5/+8
* Git: Suppress log output in LogChangeWidgetOrgad Shaneh2014-02-123-5/+11
* Git: Suppress for-each-refOrgad Shaneh2014-02-121-1/+2
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-1216-57/+19
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-0/+3
* Git: Enable local branch selection in Push to GerritOrgad Shaneh2014-02-118-29/+189
* Git: Rename branch -> targetBranch in Push to GerritOrgad Shaneh2014-02-112-13/+13
* Git: Factorize ctor of Push to GerritOrgad Shaneh2014-02-112-51/+58
* Git: Silence rev-list executionOrgad Shaneh2014-02-111-1/+2