summaryrefslogtreecommitdiff
path: root/src/plugins/git/gerrit/gerritparameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VCS: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-261-1/+2
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-1/+1
* Git: Proliferate FilePath use in GerritModel a bithjk2021-08-171-33/+33
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-3/+2
* Git: ModernizeOrgad Shaneh2018-09-191-2/+1
* Gerrit: Split GerritServer to its own fileOrgad Shaneh2017-03-081-189/+2
* Gerrit: Do not pass username for anonymous accessOrgad Shaneh2017-03-061-1/+3
* Gerrit: Replace bool argument with an enum, and merge url gettersOrgad Shaneh2017-03-031-12/+7
* Gerrit: Support REST query for HTTP serversOrgad Shaneh2017-03-021-6/+114
* Gerrit: Improve curl detectionOrgad Shaneh2017-02-281-7/+24
* Gerrit: Store full user details in serverOrgad Shaneh2017-02-271-9/+19
* Gerrit: Add curl to settingsOrgad Shaneh2017-02-271-12/+21
* Gerrit: Minor de-noiseOrgad Shaneh2017-02-231-4/+6
* Gerrit: Improve default SSH lookupOrgad Shaneh2017-02-231-3/+4
* Gerrit: Improve server encapsulationOrgad Shaneh2017-02-231-0/+33
* Gerrit: Ignore default port when comparing serversOrgad Shaneh2017-02-231-1/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Gerrit: Determine server by git remoteOrgad Shaneh2017-01-261-0/+8
* Gerrit: Factor out server settingsOrgad Shaneh2017-01-151-13/+29
* Gerrit: Minor cleanupOrgad Shaneh2017-01-151-5/+0
* Git: Some more QStringList cleanupOrgad Shaneh2016-08-151-5/+2
* Git: Fix MSVC compilationOrgad Shaneh2016-07-241-1/+1
* Git: De-noiseOrgad Shaneh2016-07-221-27/+27
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-10/+2
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* Git: Factor out resolving of bin directory on WindowsOrgad Shaneh2014-07-161-8/+3
* Gerrit: Use current top level as default repositoryOrgad Shaneh2014-04-041-4/+1
* Gerrit: Remove the "Always prompt" settingOrgad Shaneh2014-04-041-5/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Gerrit: added ability to save path for applying patchesPetar Perisin2013-04-051-2/+9
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-9/+10
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Gerrit: Replace 'additional queries' with a query completerOrgad Shaneh2012-07-041-5/+11
* Gerrit: Do not run plink executable in accessor of OptionsWidget.Friedemann Kleint2012-05-251-3/+6
* Gerrit: Support plinkOrgad Shaneh2012-05-241-1/+15
* Start on a gerrit plugin as a sub-plugin of git.Friedemann Kleint2012-04-261-0/+144