Skip to content

Tags: Jyothi-Jaci/Clementine

Tags

1.4.0rc1-695-ge2d6759d5

Toggle 1.4.0rc1-695-ge2d6759d5's commit message
Automatic merge of translations from Transifex

1.4.0rc1-694-g102317e5c

Toggle 1.4.0rc1-694-g102317e5c's commit message
internet/podcasts: Fix crash when updating podcasts.

When a podcast is updated and the number of visible items is set in the
podcast settings, child items that disappear from the view, and are
deleted, are still referenced by the database id map.

Move the removal code from SubscriptionRemoved to a common method and
use that for this case.

1.4.0rc1-693-gac3a0d33f

Toggle 1.4.0rc1-693-gac3a0d33f's commit message
Automatic merge of translations from Transifex

1.4.0rc1-692-g224c475b5

Toggle 1.4.0rc1-692-g224c475b5's commit message
Rename multiple files to match the application ID

The desktop entry file, appdata file and installed icons are renamed to
match the application ID for the benefit of Flatpak packaging.

1.4.0rc1-691-gdbe15e5e9

Toggle 1.4.0rc1-691-gdbe15e5e9's commit message
Automatic merge of translations from Transifex

1.4.0rc1-690-gc0c903767

Toggle 1.4.0rc1-690-gc0c903767's commit message
Automatic merge of translations from Transifex

1.4.0rc1-689-g6982b4781

Toggle 1.4.0rc1-689-g6982b4781's commit message
Search song from Spotify via web api

1.4.0rc1-688-g98dd3e48a

Toggle 1.4.0rc1-688-g98dd3e48a's commit message
Automatic merge of translations from Transifex

1.4.0rc1-687-g1e39ce29a

Toggle 1.4.0rc1-687-g1e39ce29a's commit message
Automatic merge of translations from Transifex

1.4.0rc1-686-gdaa2f25e3

Toggle 1.4.0rc1-686-gdaa2f25e3's commit message
Replace Q_ENUMS with Q_ENUM

Q_ENUMS is obsolete. See: https://doc.qt.io/qt-5/qobject-obsolete.html
The replacement is Q_ENUM which was introduced in Qt 5.5, and Clementine
requires Qt 5.6.