aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bookmarks/bookmarkmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-2/+3
* TextEditor: Sort text marks in categories.David Schulz2015-05-211-0/+3
* Bookmark: Fix crash after saving file under a different name.David Schulz2015-04-151-28/+51
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-8/+8
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-4/+4
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
|/
* BookMarks: Fix line contents displayhjk2014-10-171-22/+18
* BookMarks: Some code modernizationhjk2014-10-151-22/+15
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move some enums to namespace scopehjk2014-10-131-2/+2
* | TextEditor: Make mark requests operate on widgets, not editorhjk2014-10-021-11/+10
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-231-0/+31
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-9/+9
* | Merge ITextMark and BaseTextMarkhjk2014-07-231-4/+1