aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/fontsettingspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: Fix loading color schemesDavid Schulz2023-10-101-2/+2
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* Editor: avoid accessing the widget from the FontSettingsPageDavid Schulz2023-07-061-6/+8
* Remove ineffective resize() callsAlessandro Portale2023-05-101-2/+0
* Editor: simplify font to display options page connectionDavid Schulz2023-05-081-1/+0
* TextEditor: Tr::trhjk2023-01-181-45/+40
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* FontSettings: Remove unneeded QOverloadJarek Kobus2022-12-121-1/+1
* Remove unused includes of QGridLayoutJarek Kobus2022-11-181-1/+0
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Fix logical XORJarek Kobus2022-10-071-2/+2
* TextEditor: Proliferate FilePath use to FontSettings and ColorSchemehjk2022-09-231-23/+23
* Re-introduction of the feature to adjust the line spacingFlorian Koch2022-09-121-1/+27
* Editor: do not hardcode default colors for function search resultDavid Schulz2022-09-061-4/+0
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-311-11/+17
|\
| * Editor: fix importing color schemesDavid Schulz2022-08-301-12/+18
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* | FilePath: Remove ::toDir() and deprecation hintsMarcus Tillmanns2022-08-041-27/+23
* | TextEditor: inline fontsettingspage.uihjk2022-07-251-70/+136
|/
* Display parent functions in the Find Usages menuIhor Ivlev2022-05-251-0/+4
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-2/+3
* Font settings: Add import and export functionsArtem Sokolovskii2021-09-131-7/+70
* Editor: only remove one scheme at a timeDavid Schulz2021-07-021-1/+0
* Editor: fix duplicating color schemesDavid Schulz2021-07-021-16/+14
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-2/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-5/+2
* TextEditor: Define default foreground colors for C_SEARCH_RESULT_ALT1|2Alessandro Portale2020-11-181-0/+4
* TextEditor: Better default background colors for C_SEARCH_RESULT_ALT1|2Alessandro Portale2020-11-171-2/+6
* Revert "Editor: Make line spacing adjustable"David Schulz2020-10-201-15/+1
* Editor: Make line spacing adjustableDavid Schulz2020-10-011-1/+15
* Core: Allow different highlight colors in search result windowChristian Kandeler2020-09-181-2/+2
* Editor: set default text foreground color explicitDavid Schulz2020-07-201-1/+3
* Remove uses QOverload<const QString &>::of(&QComboBox::currentIndexChanged)hjk2020-06-191-4/+4
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-3/+3
* Fix lupdate issuesEike Ziller2020-03-181-1/+5
* Editor: Fix crash on exitDavid Schulz2020-03-021-3/+2
* TextEditor: Move FontSettingsPage more towards new schemehjk2020-01-301-214/+181
* TextEditor: Make FontSettingsPage more like the other oneshjk2020-01-271-5/+3
* Editor: Fix Font & Color settings loadingDavid Schulz2020-01-201-1/+1
* TextEditor: Dissolve TextEditorOptionsPage intermediate hierarchy levelhjk2020-01-161-1/+4
* Editor: Allow any point size as font sizeDavid Schulz2020-01-141-1/+15
* Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-221-1/+2
* Use QComboBox::currentTextChanged instead of currentIndexChangedAlessandro Portale2019-07-041-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-0/+2
|\
| * TextEditor: Hide controls in scheme editor for builtin schemesDavid Schulz2019-03-041-0/+2
* | Replace static_casts by QOverload where possiblehjk2019-02-261-4/+3
|/