aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-5/+5
* Use SPDX license identifiersLucie GĂ©rard2022-08-2628-672/+56
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-252-3/+3
* Macros: inline savedialog.uihjk2022-07-255-114/+42
* Macros: Inline macrooptionswidget.uihjk2022-07-255-154/+70
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-034-12/+13
* Macro: fix saving macrosDavid Schulz2022-05-191-1/+1
* Macros: Fix shortcut display on macOSEike Ziller2022-05-172-6/+13
* Core: Turn LocatorFilterEntry ofn ILocatorFilter::accept to const &Alessandro Portale2022-02-112-2/+2
* Remove qmake build filesEike Ziller2022-01-202-46/+0
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+1
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+2
* Provide empty implementation for ILocatorFilter::refresh()Jarek Kobus2021-02-112-6/+0
* Refactor Locator filter settings savingEike Ziller2021-02-041-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-068-19/+14
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-7/+7
* Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-2/+2
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Add final specifies to classesIgor Sidorov2020-02-052-2/+2
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-2/+2
* De-Q_OBJECT-ify some more settings pageshjk2020-01-172-10/+7
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* Macros: Use new settings page conveniencehjk2020-01-084-42/+12
* Compile fix with recent Qt devhjk2019-07-293-15/+4
* Avoid warning on empty expressionshjk2019-07-232-3/+3
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* Qt Creator CMake portCristian Adam2019-05-171-0/+19
* Macros: Move a bit closer to standard plugin setup patternhjk2019-03-258-50/+51
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-2/+2
|\
| * Macros: Disambiguate short cutChristian Stenger2018-11-091-2/+2
* | MacrosPlugin: ModernizeAlessandro Portale2018-11-1418-53/+52
|/
* Clean up options page category display name and icon set upEike Ziller2018-04-231-2/+0
* Plugins: Re-categorize plugins which are in "Qt Creator" categoryRazi Alavizadeh2018-03-201-1/+0
* Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* Macros: Avoid use of global object poolhjk2018-02-023-7/+5
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-3/+3
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-111-0/+1
|\
| * Fix includesJarek Kobus2018-01-111-0/+1
* | Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-4/+5
|/
* Macros: ModernizeOrgad Shaneh2017-09-277-52/+16
* Clean forward declarationLaurent Montel2017-09-264-7/+0
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-132-2/+7
* Locator filters: Add overridesEike Ziller2017-06-021-3/+4