aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Gerrit: Fix REST for Gerrit 2.14Orgad Shaneh2017-05-041-1/+2
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* Git: Replace lambdas with std::bindOrgad Shaneh2017-04-042-77/+54
* Git: Fix inline nested branch renameOrgad Shaneh2017-03-261-17/+4
* Git: Improve detection of nested local branchOrgad Shaneh2017-03-261-5/+7
* Git: Expand branches also on internal model refreshOrgad Shaneh2017-03-262-0/+5
* Git: Minor cleanup in BranchModelOrgad Shaneh2017-03-261-11/+9
* Git: Remove "Sign off" shortcut from submit editorMax Blagay2017-03-231-1/+1
* Gerrit: Fix wrong references in REST parsingOrgad Shaneh2017-03-211-4/+10
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+2
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+2
* | Gerrit: Force remote refreshing on 401 errorOrgad Shaneh2017-03-143-1/+13
* | Gerrit: Resolve also user name from gerrit responseOrgad Shaneh2017-03-141-2/+7
* | Gerrit: Replace single line slots with lambdasOrgad Shaneh2017-03-141-16/+6
* | Gerrit: Add a button for server revalidationOrgad Shaneh2017-03-145-6/+21
* | Gerrit: Persist server detailsOrgad Shaneh2017-03-142-7/+75
* | Gerrit: Remove superfluous title assignmentOrgad Shaneh2017-03-131-1/+0
* | Gerrit: Minor cleanupOrgad Shaneh2017-03-131-13/+11
* | Gerrit: Store username provided by the userOrgad Shaneh2017-03-131-0/+1
* | Gerrit: Fix host/port resolvingOrgad Shaneh2017-03-131-1/+3
* | Git: Add input validation to RemoteAdditionDialogAndre Hartmann2017-03-094-4/+68
* | Git: Add new class GitRemoteAndre Hartmann2017-03-093-22/+55
* | GerritServer: Using namespace Git::InternalAndre Hartmann2017-03-091-1/+2
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-091-9/+6
|\ \
| * | Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-091-9/+6
| |\|
| | * Git: Do not re-use diff controllerOrgad Shaneh2017-03-031-9/+6
* | | Git: Factor out pattern for invalid branch namesAndre Hartmann2017-03-093-14/+23
* | | Gerrit: Convert REST "updated" timestamp to local timeAndre Hartmann2017-03-091-2/+2
* | | Gerrit: Split GerritServer to its own fileOrgad Shaneh2017-03-089-244/+330
|/ /
* | Gerrit: Improve text in authentication dialogOrgad Shaneh2017-03-081-1/+1
* | Gerrit: Sort entries in qmake projectOrgad Shaneh2017-03-071-14/+16
* | Gerrit: Do not pass username for anonymous accessOrgad Shaneh2017-03-061-1/+3
* | Gerrit: Improve button enabling in AuthenticationDialogAndre Hartmann2017-03-042-6/+34
* | Git: Convert BranchNameValidator to QRegularExpressionAndre Hartmann2017-03-041-1/+2
* | Git: Forbid adding empty branch namesAndre Hartmann2017-03-041-0/+3
* | Git: Do not reuse RemoteAdditionDialogOrgad Shaneh2017-03-042-60/+22
* | Gerrit: Set focus to password in AuthenticationDialogAndre Hartmann2017-03-041-0/+2
* | Gerrit: Assure trailing newline when saving .netrcAndre Hartmann2017-03-031-1/+1
* | Gerrit: Fix writing .netrc configuration fileAndre Hartmann2017-03-031-2/+3
* | Gerrit: Replace bool argument with an enum, and merge url gettersOrgad Shaneh2017-03-033-17/+19
* | Gerrit: Initialize pointers in AuthenticationDialogOrgad Shaneh2017-03-021-2/+2
* | Gerrit: De-duplicate regular expression matchingOrgad Shaneh2017-03-021-4/+8
* | Gerrit: Support REST query for HTTP serversOrgad Shaneh2017-03-0210-35/+662
* | Gerrit: Improve curl detectionOrgad Shaneh2017-02-281-7/+24
* | Advanced search: Add exclusion patternsEike Ziller2017-02-282-2/+10
* | Gerrit: Store full user details in serverOrgad Shaneh2017-02-276-20/+32
* | Gerrit: Some more cleanup in the parserOrgad Shaneh2017-02-271-39/+26
* | Gerrit: Factor out user parsingOrgad Shaneh2017-02-273-34/+40
* | Gerrit: Refactor actual output parsing from its setupOrgad Shaneh2017-02-271-83/+92
* | Move mimetype definitions to plugin specsEike Ziller2017-02-274-20/+18