aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/sourceutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: use FilePath in stack framesDavid Schulz2021-10-271-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+4
* Debugger: Escape special chars in line annotationAndre Hartmann2021-06-291-1/+1
* Debugger: Add an option to show simple values as text annotationshjk2021-01-201-5/+101
* Debugger: Fix tooltip expression collectorDavid Schulz2020-11-171-2/+4
* Debugger: Fix build with Qt6Eike Ziller2020-09-181-1/+1
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-2/+2
* Debugger: Move showModule{Sections,Symbols} to DebuggerEnginehjk2019-09-251-2/+2
* Standardize on int for line and column valueshjk2019-07-261-1/+1
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-2/+2
* Debugger: ModernizeAlessandro Portale2018-07-251-1/+1
* Debugger: Simplify use of getUninitializedVariables()hjk2018-05-281-37/+13
* Debugger: Modernizehjk2018-02-011-2/+2
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Work on WatchModel performancehjk2016-01-061-1/+1
* Debugger: Recognize source data within disassembler viewhjk2015-07-221-3/+23
* Debugger: Restrict LocationMark dragginghjk2015-07-211-0/+17
* Debugger: Remove widget argument from tooltip requesthjk2015-03-061-7/+0
* C++: Accept language features in BackwardsScanner et alOrgad Shaneh2015-02-271-9/+9
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Fix off-by-one line in tooltip contexthjk2015-02-101-6/+3
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2
|/
* Debugger: Use line information to find matching scopes for tooltipshjk2014-11-151-10/+13
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | Debugger: Clean up source utilshjk2014-09-191-91/+41
* | Debugger: Operate tooltips on TextEditorWidgets, not TextEditorhjk2014-09-191-18/+7
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-1/+1
|/
* Debugger: More robust document access in cppExpressionAthjk2014-05-261-6/+7
* Debugger: Fix debug logOrgad Shaneh2014-05-081-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-1/+1
* CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* CppTools: moved some logic to ProjectFileSergey Shambir2013-04-101-8/+3
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-24/+0
* Incremented year in copyright infoRobert Loehning2013-02-011-1/+1
* Debugger: split editor related code off watchutils.{h,cpp}hjk2013-01-251-0/+431