mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-15 16:32:12 +02:00
Compare commits
5 Commits
docker-act
...
fix-snoren
Author | SHA1 | Date | |
---|---|---|---|
|
4d3ee34903 | ||
|
4ee462db4c | ||
|
57c387bba5 | ||
|
d693bbf33f | ||
|
4fb44c931b |
@@ -51,7 +51,7 @@ SnoreNotifyPlugin::SnoreNotifyPlugin()
|
||||
|
||||
Snore::SnoreCore &snore = Snore::SnoreCore::instance();
|
||||
snore.loadPlugins( Snore::SnorePlugin::Backend | Snore::SnorePlugin::SecondaryBackend );
|
||||
snore.setDefaultSettingsValue("Silent", true, Snore::LocalSetting );
|
||||
snore.setDefaultSettingsValue( {QStringLiteral("Silent"), Snore::LocalSetting}, true );
|
||||
|
||||
m_application = Snore::Application( qApp->applicationName(), m_defaultIcon );
|
||||
m_application.hints().setValue( "use-markup", true );
|
||||
|
@@ -247,6 +247,7 @@ DelegateConfigWrapper::getTestConfigMessage( int code )
|
||||
case Tomahawk::Accounts::ConfigTestResultAccountExpired:
|
||||
return tr( "Your account has expired." );
|
||||
}
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
||||
|
@@ -28,6 +28,7 @@
|
||||
#include <QApplication>
|
||||
#include <QHideEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPaintEvent>
|
||||
#include <QShowEvent>
|
||||
|
||||
|
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <QLayout>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPixmap>
|
||||
#include <QBitmap>
|
||||
#include <QPalette>
|
||||
|
@@ -19,6 +19,8 @@
|
||||
#include "DropDownButton.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainterPath>
|
||||
|
||||
#include "Artist.h"
|
||||
#include "Album.h"
|
||||
|
@@ -27,6 +27,7 @@
|
||||
#include <QPixmap>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
|
@@ -22,6 +22,7 @@
|
||||
#include <QApplication>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
|
@@ -19,10 +19,11 @@
|
||||
|
||||
#include "SearchButton.h"
|
||||
|
||||
#include <qcompleter.h>
|
||||
#include <qevent.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qpainter.h>
|
||||
#include <QCompleter>
|
||||
#include <QEvent>
|
||||
#include <QLineEdit>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
|
||||
SearchButton::SearchButton(QWidget *parent)
|
||||
: QAbstractButton(parent)
|
||||
|
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPaintEvent>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
|
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPropertyAnimation>
|
||||
#include <QStyleOptionButton>
|
||||
#include <QPixmap>
|
||||
|
@@ -29,8 +29,9 @@
|
||||
#include "Source.h"
|
||||
#include "Track.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QDialog>
|
||||
#include <QPainter>
|
||||
#include <QPainterPath>
|
||||
#include <QPropertyAnimation>
|
||||
|
||||
#define ARROW_HEIGHT 6
|
||||
|
Reference in New Issue
Block a user