Commit Graph

  • ab68c53052 Ignore generated source files found in build directory Thomas Uhle 2020-06-12 17:15:57 +02:00
  • 963f85d695 Merge pull request #1617 from uhle/fix-deprecated-code CraigD 2020-06-12 15:39:29 +01:00
  • afc0b2fcc1 Replace Utils::random() by QRandomGenerator::global() Thomas Uhle 2020-06-12 16:10:56 +02:00
  • 3b49d61a37 Replace deprecated QTime::start(), QTime::elapsed() by using QElapsedTimer Thomas Uhle 2020-06-12 16:00:18 +02:00
  • 67d1d3c8f0 Replace deprecated QWheelEvent::delta() by QWheelEvent::angleDelta() Thomas Uhle 2020-06-12 15:55:03 +02:00
  • 94287bb8eb Replace deprecated sprintf() by QString::arg() Thomas Uhle 2020-06-12 15:45:37 +02:00
  • d130c7cd92 Merge pull request #1616 from uhle/context-songview-show-metadata CraigD 2020-06-10 14:33:01 +01:00
  • d4defb27ad Fix build Closes #1615 Craig Drummond 2020-06-10 13:47:18 +01:00
  • 4ca9943e1e Change SongView::update() to always update and show metadata Thomas Uhle 2020-06-10 14:30:15 +02:00
  • e9d597eff1 Merge pull request #1614 from uhle/fix-move-selection-play-next CraigD 2020-06-10 11:57:39 +01:00
  • b797e225d4 Fix MainWindow::moveSelectionAfterCurrentSong() Thomas Uhle 2020-06-10 12:44:33 +02:00
  • e24a9e09e3 Merge pull request #1613 from uhle/fix-song-file-path CraigD 2020-06-10 05:26:00 +01:00
  • b43c93655a Avoid prepending song's file path with MPD's music directory if it is empty, a stream URL or an absolute path. Thomas Uhle 2020-06-09 22:55:43 +02:00
  • c4f938603b Merge pull request #1611 from uhle/fix-context-view-cover-image CraigD 2020-06-08 13:39:01 +01:00
  • 34a8be6b6e Fix loading cover images with wrong file extension in context view Thomas Uhle 2020-06-08 14:25:47 +02:00
  • 1abcac9a3e Center covers in context view by use of <div> container Thomas Uhle 2020-06-08 14:20:43 +02:00
  • 9baab4012f Merge pull request #1610 from uhle/fix-podcastservice-podcast-description CraigD 2020-06-08 13:08:12 +01:00
  • 2f716be201 Insert additional line break between title and description in tooltip to better separate long titles from the descriptions. Thomas Uhle 2020-06-08 14:00:29 +02:00
  • 66bad2a256 Fix writing 'descr' attribute in PodcastService::Podcast::save() Thomas Uhle 2020-06-08 14:00:01 +02:00
  • e714ee2326 Merge pull request #1609 from uhle/fix-utils-systray-detection CraigD 2020-06-08 11:32:45 +01:00
  • c89d3f76b3 Query Qt whether system tray is available if not (Unity flavored) GNOME Thomas Uhle 2020-06-08 12:00:47 +02:00
  • 074efa0517 Merge pull request #1608 from uhle/fix-dbus-xdg-power-management CraigD 2020-06-07 12:29:29 +01:00
  • 1d25d0dbfc Use QGuiApplication::applicationDisplayName() as application name Thomas Uhle 2020-06-06 18:55:36 +02:00
  • 9f5e3bfa33 Additionally call Inhibit() from org.freedesktop.login1.Manager to also support desktop environments that do not provide org.freedesktop.PowerManagement.Inhibit (newer GNOME releases for instance). Thomas Uhle 2020-06-06 18:30:05 +02:00
  • 4599a49484 Fix bus name of freedesktop.org's power management Thomas Uhle 2020-06-06 18:00:16 +02:00
  • 970abe04c4 Merge pull request #1606 from uhle/fix-playqueue-navigation-actions CraigD 2020-05-30 22:44:23 +01:00
  • 0df2710b9e Fix enabling of play queue navigation actions 'next' and 'previous' Thomas Uhle 2020-05-30 17:00:12 +02:00
  • f346016a58 Guard MPD command 'next' to prevent it from reporting errors if there is no next song in the play queue that can be played. Thomas Uhle 2020-05-20 14:00:38 +02:00
  • 8a7910ca6c Set default lyrics providers to azlyrics.com, chartlyrics.com, and lyrics.wikia.com Issue #1604 Craig Drummond 2020-05-23 07:51:38 +01:00
  • bafb46be50 Add chartlyrics.com to list of lyrics providers. Issue #1604 Craig Drummond 2020-05-23 07:41:06 +01:00
  • 6e3254daa9 Merge pull request #1602 from uhle/fix-mpris-status-update CraigD 2020-05-20 05:23:58 +01:00
  • 020ef1f956 Trigger MPRIS status update when connection to MPD lost Thomas Uhle 2020-05-15 15:45:23 +02:00
  • 9acee0d50c Synchronize update of current song details and status of MPRIS interface Thomas Uhle 2020-05-15 12:55:11 +02:00
  • 4263744926 Avoid unknown song durations and duplicate updates of MPRIS' song details Thomas Uhle 2020-05-15 12:44:55 +02:00
  • 99113880c0 When checking if songs are different, compare track and disc numbers too Thomas Uhle 2020-05-15 12:12:07 +02:00
  • b61a192d16 Merge pull request #1592 from uhle/fix-mpris-status-update CraigD 2020-05-07 18:29:21 +01:00
  • a8a1f5bce1 Squash changelog entries Thomas Uhle 2020-05-07 12:55:48 +02:00
  • 6c89271ac5 MPRIS interface: fix LoopStatus getter and setter Thomas Uhle 2020-04-22 00:24:46 +02:00
  • f0a1ae8b1c MPRIS interface: fix CanPlay/CanPause status update Thomas Uhle 2020-04-22 00:20:20 +02:00
  • 530d907240 MPRIS interface: fix if condition for CanSeek status update Thomas Uhle 2020-04-22 00:15:13 +02:00
  • 5e5b362130 Merge pull request #1600 from uhle/fix-cantata-stream-song-details CraigD 2020-05-05 19:40:48 +01:00
  • d406c01694 Fix getting song details from Cantata stream URLs Thomas Uhle 2020-05-05 18:05:33 +02:00
  • e6610c1668 When checking if song exists, check disc number. Closes #1599 Craig Drummond 2020-05-04 19:06:59 +01:00
  • da402044af Hide BB10 styles (look bad), and gtk2 style (doesn't start) from list of styles in interface settings. Closes #1598 Craig Drummond 2020-05-03 08:15:49 +01:00
  • a98170949f Merge branch 'master' of github.com:CDrummond/cantata Craig Drummond 2020-05-02 16:44:21 +01:00
  • 03519b1faa Don't use last.fm for artist image searches, its broken. Closes #1597 Craig Drummond 2020-05-02 16:43:52 +01:00
  • 3e2fd55bee Merge pull request #1591 from uhle/fix-default-cover-icons CraigD 2020-04-22 06:25:31 +01:00
  • 4a26cd7013 Update coverFileName in accordance with CurrentCover::stdImage() Thomas Uhle 2020-04-22 00:02:29 +02:00
  • 6d1c168f9d Merge pull request #1590 from uhle/fix-default-cover-icons CraigD 2020-04-20 21:22:10 +01:00
  • 08f938b62e Adapt CoverWidget::updateToolTip() to also use Song::isStandardStream() Thomas Uhle 2020-04-20 21:15:22 +02:00
  • a2d533940f Align Covers::defaultPix() with CurrentCover::stdImage() Thomas Uhle 2020-04-20 20:55:06 +02:00
  • 563e91c6df Fix search order in CurrentCover::findIcon() Thomas Uhle 2020-04-20 20:00:18 +02:00
  • ddb5a3273e Merge pull request #1586 from uhle/cmake-uses-pkgconfig CraigD 2020-04-11 07:43:08 +01:00
  • bdbee8ca6f Use pkg-config to support finding libraries Thomas Uhle 2020-04-10 23:25:14 +02:00
  • 30e037535a Set cmake policy CMP0075 and CMP0011 Thomas Uhle 2020-04-10 22:55:52 +02:00
  • a68b3975dc Merge pull request #1585 from uhle/avoid-empty-filenames CraigD 2020-04-10 21:51:55 +01:00
  • d47cfe14ca Merge pull request #1584 from uhle/fix-devicemanager-dtor CraigD 2020-04-10 21:51:43 +01:00
  • b4fc22d982 Avoid passing empty string as file name to QFile::exists() Thomas Uhle 2020-04-10 22:22:36 +02:00
  • 4eeb6e77c2 Add missing const qualifier Thomas Uhle 2020-04-10 14:30:40 +02:00
  • 559ec6bed7 Merge branch 'master' into fix-devicemanager-dtor Thomas Uhle 2020-04-10 14:15:40 +02:00
  • 3182a7408c Merge pull request #1583 from uhle/fix-trailing-dirsep CraigD 2020-04-08 19:04:36 +01:00
  • 7155eeafad Merge branch 'master' into fix-trailing-dirsep CraigD 2020-04-08 19:03:56 +01:00
  • 9d952a9c84 Merge pull request #1582 from uhle/fix-onlineservice-song-details CraigD 2020-04-08 19:03:16 +01:00
  • 109fedde3a Merge branch 'master' into fix-onlineservice-song-details CraigD 2020-04-08 19:03:08 +01:00
  • 3122c577a5 Merge pull request #1581 from uhle/fix-devicemanager-dtor CraigD 2020-04-08 19:01:48 +01:00
  • a6da2401c5 Align path construction in Utils::systemDir() and Utils::helper() Thomas Uhle 2020-04-08 14:11:01 +02:00
  • 741b054e48 Fix setting song details in OnlineService::decode() Thomas Uhle 2020-04-08 12:45:34 +02:00
  • 01d214f60e Prevent Cantata from potentially crashing when closing Thomas Uhle 2020-04-08 12:30:12 +02:00
  • efa907c8e0 Set minimum Qt5 version to 5.11 Issue #1574 Craig Drummond 2020-03-14 09:26:24 +00:00
  • 5a8fcd033f Correctly set 'storeLyricsInMpdDir' config item, UI was setting wrong config item. Issue #1576 Craig Drummond 2020-03-01 14:17:52 +00:00
  • d3a5746ec5 Update README.md CraigD 2020-02-29 12:06:45 +00:00
  • 72729bb424 - Correctly handle changing 'Basic' mode music folder. - When stopping 'Basic' mode MPD instance, send SIGKILL. Closes #1575 Craig Drummond 2020-02-29 08:26:57 +00:00
  • 8ac641cb0e 2.4.1 Release v2.4.1 Craig Drummond 2020-02-22 10:24:03 +00:00
  • c08b48dda0 Remove Encyclopaedia Metallum from lyrics providers, as does not work. Closes #1571 Craig Drummond 2020-02-17 16:10:42 +00:00
  • 51bbd294a9 Enable catagorized view by default, might also be a Qt issue? Craig Drummond 2020-02-16 21:36:08 +00:00
  • 818087d588 qSort -> std::sort Craig Drummond 2020-02-16 21:35:46 +00:00
  • 4f52c08349 Fix one more deprecation warning Craig Drummond 2020-02-16 13:16:54 +00:00
  • 3f675c4d3b Re-enalble view background for all releases - issue is with Qt Craig Drummond 2020-02-16 13:11:49 +00:00
  • c95a806e72 Fix remaining deprecation warnings Craig Drummond 2020-02-16 11:59:15 +00:00
  • b8645d1358 Fix most, but not all, deprecation warnings. Craig Drummond 2020-02-16 09:51:37 +00:00
  • b4c73bee94 Look in /usr/lib64/qt5/bin for lrelease Issue 1570 Craig Drummond 2020-02-16 08:50:36 +00:00
  • c65fe02f77 Re-enable custom playqueue background for Qt versions prior to 5.12 and from 5.13.2 onwwards. Closes #1554 Craig Drummond 2020-02-16 08:37:16 +00:00
  • f051e024d4 Update README.md CraigD 2020-02-15 21:52:53 +00:00
  • 8dc10b82ba Update feature_request.md v2.4.0 CraigD 2020-01-31 08:18:31 +00:00
  • 5ae0632acb Update Craig Drummond 2020-01-27 22:01:14 +00:00
  • 32a4ed871e Update translations Craig Drummond 2020-01-10 07:08:03 +00:00
  • 1f6832d408 Add not about bug-fix only state CraigD 2020-01-04 09:11:42 +00:00
  • 79e5e03783 Make bug-fix onky more obvious CraigD 2020-01-04 09:11:28 +00:00
  • d7b3965b9b Update (c) year Craig Drummond 2020-01-01 11:51:13 +00:00
  • b4c610245c Update README.md CraigD 2019-12-31 09:09:36 +00:00
  • e263987398 Mention bug-fix only state Craig Drummond 2019-12-31 08:51:20 +00:00
  • 404d860da0 Merge pull request #1557 from edhelas/master CraigD 2019-12-06 19:10:14 +00:00
  • 634943c077 - Remove a bit of the extra spacing on the right of itemview - Center the items even if there is only one column Timothée Jaussoin 2019-12-06 15:06:39 +01:00
  • 2d8566d743 - Show podcast coves in toolbar, queue, and info view. - Show podcast description in info view. - Only show cover in toolbar cover tooltip. Issue #1556 Craig Drummond 2019-12-05 16:01:39 +00:00
  • e10350842d Convert podcast descriptions to plain text, trim whitespace, and limit to 1000 characters. Craig Drummond 2019-12-03 18:57:43 +00:00
  • 8b734082f4 Custom playqueue background is not workig with Qt 5.12 onwards, so disabled for now. Craig Drummond 2019-12-03 17:55:51 +00:00
  • a56f5eaae0 Merge pull request #1555 from scootergrisen/patch-6 CraigD 2019-11-26 07:02:19 +00:00
  • 9ad488c15e Update danish translation scootergrisen 2019-11-25 18:09:22 +01:00
  • 8f22407a10 Add 'aac' and 'libfdk_aac' as supported encoders. Closes #1551 Craig Drummond 2019-11-09 14:13:33 +00:00
  • ed195c26de Better sizing Craig Drummond 2019-11-09 14:06:45 +00:00