Use new 'window_duplicate' icon in tdelibs

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/197/head
Michele Calgaro 3 years ago
parent edb2f9dacd
commit 6408069d61
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -450,7 +450,7 @@ void KRootWm::buildMenus()
TQPopupMenu* pWindowOperationsMenu = new TQPopupMenu;
m_actionCollection->action("cascade")->plug( pWindowOperationsMenu );
m_actionCollection->action("unclutter")->plug( pWindowOperationsMenu );
desktopMenu->insertItem(SmallIconSet("window_list"), i18n("Windows"), pWindowOperationsMenu);
desktopMenu->insertItem(SmallIconSet("window_duplicate"), i18n("Windows"), pWindowOperationsMenu);
if (m_bDesktopEnabled)
{

@ -829,7 +829,7 @@ void KMiniPagerButton::updateKickerTip(KickerTip::Data &data)
}
data.duration = 4000;
data.icon = DesktopIcon("window_list", TDEIcon::SizeMedium);
data.icon = DesktopIcon("window_duplicate", TDEIcon::SizeMedium);
data.message = TQStyleSheet::escape(m_desktopName);
data.direction = m_pager->popupDirection();
}

@ -1,3 +1,3 @@
KDE_ICON = kdisknav package_favourite panel window_list kmenu kicker
KDE_ICON = kdisknav package_favourite panel kmenu kicker
SUBDIRS = actions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

@ -287,7 +287,7 @@ void KasPrefsDialog::addThumbsPage()
void KasPrefsDialog::addBehavePage()
{
TQVBox *behavePage = addVBoxPage( i18n("Behavior"), TQString::null, Icon( "window_list" ) );
TQVBox *behavePage = addVBoxPage( i18n("Behavior"), TQString::null, Icon( "window_duplicate" ) );
groupWindowsCheck = new TQCheckBox( i18n("&Group windows"), behavePage );
TQWhatsThis::add( groupWindowsCheck,

@ -3,5 +3,5 @@ Name=Window List Menu
Comment=A menu that lists all open windows
Icon=window_list
Icon=window_duplicate
X-TDE-Library=WindowListButton

@ -38,7 +38,7 @@ WindowListButton::WindowListButton( TQWidget* parent )
setTitle(i18n("Window List"));
TQToolTip::add(this, i18n("Window list"));
setIcon("window_list");
setIcon("window_duplicate");
}
void WindowListButton::initPopup()

@ -151,7 +151,7 @@ public:
WindowListButtonContainer(const TDEConfigGroup& config, TQPopupMenu* opMenu, TQWidget* parent = 0);
WindowListButtonContainer(TQPopupMenu* opMenu, TQWidget* parent = 0);
TQString appletType() const { return "WindowListButton"; }
virtual TQString icon() const { return "window_list"; }
virtual TQString icon() const { return "window_duplicate"; }
virtual TQString visibleName() const { return i18n("Windowlist"); }
bool isAMenu() const { return true; }
};

@ -118,7 +118,7 @@ bool ObjKsTheme::loadTDEConfig( TDEConfig *cfg, const TQString& activeTheme, boo
m_icons.append( cfg->readEntry( "Icon1", "filetypes" ) );
m_icons.append( cfg->readEntry( "Icon2", "application-x-executable" ) );
m_icons.append( cfg->readEntry( "Icon3", "key_bindings" ) );
m_icons.append( cfg->readEntry( "Icon4", "window_list" ) );
m_icons.append( cfg->readEntry( "Icon4", "window_duplicate" ) );
m_icons.append( cfg->readEntry( "Icon5", "desktop" ) );
m_icons.append( cfg->readEntry( "Icon6", "style" ) );
m_icons.append( cfg->readEntry( "Icon7", "preferences-system" ) );

@ -77,7 +77,7 @@ The window list, which is accessible via an icon on the panel, provides a
quick overview of all windows on all virtual desktops. Alternatively,
press Alt+F5 to display the window list.</p><br>
<center>
<img src="crystalsvg/48x48/apps/window_list.png">
<img src="crystalsvg/48x48/actions/window_duplicate.png">
</center>
</html>
</tip>

Loading…
Cancel
Save