source: terepaima/terepaima-0.4.16/debian/patches/toolbars.patch @ 9ccb3cf

desarrollostretch
Last change on this file since 9ccb3cf was 9ccb3cf, checked in by aosorio <aosorio@…>, 8 years ago

Eliminados ficheros .ex y agregado el directorio /debian/patches/

  • Property mode set to 100644
File size: 1.4 KB
  • sources/settings.h

    Description: Add more items to the toolbar default.
     With this patch a fresh install provides more toolbar buttons by default
     thus making the program easier to use for beginners.
    Author: Benjamin Eltzner <b.eltzner@gmx.de>
    Last-Update: 2015-03-22
    ---
    a b  
    609609
    610610        static bool synchronizeOutlineView() { return false; }
    611611
    612         static QStringList fileToolBar() { return QStringList() << "openInNewTab" << "refresh"; }
    613         static QStringList editToolBar() { return QStringList() << "currentPage" << "previousPage" << "nextPage"; }
    614         static QStringList viewToolBar() { return QStringList() << "scaleFactor" << "zoomIn" << "zoomOut"; }
     612        static QStringList fileToolBar() { return QStringList() << "openInNewTab" << "refresh" << "saveCopy" << "print"; }
     613        static QStringList editToolBar() { return QStringList() << "firstPage" << "previousPage" << "currentPage" << "nextPage" << "lastPage" << "search" << "separator" << "copyToClipboardMode" << "addAnnotationMode"; }
     614        static QStringList viewToolBar() { return QStringList() << "zoomIn" << "scaleFactor" << "zoomOut" << "separator" << "continuousMode" << "twoPagesMode" << "separator" << "rotateLeft" << "rotateRight" << "separator" << "fullscreen" << "presentation"; }
    615615
    616616        static bool scrollableMenus() { return false; }
    617617        static bool searchableMenus() { return false; }
Note: See TracBrowser for help on using the repository browser.