summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/stringtable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-182/+0
* Add TestStringTable scenarioJarek Kobus2021-06-021-0/+11
* StringTable: Ensure only one GC() thread is running at a timeJarek Kobus2021-04-191-31/+29
* Fix a possible crash in StringTable on shutdownJarek Kobus2021-04-091-11/+20
* StringTable: Use QElapsedTimer instead of QTimeJarek Kobus2021-03-261-5/+4
* Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-161-1/+2
* CppTools: Fix Qt6 build wrt internal QString changesEike Ziller2020-09-151-2/+7
* CppTools: Use a normal plugin pimpl member for StringTablehjk2020-02-061-2/+2
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-0/+2
* CppTools: modernizeAlessandro Portale2019-01-211-1/+1
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
* CppTools: Apply 'static' pattern to StringTablehjk2018-02-071-10/+48
* CppTools: Avoid QT_SUPPORT macroOrgad Shaneh2017-06-061-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-01-301-2/+1
|/
* C++: Only start/stop timers from the UI thread.Erik Verbruggen2014-11-181-3/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-0/+1
|\ \ | |/
| * C++: set the objectName of QTimers.Erik Verbruggen2014-08-291-0/+1
* | Cpp{Editor,Tools}: Remove some Qt4-only codeNikolai Kosjar2014-08-281-5/+1
* | Use the functions in QRefCount to check if the QString is in useThiago Macieira2014-07-011-4/+10
|/
* CppTools: Fix compilation with Qt4Nikolai Kosjar2014-06-021-7/+14
* C++: use a global string table for SearchSymbols.Erik Verbruggen2014-05-281-0/+116