aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fancylineedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-6/+30
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-231-8/+6
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-1/+1
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Allow setting HistoryCompleter sizeMarcus Tillmanns2024-08-061-2/+3
* Utils: Fix deprecation warningsMarcus Tillmanns2024-07-251-1/+1
* Utils: Fix two deprecation warningshjk2024-07-101-2/+1
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-2/+2
* FancyLineEdit: Make sure to not leave any threads hanging aroundEike Ziller2024-05-221-0/+24
* FancyLineEdit: Fix too large iconsEike Ziller2024-02-051-1/+1
* Libs: Cleanup lambdasJarek Kobus2023-12-121-1/+1
* Utils: Restore the prior edit-clear-locationbar icon directionAlessandro Portale2023-10-251-6/+8
* FancyLineEdit: Fix some warningsEike Ziller2023-09-271-2/+1
* Utils: Add AspectList::addToLayoutMarcus Tillmanns2023-09-151-9/+10
* Utils: Cache theme icon accesshjk2023-09-011-7/+3
* Utils: Use a bit more Key and Storehjk2023-08-241-1/+1
* Utils: fix emitting FancyLineEdit::validChanged after delayed validationDavid Schulz2023-07-051-1/+0
* Utils: Make validation asyncMarcus Tillmanns2023-06-291-34/+115
* Utils: Make FancyLineEdit placeholder validation optionalhjk2023-06-121-1/+8
* Utils: Fix a Qt deprecation warning about pixmap and devicePixelRatiohjk2023-06-121-3/+3
* FancyLineEdit: Fix placeholder text colorEike Ziller2023-05-311-1/+2
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-05-231-0/+1
|\
| * Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-0/+1
* | FancyLineEdit: Mark placeholder text that doesn't pass validationhjk2023-05-221-4/+10
|/
* Utils: Fix painting artifacts of FancyLineEdit on StyledBarAlessandro Portale2023-04-191-1/+0
* Utils: Tr::trAlessandro Portale2023-02-011-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FancyLineEdit: Avoid using sender()Jarek Kobus2022-07-201-16/+13
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-1/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-3/+2
* Utils: Pass unhandled FancyLineEdit key eventshjk2021-11-121-2/+2
* FancyLineEdit: Don't save empty item in history on destructionEike Ziller2021-02-161-1/+2
* Utils: Respect the disabled state when painting a disabled FancyLineEditAlessandro Portale2020-01-201-1/+2
* Utils: Remove "ok" and "error" colors accessors for FancyLineEditAlessandro Portale2019-12-191-28/+5
* Utils: Use Theme default "ok" and "error" colors for FancyLineEditAlessandro Portale2019-12-181-2/+3
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-181-8/+13
|\
| * FancyLineEdit: Fix camel case navigation with shift modifierAndre Hartmann2019-12-161-8/+13
* | FancyLineEdit: Do not set empty tooltip for no reasonOrgad Shaneh2019-10-111-1/+5
|/
* FancyLineEdit: Make completers triggerable via Ctrl+SpaceChristian Kandeler2019-08-301-1/+45
* FancyLineEdit: Add camel case navigationAndre Hartmann2019-08-021-0/+21
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* PathChooser: Move setTextKeepingActiveCursor() to FancyLineEditChristian Kandeler2019-02-071-0/+9
* FancyLineEdit: Do not overwrite content with non-existing history dataChristian Kandeler2019-01-221-1/+1
* Utils: ModernizeOrgad Shaneh2018-09-211-4/+4
* Utils: ModernizeAlessandro Portale2018-07-201-3/+3
* Use C++11’s override and remove virtual where applicableAlessandro Portale2018-06-271-1/+1
* Fix that clearing shortcut in settings did no longer workEike Ziller2018-03-291-3/+3