- 07 Jun, 2013 1 commit
-
-
Milian Wolff authored
-
- 31 May, 2013 2 commits
-
-
Milian Wolff authored
-
Milian Wolff authored
-
- 01 May, 2013 1 commit
-
-
Script Kiddy authored
-
- 24 Mar, 2013 1 commit
-
-
Script Kiddy authored
-
- 16 Mar, 2013 1 commit
-
-
Milian Wolff authored
Not only is the code much cleaner, we also have the added advantage of not spinning up new threads whenever we parse a new file. Furthermore the signals have been cleaned up to remove the unsafe accessal of the old ParseThread once it has finished parsing. BUG: 316307
-
- 26 Feb, 2013 1 commit
-
-
Script Kiddy authored
-
- 31 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 13 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 02 Jan, 2013 1 commit
-
-
Script Kiddy authored
-
- 24 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 23 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 22 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 16 Dec, 2012 1 commit
-
-
Milian Wolff authored
Never ever 'cache' the end iterator, as it might get invalidated after a call to erase.
-
- 03 Dec, 2012 2 commits
-
-
Milian Wolff authored
This fixes tooltips for more complicated function signatures
-
Milian Wolff authored
-
- 01 Oct, 2012 2 commits
-
-
Milian Wolff authored
-
Milian Wolff authored
-
- 17 Aug, 2012 1 commit
-
-
Milian Wolff authored
BUG: 305272
-
- 19 Jun, 2012 1 commit
-
-
Script Kiddy authored
-
- 21 Mar, 2012 4 commits
-
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
-
- 16 Mar, 2012 2 commits
-
-
Yuri Chornoivan authored
-
Milian Wolff authored
QRegExp is not thread safe, hence don't share it between threads by making it static.
-
- 15 Mar, 2012 14 commits
-
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
store labels on first encounter in a QHash and reuse copies of the labels there, which are just shallow, implicitly shared copies. further decreases the memory consumption considerably for my test case, where the consumption goes down by about 50%. Many thanks to André Wöbbeking for the suggestion. CCMAIL: Woebbeking@kde.org
-
Milian Wolff authored
-
Milian Wolff authored
easier and faster this way
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
this is especially noticeable for large, compressed files where loading easily takes a few seconds. now, instead of hanging the UI we show a throbber progress bar. neat
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
not important, just to make it easier to run memcheck on it later
-
Milian Wolff authored
we only convert to QString on demand when we actually display a string to the user. most often, this is just a small subset of the data we have lying around in total. the memory consumption gain is esp. noticeable for big data files, where it reduces the memory consumption by ~40%
-
Milian Wolff authored
-