~ubuntu-branches/ubuntu/saucy/k4dirstat/saucy

« back to all changes in this revision

Viewing changes to src/kdirstatsettings.cpp

  • Committer: Package Import Robot
  • Author(s): Jerome Robert
  • Date: 2013-03-27 23:40:01 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130327234001-w7x78vyzobfp9o5b
Tags: 2.7.4-1
* New upstream release
  - Remove broken PacMan widgets (LP: #1062405)
  - Add a scalable and 48x48 icon
  - Support empty sparse file
* Update the Vcs-Git tag
* Bump Standards-Version to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
740
740
    layout->addSpacing( 10 );
741
741
 
742
742
    gbox                        = new Q3VGroupBox( i18n( "Animation" ), this );
 
743
    //PacMan is broken and useless so we hide the associated widgets
 
744
    gbox->setVisible(false);
743
745
    layout->addWidget( gbox );
744
746
 
745
747
    _enableToolBarAnimation     = new QCheckBox( i18n( "P@cM@n Animation in Tool &Bar" ), gbox );
842
844
    _crossFileSystems->setChecked( false );
843
845
    _enableLocalDirReader->setChecked( true );
844
846
 
845
 
    _enableToolBarAnimation->setChecked( true );
 
847
    _enableToolBarAnimation->setChecked( false );
846
848
    _enableTreeViewAnimation->setChecked( false );
847
849
    
848
850
    _excludeRulesListView->clear();