Clementine-audio-player-Mac.../src
Jim Broadus 90cf4988ea Fix crash when searching playlist.
While iterating over expandList in refreshExpanded, calls to setExpanded cause
the list to be appended. Since QList uses an array implementation that must
reallocate when reserved space is exhausted, iterators are unsafe for this case.
Use indexes, which are O(1) in QLists, instead of iterators.
2020-02-24 13:45:42 +00:00
..
analyzers Replace use of QColor::dark with QColor::darker 2020-01-04 23:00:40 +01:00
core Prevent global shortcut crash on wayland. 2020-02-23 16:05:57 +00:00
covers Merge pull request #6438 from jonaski/remove-extra-semicolon 2019-11-10 00:53:37 +00:00
dbus Initial KGlobalAccel support 2019-12-06 22:34:13 +00:00
devices Add a directory_model accessor to Application class. 2020-02-11 08:09:22 +00:00
engines Scrub gstreamer error strings for url query strings. 2020-02-17 20:31:06 +00:00
globalsearch Fix formatting 2020-01-05 19:09:03 +01:00
internet Remove some user info from logs. 2020-02-18 09:03:08 +00:00
library Add QString version of GetRelativePathToClementineBin. 2020-02-12 09:53:12 +00:00
mac Open the right part of the system preferences for global shortcuts on Mavericks. 2014-04-02 16:27:07 +02:00
moodbar Fix UNC paths. 2020-01-29 00:38:43 -08:00
musicbrainz Convert remaining QJsonValue::isUndefined usage. 2020-02-13 11:12:52 +00:00
networkremote Replace QString::null with QString() 2019-11-09 23:45:28 +01:00
playlist Fix crash when searching playlist. 2020-02-24 13:45:42 +00:00
playlistparsers Remove extra ';' 2019-11-10 00:30:18 +01:00
ripper Merge branch 'master' into qt5-update 2019-07-21 14:20:59 +02:00
smartplaylists Fix layouts with duplicate name in SmartPlaylistSearchTermWidget 2020-01-05 01:15:58 +01:00
songinfo Replace closures with connect variant. 2020-02-13 19:20:01 +00:00
transcoder Remove extra ';' 2019-11-10 00:30:18 +01:00
translations Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2020-02-21 10:11:26 +00:00
ui Shortcut settings page cleanup. 2020-02-23 16:08:05 +00:00
visualisations Fix formatting 2019-11-10 15:16:39 +01:00
widgets Support newlines in error dialog. 2020-01-16 21:06:11 -08:00
wiimotedev Merge remote-tracking branch 'upstream/master' into qt5 2018-02-01 09:50:42 +01:00
CMakeLists.txt Initial KGlobalAccel support 2019-12-06 22:34:13 +00:00
config.h.in Improvements to makefiles and make components optional (#6221) 2018-11-29 21:32:12 +00:00
main.cpp use QT's High DPI attribute 2020-02-24 13:44:09 +00:00
version.h.in Create a 1.0 release branch, and rework the way version numbers are done everywhere. 2011-12-02 14:48:19 +00:00