aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+31
* CPaster: Remove KDE pasterChristian Stenger2019-04-2312-333/+10
* Replace static_casts by QOverload where possiblehjk2019-02-262-2/+2
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-1/+1
* CodePaster: ModernizeAlessandro Portale2018-11-0816-34/+24
* CodePaster: Remove support for pastebin.caChristian Kandeler2018-10-228-310/+0
* CPaster: Fix compile for some older compilerChristian Stenger2018-08-311-2/+2
* CodePaster: Add support for pastecode.xyzChristian Kandeler2018-08-318-2/+219
* Make it possible to request authenticationFilipe Azevedo2018-06-142-0/+39
* CPaster: Let cpaster finish on consoleChristian Stenger2018-06-141-0/+1
* Enable GUI paster in Qbs buildsFilipe Azevedo2018-06-131-0/+1
* Update Options dialog iconsAlessandro Portale2018-04-245-2/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-233-6/+2
* Don't translate default windowTitle again and againRobert Loehning2018-03-062-2/+2
* CodePaster: Avoid use of global object poolhjk2018-02-074-8/+6
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-2/+2
* Move HTML out of translated stringsRobert Loehning2018-01-241-1/+2
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-251-0/+2
|\
| * CPaster: Fix translation issueEike Ziller2017-10-231-0/+2
* | Treat .ui.qml mime type the same as .qmlUlf Hermann2017-10-181-0/+1
|/
* CPaster: Clean forward declarationLaurent Montel2017-09-271-2/+0
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-2/+2
|\
| * CPaster: Fix fetching from pastebin.caChristian Stenger2017-05-181-2/+2
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-2/+2
|\|
| * CPaster: Fix URLs for pastebin.caChristian Stenger2017-05-111-2/+2
* | Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-242-4/+4
* | Use QString::*Ref methodMontel Laurent2017-04-211-1/+1
|/
* CPaster: Fix pasting to KDE pasterChristian Stenger2017-04-128-12/+290
* CPaster: Fix fetching list of pastebin.caChristian Stenger2017-04-041-45/+28
* CPaster: Fix accessing pastebin.comChristian Stenger2017-03-311-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* CPaster: Replace 0 by nullptrMontel Laurent2017-02-279-11/+11
* Remove spaces in initializer listsTim Jenssen2017-02-222-8/+8
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-3/+3
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-202-4/+5
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-023-1/+15
* CPaster: Use Qt5-style connectOrgad Shaneh2016-05-302-3/+3
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* CPaster: Fix handling of pastebin.comChristian Stenger2016-03-161-17/+5
* CPaster: Fix failing slot connections...Christian Stenger2016-03-141-5/+4
* CodePaster: Fix broken connectsTobias Hunger2016-02-101-3/+2
* Polish: Remove some more useless "slots" from headersTobias Hunger2016-02-103-6/+3
* CodePaster: ModernizeTobias Hunger2016-02-1015-93/+48
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1932-534/+379
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-202-2/+2
|\
| * Preferences: Options pages need unique IDsEike Ziller2015-08-102-2/+2
* | CodePaster: Add missing override modifiers.Christian Kandeler2015-08-202-3/+3