aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bookmarks
Commit message (Expand)AuthorAgeFilesLines
...
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-198-122/+87
* Bookmarks: Remove use of deprecated typedef in delegatehjk2016-01-121-2/+2
* Bookmark: Remove unneeded includes of QDebugRobert Loehning2015-11-262-2/+0
* Bookmarks: Remove hack to special-case the disassembler viewTobias Hunger2015-09-161-1/+1
* Bookmarks: Fix connect/disconnect mismatchTobias Hunger2015-09-161-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-164-14/+15
* BookmarkManager: Remove unused methodTobias Hunger2015-09-162-10/+0
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-2/+3
* TextEditor: Sort text marks in categories.David Schulz2015-05-213-1/+6
* Bookmark: Fix crash after saving file under a different name.David Schulz2015-04-153-31/+58
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-6/+5
* BookmarksPlugin: initialize members in ctorNikita Baryshnikov2015-02-251-3/+10
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-128-46/+46
|\
| * Update LicenseEike Ziller2015-01-168-46/+46
* | 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-122-7/+7
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* BookMarks: Fix line contents displayhjk2014-10-175-39/+36
* License update.Eike Ziller2014-10-151-1/+1
* BookMarks: Some code modernizationhjk2014-10-154-77/+63
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-147-49/+56
|\
| * License updateEike Ziller2014-10-098-51/+58
* | TextEditor: Move some enums to namespace scopehjk2014-10-132-3/+3
* | TextEditor: Make mark requests operate on widgets, not editorhjk2014-10-024-41/+36
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-263-3/+3
* | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-232-0/+36
* | Bookmarksplugin: Remove unused memberTobias Hunger2014-09-101-1/+0
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-254-30/+30
* | Merge ITextMark and BaseTextMarkhjk2014-07-233-12/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-116-26/+50
|\|
| * Bookmarks: Narrow down line number spinboxOrgad Shaneh2014-07-111-0/+1
| * Bookmarks: Use a spinbox for line numberOrgad Shaneh2014-07-111-4/+6
| * Bookmarks: Enlarge "Edit Bookmark" dialog widthOrgad Shaneh2014-07-111-0/+1
| * Bookmarks: Disallow line 0 when moving a bookmarkOrgad Shaneh2014-07-111-1/+1
| * Bookmarks: Support manual editing of line numberOrgad Shaneh2014-07-106-26/+46
* | Merge remote-tracking branch 'gerrit/3.2'Eike Ziller2014-07-084-60/+25
|\|
| * Bookmark: Consolidate data handlinghjk2014-07-084-60/+25
* | Merge remote-tracking branch 'gerrit/3.2'Eike Ziller2014-07-071-2/+3
|\|
| * Bookmark: Save after internal changeshjk2014-07-041-2/+3
* | Core: Use some data members in NavigationWidgetFactoryhjk2014-07-012-29/+6
|/
* Bookmarks: Code cosmeticshjk2014-06-264-86/+57
* TextEditor: Consolidate various currentTextEditor() implementationshjk2014-06-242-14/+10
* Bookmarks: Pass const value by referencesOrgad Shaneh2014-05-212-2/+2