From 9fbf13241d8a2aa0698f23c8e8f0626f3f237fb3 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 7 Feb 2013 14:08:52 +0100 Subject: Revamp Show all Files Action Change action to show all local movies, no favorites, no pictures, to ease selection of files to burn. --- shemov.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 085f8c9..73d016a 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -507,10 +507,10 @@ void SheMov::createActions(){ connect(mShowNormalA, SIGNAL(triggered()), viewMapper, SLOT(map())); mShowNormalA->setCheckable(true); mShowNormalA->setChecked(true); - mShowAllFilesA = new QAction(QIcon(":/male_chastity_belt.png"), tr("Show All files"), this); - mShowAllFilesA->setCheckable(true); - mShowTreeGroup->addAction(mShowAllFilesA); - connect(mShowAllFilesA, SIGNAL(toggled(bool)), mATree, SLOT(showAllFiles(bool))); + mShowBurnFilesA = new QAction(QIcon(":/male_chastity_belt.png"), tr("Show Files to Burn"), this); + mShowBurnFilesA->setCheckable(true); + mShowTreeGroup->addAction(mShowBurnFilesA); + connect(mShowBurnFilesA, SIGNAL(toggled(bool)), mATree, SLOT(showForBurn(bool))); //headers mFilesTreeHeadersGroup = new QActionGroup(this); @@ -798,7 +798,7 @@ void SheMov::createMenus(){ mTreeViewMenu->addAction(mShowNormalA); mTreeViewMenu->addAction(mShowLocalA); mTreeViewMenu->addAction(mShowArchivedA); - mTreeViewMenu->addAction(mShowAllFilesA); + mTreeViewMenu->addAction(mShowBurnFilesA); mTreeViewMenu->addAction(mSuggestFileA); mTreeViewMenu->addSeparator(); @@ -918,7 +918,7 @@ void SheMov::createMenus(){ mATree->filesWidget()->filesTree()->addActions(mEditGroup->actions()); mATree->filesWidget()->filesTree()->addAction(createSeparator()); - mATree->filesWidget()->filesTree()->addAction(mShowAllFilesA); + mATree->filesWidget()->filesTree()->addAction(mShowBurnFilesA); mATree->filesWidget()->filesTree()->addAction(mSuggestFileA); mATree->filesWidget()->filesTree()->addAction(createSeparator()); @@ -1000,7 +1000,7 @@ void SheMov::createToolBar(){ toolBar->addAction(mShowNormalA); toolBar->addAction(mShowArchivedA); toolBar->addAction(mShowLocalA); - toolBar->addAction(mShowAllFilesA); + toolBar->addAction(mShowBurnFilesA); toolBar->addAction(mSuggestFileA); toolBar->addSeparator(); toolBar->addActions(mFilterGroup->actions()); -- cgit v1.2.3-70-g09d2