aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bookmarks/bookmarkmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bookmarks: Merge plugin into TextEditorhjk2023-09-281-830/+0
* BookMarks: Hide some BookMarkManager implementation detailshjk2023-09-041-5/+40
* Some more Key and Storehjk2023-08-251-2/+2
* 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
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+2
* TextEditor: Some fileName -> filePath renaminghjk2023-02-081-13/+13
* Bookmarks: Use more FilePathhjk2023-02-081-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* 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-301-4/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Bookmarks: Convert to Tr::trEike Ziller2022-07-111-14/+14
* 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
* Fix build issues with Qt6Eike Ziller2020-09-181-1/+1
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-5/+0
* Add some additional shortcuts for actionsEike Ziller2020-03-171-1/+1
* Fix various leaks relating to use of Core::NavigationViewChristian Kandeler2020-01-271-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-3/+4
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-2/+2
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Bookmarks: ModernizeAlessandro Portale2018-11-081-2/+2
* Use FileName in TextMarkEike Ziller2018-05-031-13/+14
* Bookmarks: Some general code cleanupEike Ziller2018-05-031-28/+1
* Insert new bookmarks after the "current" bookmarkEike Ziller2018-05-021-9/+19
* Bookmarks: Improve behavior of "Previous Bookmark"Eike Ziller2018-05-021-1/+13
* Add previous and next buttons to bookmarks pane tool barEike Ziller2018-05-021-1/+19
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-1/+1
* Bookmark: Store line text trimmedDavid Schulz2018-01-171-1/+1
* Bookmark: const correct BookmarkManager::gotoBookmarkDavid Schulz2018-01-111-1/+1
* BookMarks: restructure bookmark mapDavid Schulz2017-12-121-82/+21
* Editor: Simplify text marksDavid Schulz2017-06-221-4/+0
* Utils: Unify the different Bookmark iconsAlessandro Portale2016-10-111-2/+2
* Add default tool tips to text marksDavid Schulz2016-08-221-0/+1
* Allow focusing the bookmark viewDavid Schulz2016-08-171-1/+1
* TextEditor: Enable tooltips for textmarkshjk2016-07-191-18/+0
* Bookmarks: Fix a HighDPI off-by-1 issue in the Bookmarks viewAlessandro Portale2016-04-291-1/+2
* Bookmarks: New Bookmark iconAlessandro Portale2016-04-181-1/+3
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Bookmarks: Remove use of deprecated typedef in delegatehjk2016-01-121-2/+2
* Bookmarks: Make sure we do not end up with empty filenamesTobias Hunger2015-09-161-1/+1
* Bookmarks: Do not allow setting bookmarks in temporary filesTobias Hunger2015-09-161-1/+4
* BookmarkManager: Remove unused methodTobias Hunger2015-09-161-9/+0