Bubble::Bubble(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), m_showText(false), m_animated(true), m_val(0), m_max(0), m_speed(1000), m_bubbles(20), m_bubbleCount(0), m_labelTransparency(0), m_rebuildClip(true) { m_svg = new Plasma::Svg(this); m_svg->setImagePath(Plasma::Theme::defaultTheme()->imagePath("bubblemon/bubble")); connect(m_svg, SIGNAL(repaintNeeded()), this, SLOT(repaintNeeded())); setAcceptHoverEvents(true); setAspectRatioMode(Plasma::Square); setBackgroundHints(NoBackground); m_animation = new QPropertyAnimation(this, "labelTransparency", this); m_animation->setDuration(200); m_animation->setStartValue(0.0); m_animation->setEndValue(1.0); }
KeyboardApplet::KeyboardApplet(QObject *parent, const QVariantList &args): Plasma::Applet(parent, args), xEventNotifier(), rules(Rules::readRules(Rules::READ_EXTRAS)), keyboardConfig(new KeyboardConfig()), layoutsMenu(new LayoutsMenu(*keyboardConfig, *rules, flags)) { if( ! X11Helper::xkbSupported(NULL) ) { setFailedToLaunch(true, i18n("XKB extension failed to initialize")); return; } m_svg = new Plasma::Svg(this); m_svg->setImagePath("widgets/labeltexture"); m_svg->setContainsMultipleImages(true); resize(48,48); setHasConfigurationInterface(false); setAspectRatioMode(Plasma::KeepAspectRatio); //setSizePolicy(QSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum)); setBackgroundHints(DefaultBackground); connect(Plasma::Theme::defaultTheme(), SIGNAL(themeChanged()), this, SLOT(themeChanged())); QDBusConnection dbus = QDBusConnection::sessionBus(); dbus.connect(QString(), KEYBOARD_DBUS_OBJECT_PATH, KEYBOARD_DBUS_SERVICE_NAME, KEYBOARD_DBUS_CONFIG_RELOAD_MESSAGE, this, SLOT(configChanged())); }
Clock::Clock(QObject *parent, const QVariantList &args) : ClockApplet(parent, args), m_showSecondHand(false), m_showTimezoneString(false), m_showingTimezone(false), m_tzFrame(0), m_repaintCache(RepaintAll), m_faceCache(QPixmap()), m_handsCache(QPixmap()), m_glassCache(QPixmap()), m_secondHandUpdateTimer(0), m_animateSeconds(false) { KGlobal::locale()->insertCatalog("libplasmaclock"); // this catalog is only used once on the first start of the clock to translate the timezone in the configuration file KGlobal::locale()->insertCatalog("timezones4"); setHasConfigurationInterface(true); resize(256, 256); setAspectRatioMode(Plasma::Square); setBackgroundHints(NoBackground); m_theme = new Plasma::Svg(this); m_theme->setImagePath("widgets/clock"); m_theme->setContainsMultipleImages(true); m_theme->resize(size()); connect(m_theme, SIGNAL(repaintNeeded()), this, SLOT(repaintNeeded())); }
Luna::Luna(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), counter(-1), m_theme(0) { setHasConfigurationInterface(true); setAspectRatioMode(Plasma::Square); setBackgroundHints(Plasma::Applet::NoBackground); resize(QSize(82, 82)); }
Context::Applet::Applet( QObject * parent, const QVariantList& args ) : Plasma::Applet( parent, args ) , m_canAnimate( !KServiceTypeTrader::self()->query("Plasma/Animator", QString()).isEmpty() ) , m_heightCollapseOff( 0 ) , m_header( 0 ) , m_transient( 0 ) , m_standardPadding( 6.0 ) { setBackgroundHints( NoBackground ); }
SongkickApplet::SongkickApplet( QObject* parent, const QVariantList& args ) : Context::Applet( parent, args ) , m_titleText( i18n("Songkick Concert Information") ) , m_titleLabel( 0 ) , m_reloadIcon( 0 ) , m_songkick( 0 ) , m_songkickProxy( 0 ) { setHasConfigurationInterface( false ); setBackgroundHints( Plasma::Applet::NoBackground ); }
AbstractGroup::AbstractGroup(QGraphicsItem *parent, Qt::WindowFlags wFlags) : QGraphicsWidget(parent, wFlags), d(new AbstractGroupPrivate(this)) { setAcceptDrops(true); setAcceptHoverEvents(true); setContentsMargins(10, 10, 10, 10); setBackgroundHints(StandardBackground); setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); setMinimumSize(20, 20); }
RtdScheduleApplet::RtdScheduleApplet(QObject *parent, const QVariantList& args) : Plasma::Applet(parent, args) { m_label = new Plasma::Label(this); QGraphicsLinearLayout *layout = new QGraphicsLinearLayout(this); layout->setContentsMargins(0, 0, 0, 0); layout->setSpacing(0); layout->addItem(m_label); setBackgroundHints(DefaultBackground); resize(170, 150); }
PlasmaMuleApplet::PlasmaMuleApplet(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), m_svg(this) { QString path = __IMG_PATH__; path.append( "application-x-emulecollection.svg"); m_svg.setImagePath(path); setBackgroundHints(TranslucentBackground); setMinimumSize(200, 200); setMaximumSize(300, 300); setAcceptDrops(TRUE); setHasConfigurationInterface(FALSE); }
Simonoid::Simonoid ( QObject *parent, const QVariantList &args ) : Plasma::Applet ( parent, args ), m_appletLayout(0), m_layouttype ( Simonoid::LayoutInvalid ), m_interval ( -1 ), m_icon ( "simon" ), m_isconnected ( false ), m_configpage ( 0 ), m_dbusinterface ( 0 ), m_checkConnectionTimer ( this ) { setHasConfigurationInterface ( true ); setBackgroundHints ( DefaultBackground ); setHasConfigurationInterface ( true ); }
ITmagesApplet::ITmagesApplet(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args) { // load translation if (QLocale::system().name().contains(QRegExp("ru"))) { QTranslator *translator = new QTranslator; translator->load("/usr/share/itmages/itmages-plasma-applet-ru"); qApp->installTranslator(translator); } setAcceptDrops(true); setAspectRatioMode(Plasma::ConstrainedSquare); setBackgroundHints(DefaultBackground); resize(150,150); }
ponycountdownplasma::ponycountdownplasma(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), m_svg(this), m_label_ep(0), m_label_name(0), m_label_season(0), m_label_day_est(0), m_label_hour_est(0), m_label_min_est(0), m_label_sec_est(0) { // this will get us the standard applet background, for free! setBackgroundHints(DefaultBackground); m_svg.setImagePath("widgets/background"); setHasConfigurationInterface(false); setAspectRatioMode(Plasma::IgnoreAspectRatio); m_font.setPixelSize(24); resize(500, 150); }
KdeObservatory::KdeObservatory(QObject *parent, const QVariantList &args) : Plasma::PopupApplet(parent, args), m_mainContainer(0), m_currentView(0), m_viewTransitionTimer(new QTimer(this)), m_transitionTimer(new QTimeLine(500, this)), m_engine(0), m_service(0) { setBackgroundHints(DefaultBackground); setHasConfigurationInterface(true); setAspectRatioMode(Plasma::IgnoreAspectRatio); resize(300, 200); connect(m_transitionTimer, SIGNAL(finished()), this, SLOT(timeLineFinished())); connect(m_viewTransitionTimer, SIGNAL(timeout()), this, SLOT(moveViewRight())); }
IconApplet::IconApplet(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), m_icon(0), m_watcher(0), m_hasDesktopFile(false) { setAcceptDrops(true); setBackgroundHints(NoBackground); setHasConfigurationInterface(true); m_icon = new Plasma::IconWidget(this); if (!args.isEmpty()) { setUrl(args.value(0).toString()); } resize(m_icon->sizeFromIconSize(IconSize(KIconLoader::Desktop))); //kDebug() << "sized to:" << geometry(); }
WicdApplet::WicdApplet(QObject *parent, const QVariantList &args) : Plasma::PopupApplet(parent, args), m_theme(0), m_plotter(0) { KGlobal::locale()->insertCatalog("wicd-kde"); Wicd::locate(); setHasConfigurationInterface(false); setAspectRatioMode(Plasma::ConstrainedSquare); setPopupIcon(QIcon()); setStatus(Plasma::ActiveStatus); m_theme = new Plasma::Svg(this); m_theme->setImagePath("icons/network"); m_theme->setContainsMultipleImages(true); // this will get us the standard applet background, for free! setBackgroundHints(DefaultBackground); }
EmergingPlasmoid::EmergingPlasmoid(QObject * parent, const QVariantList & args) : Plasma::Applet(parent, args) , gentooLogoLabel(this) , currentJobMeter(this) , totalJobMeter(this) , layout(NULL) , currentJobName("Nothing being emerged") , targetJobCount(0) , currentJobCount(0) , secondsUntilGiveUp(0) , configDialog(NULL) { setBackgroundHints(DefaultBackground); gentooLogoLabel.setImage(KStandardDirs::locate("data", "emerging-plasmoid/glogo-small.png")); setHasConfigurationInterface(true); connect(&updateTimer, SIGNAL(timeout()), this, SLOT(updateStatus())); updateTimer.start(1000); // every 1sec connect(Plasma::Theme::defaultTheme(), SIGNAL(themeChanged()), this, SLOT(themeChanged())); setAspectRatioMode(Plasma::IgnoreAspectRatio); }
void IconApplet::constraintsEvent(Plasma::Constraints constraints) { setBackgroundHints(NoBackground); if (constraints & Plasma::FormFactorConstraint) { disconnect(m_icon, SIGNAL(activated()), this, SLOT(openUrl())); disconnect(m_icon, SIGNAL(clicked()), this, SLOT(openUrl())); if (formFactor() == Plasma::Planar || formFactor() == Plasma::MediaCenter) { connect(m_icon, SIGNAL(activated()), this, SLOT(openUrl())); if (!m_lastFreeSize.isEmpty()) { resize(m_lastFreeSize); } m_icon->setText(m_text); Plasma::ToolTipManager::self()->unregisterWidget(m_icon); m_icon->setDrawBackground(true); } else { //in the panel the icon behaves like a button connect(m_icon, SIGNAL(clicked()), this, SLOT(openUrl())); m_icon->setText(QString()); Plasma::ToolTipContent data(m_text, m_genericName, m_icon->icon()); Plasma::ToolTipManager::self()->setContent(m_icon, data); m_icon->setDrawBackground(false); if (!m_lastFreeSize.isEmpty()) { config().writeEntry("LastFreeSize", size().toSize()); emit configNeedsSaving(); } } } if (constraints & Plasma::SizeConstraint && !m_lastFreeSize.isEmpty() && (formFactor() == Plasma::Planar || formFactor() == Plasma::MediaCenter)) { m_lastFreeSize = size().toSize(); } if (constraints & Plasma::StartupCompletedConstraint) { m_lastFreeSize = config().readEntry("LastFreeSize", size().toSize()); } }
GraphicalTimetableLine::GraphicalTimetableLine(QObject *parent, const QVariantList &args) : Plasma::Applet(parent, args), m_stopWidget(0), m_vehicleTypeModel(0), m_showTimetableCheckbox(0), m_drawTransportLineCheckbox(0), m_zoomInButton(0), m_zoomOutButton(0), m_title(0), m_departureView(0), m_svg(this) { m_animate = true; // this will get us the standard applet background, for free! setBackgroundHints(DefaultBackground); m_svg.setImagePath( KGlobal::dirs()->findResource("data", "plasma_applet_graphicaltimetableline/vehicles.svg") ); m_svg.setContainsMultipleImages( true ); setAspectRatioMode(Plasma::IgnoreAspectRatio); setHasConfigurationInterface(true); resize( 400, 250 ); setMinimumHeight( 125 ); QRectF rect = contentsRect(); m_timelineStart = QPointF( rect.left() + 0.1 * rect.width(), rect.top() + 0.75 * rect.height() ); m_timelineEnd = QPointF( rect.right() - 0.05 * rect.width(), rect.top() + 0.18 * rect.height() ); }
EventApplet::EventApplet(QObject *parent, const QVariantList &args) : Plasma::PopupApplet(parent, args), m_graphicsWidget(0), m_view(0), m_delegate(0), m_eventFormatConfig(), m_todoFormatConfig(), m_colorConfigUi(), m_timer(0), m_agentManager(0), m_openEventWatcher(0), m_addEventWatcher(0), m_addTodoWatcher(0) { KGlobal::locale()->insertCatalog("libkcal"); KGlobal::locale()->insertCatalog("eventapplet"); setBackgroundHints(DefaultBackground); setAspectRatioMode(Plasma::IgnoreAspectRatio); setHasConfigurationInterface(true); setPopupIcon("view-pim-tasks"); Akonadi::ServerManager::start(); }
void JobViewServer::setupUi() { // Paar allgemeine Parameter setBackgroundHints(DefaultBackground); setHasConfigurationInterface(true); setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); resize(400, 80); // Rahmen, der das Hauptlayout enthält Plasma::Frame* frame = new Plasma::Frame(); frame->setFrameShadow(Plasma::Frame::Sunken); QGraphicsLinearLayout* fullSpaceLayout = new QGraphicsLinearLayout(); fullSpaceLayout->setContentsMargins(0,0,0,0); setLayout(fullSpaceLayout); fullSpaceLayout->addItem(frame); QGraphicsLinearLayout* layout = new QGraphicsLinearLayout(); layout->setContentsMargins(0,0,0,0); frame->setLayout(layout); // Icon mit History und Queue Indicator iconWidget = new Plasma::IconWidget(); iconWidget->setPreferredWidth(25); iconWidget->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Expanding); iconWidget->setIcon(KIcon("arrow-down")); layout->addItem(iconWidget); // Layout mit Progressbars meterContainer = new Plasma::Label(); meterContainer->nativeWidget()->setWordWrap(true); meterLayout = new QGraphicsLinearLayout(); meterContainer->setLayout(meterLayout); layout->addItem(meterContainer); // Popup erzeugen popup = new Plasma::Dialog(); QVBoxLayout* popupLayout = new QVBoxLayout(); popupLayout->setContentsMargins(0,0,0,0); popup->setLayout(popupLayout); popup->setWindowFlags(Qt::Popup); popup->resize(400, 300); // GraphicsView und GraphicsScene erzeugen QGraphicsScene* popupScene = new QGraphicsScene(); QGraphicsView* popupView = new QGraphicsView(); popupView->setScene(popupScene); popupView->setFrameStyle(QFrame::NoFrame); popupView->setStyleSheet("background-color: transparent;"); popupView->setAlignment(Qt::AlignHCenter | Qt::AlignTop); popupView->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded); popupView->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); popupLayout->addWidget(popupView); // Container mit dem GridLayout zur Scene hinzufügen jobViewContainer = new QGraphicsWidget(); jobViewLayout = new QGraphicsLinearLayout(Qt::Vertical); jobViewLayout->setContentsMargins(5,5,5,5); jobViewContainer->setLayout(jobViewLayout); popupScene->addItem(jobViewContainer); // Überschrift-/Nachrichtenbereich popupHeadline = new Plasma::Label(); popupHeadline->nativeWidget()->setAlignment(Qt::AlignCenter); jobViewLayout->addItem(popupHeadline); QObject::connect(iconWidget, SIGNAL(clicked()), this, SLOT(showPopup())); }
void LabelsApplet::init() { DEBUG_BLOCK // Call the base implementation. Context::Applet::init(); setBackgroundHints( Plasma::Applet::NoBackground ); // properly set the size, asking for the whole cv size. resize( 500, -1 ); // this applet has to be on top of the applet below, otherwise the completion list of the combobox will shine through the other applet setZValue( zValue() + 100 ); // Create the title label enableHeader( true ); setHeaderText( i18n( "Labels" ) ); setCollapseHeight( m_header->height() ); setMinimumHeight( collapseHeight() ); // reload icon QAction *reloadAction = new QAction( this ); reloadAction->setIcon( KIcon( "view-refresh" ) ); reloadAction->setVisible( true ); reloadAction->setEnabled( true ); reloadAction->setText( i18n( "Reload" ) ); m_reloadIcon = addLeftHeaderAction( reloadAction ); m_reloadIcon.data()->setEnabled( false ); connect( m_reloadIcon.data(), SIGNAL( clicked() ), this, SLOT( reload() ) ); // settings icon QAction *settingsAction = new QAction( this ); settingsAction->setIcon( KIcon( "preferences-system" ) ); settingsAction->setVisible( true ); settingsAction->setEnabled( true ); settingsAction->setText( i18n( "Settings" ) ); m_settingsIcon = addRightHeaderAction( settingsAction ); connect( m_settingsIcon.data(), SIGNAL( clicked() ), this, SLOT( showConfigurationInterface() ) ); QGraphicsLinearLayout *layout = new QGraphicsLinearLayout( Qt::Vertical, this ); layout->addItem( m_header ); m_addLabelProxy = new QGraphicsProxyWidget( this ); m_addLabelProxy.data()->setAttribute( Qt::WA_NoSystemBackground ); m_addLabel = new KComboBox( this ); m_addLabel.data()->setAttribute( Qt::WA_NoSystemBackground ); m_addLabel.data()->setAutoFillBackground( false ); QPalette p = m_addLabel.data()->palette(); QColor c = p.color( QPalette::Base ); c.setAlphaF( 0.4 ); p.setColor( QPalette::Base, c ); m_addLabel.data()->setPalette( p ); m_addLabel.data()->completionObject()->setIgnoreCase( true ); m_addLabel.data()->setCompletionMode( KGlobalSettings::CompletionPopup ); connect( m_addLabel.data(), SIGNAL( returnPressed() ), this, SLOT( addLabelPressed() ) ); m_addLabelProxy.data()->setWidget( m_addLabel.data() ); // Read config KConfigGroup config = Amarok::config("Labels Applet"); m_minCount = config.readEntry( "MinCount", 30 ); m_numLabels = config.readEntry( "NumLabels", 10 ); m_personalCount = config.readEntry( "PersonalCount", 70 ); m_autoAdd = config.readEntry( "AutoAdd", false ); m_minAutoAddCount = config.readEntry( "MinAutoAddCount", 60 ); m_selectedColor = config.readEntry( "SelectedColor", PaletteHandler::highlightColor( 2.0, 0.7 ) ); const QPalette pal; m_backgroundColor = config.readEntry( "BackgroundColor", pal.color( QPalette::Base ) ); m_matchArtist = config.readEntry( "MatchArtist", true ); m_matchTitle = config.readEntry( "MatchTitle", true ); m_matchAlbum = config.readEntry( "MatchAlbum", true ); m_blacklist = config.readEntry( "Blacklist", QStringList() ); const QStringList replacementList = config.readEntry( "ReplacementList", QStringList() ); foreach( const QString replacement, replacementList ) { const QStringList parts = replacement.split( "|" ); QString label = parts.at(0); label = label.replace( "%s", "|" ); label = label.replace( "%p", "%" ); QString replacementValue = parts.at(1); replacementValue = replacementValue.replace( "%s", "|" ); replacementValue = replacementValue.replace( "%p", "%" ); m_replacementMap.insert( label, replacementValue ); } m_stoppedstate = false; // force an update setStoppedState( true ); connectSource( "labels" ); connect( dataEngine( "amarok-labels" ), SIGNAL( sourceAdded( const QString & ) ), this, SLOT( connectSource( const QString & ) ) ); }