aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Bookmarks: Merge plugin into TextEditorhjk2023-09-2813-1558/+0
* BookMarks: Hide some BookMarkManager implementation detailshjk2023-09-043-43/+40
* Some more Key and Storehjk2023-08-251-2/+2
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
* Move SessionManager to Core pluginEike Ziller2023-05-251-6/+3
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-5/+7
* BookmarkFilter: Remove the old matchesFor() implementationJarek Kobus2023-05-122-18/+2
* Markdown: Support bookmarks and jumping to search resultsEike Ziller2023-05-091-4/+6
* ILocatorFilter: Simplify Sync's onSetup in matchersJarek Kobus2023-04-271-4/+1
* BookmarkFilter: Reimplement matchers()Jarek Kobus2023-04-252-41/+60
* BookmarkFilter: Use Acceptor for LocatorFilterEntryJarek Kobus2023-04-192-16/+11
* Show locator filter descriptions more prominentlyEike Ziller2023-04-181-2/+2
* LocatorFilterEntry: Discourage the use of internalDataJarek Kobus2023-04-051-2/+2
* ILocatorFilter: Provide default implementation for accept()Jarek Kobus2023-03-031-3/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+2
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* TextEditor: Some fileName -> filePath renaminghjk2023-02-084-19/+19
* Bookmarks: Use more FilePathhjk2023-02-084-9/+9
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-3/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0610-10/+10
* Re-add "Toogle Bookmark" icon into touch barEike Ziller2022-10-171-9/+5
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-1/+1
* Various plugins: Replace foreach with ranged for loopJarek Kobus2022-10-071-3/+3
* Bookmark: Clean up translationshjk2022-09-308-40/+25
* Locator: highlight pattern simultaneously in text and extra infoDavid Schulz2022-09-141-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-2610-240/+20
* Bookmarks: Convert to Tr::trEike Ziller2022-07-113-33/+35
* Add plugintr.h files to all pluginshjk2022-06-273-1/+39
* Core: Turn LocatorFilterEntry ofn ILocatorFilter::accept to const &Alessandro Portale2022-02-112-2/+2
* Remove qmake build filesEike Ziller2022-01-202-22/+0
* Utils: Use FilePath in DropSupporthjk2021-08-021-1/+1
* Core: Use Utils::Link for openEditorAtDavid Schulz2021-05-251-1/+3
* Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-2/+1
* Core: Unify INavigationWidget creation a bithjk2021-05-181-3/+1
* Bookmark: Add command to edit a bookmarkDavid Schulz2021-05-102-0/+22
* 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
* Move the BookmarkFilter's matching into the main threadJarek Kobus2021-01-292-7/+14
* Fix build issues with Qt6Eike Ziller2020-09-181-1/+1
* Small Qt 6 migration stuffhjk2020-07-291-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* Remove unnecessary removeContextObject callsEike Ziller2020-05-272-6/+0
* Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+1
* Make TextEditor setup more flexibleEike Ziller2020-02-121-2/+2
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Add final specifies to classesIgor Sidorov2020-02-052-3/+3