aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+0
* Debugger: Move AddressDialog handling to debuggerdialogs.cpphjk2024-12-201-5/+2
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* qmljs: fix build with Qt 6.9Thiago Macieira2024-10-291-1/+1
* Debugger: Store the engine as a QPointerhjk2024-10-151-1/+1
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-08-071-0/+1
|\
| * Debugger: Fix potential crashChristian Stenger2024-08-011-0/+1
* | Debugger: Replace QVector with QListhjk2024-07-311-1/+1
|/
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-12/+12
* Debugger: Improve keyboard navigation in locals viewDavid Schulz2024-04-301-7/+1
* German translation: DebuggerEike Ziller2024-03-181-1/+3
* Debugger: Fix persisting of debugger settingsChristian Stenger2024-03-111-2/+9
* Debugger: Move string length annotation to type columnhjk2024-02-161-2/+2
* Debugger: Report full sizes instead of the elide setuphjk2024-02-131-5/+5
* Debugger: Improve display of elided string datahjk2024-02-131-23/+17
* Debugger: Display length of quoted valuesChristian Stenger2024-01-301-1/+4
* Debugger: Check return valueMarcus Tillmanns2023-11-021-1/+2
* DAP: Update expanded variables over debugging processArtem Sokolovskii2023-09-281-0/+1
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* Debugger: Adapt to latest settings access stylehjk2023-07-141-11/+10
* Reduce usage of app_version headerEike Ziller2023-06-261-2/+1
* Debugger: Handle some Qt deprecation warningshjk2023-06-121-2/+2
* Move SessionManager to Core pluginEike Ziller2023-05-251-3/+2
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-6/+9
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-1/+1
* Debugger: make default number of array elements configurableDavid Schulz2023-03-071-3/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-061-4/+4
|\
| * Debugger: Fix highlighting values and members in memory viewDavid Schulz2023-03-031-4/+4
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-271-10/+24
|\|
| * Debugger: Compress consecutive calls to updateLocalsWindow()hjk2023-02-271-3/+10
| * Debugger: Introduce a cache for pre-rendered value columne entrieshjk2023-02-241-6/+13
| * Debugger: Suppress a message clogging the log viewhjk2023-02-241-1/+1
* | Debugger: add <load more> functionality to array dumperDavid Schulz2023-02-271-20/+40
|/
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Fix crash when showing characters > 0x7FFFFFFFMarcus Tillmanns2022-08-111-1/+1
* Debugger: Fix crash when showing characters > 0xffffMarcus Tillmanns2022-08-111-1/+14
* Drop Qt5: Debugger: Get rid of QOverloadJarek Kobus2022-07-201-2/+2
* Debugger: force qfloat16 to float to printThiago Macieira2022-07-091-1/+1
* Debugger: Convert to Tr::trhjk2022-07-081-6/+9
* Debugger: Use some Tr::tr in WatchModel related classeshjk2022-07-071-106/+107
* Use Utils::setClipboardAndSelection() more oftenhjk2022-06-201-12/+3
* reformatCharacter: int to QChar conversion segfaultEvgeny Shtanov2022-06-081-1/+8
* Debugger: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-031-8/+10
* Debugger: Use queued connection for menu actionsAaron Barany2022-02-071-33/+33