~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to scribus/charselect.h

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        in StoryEditor workaround. */
58
58
        void insertSpecialChar();
59
59
        /*! Internal signal for one glyph only */
60
 
        void insertUserSpecialChar(QChar);
 
60
        void insertUserSpecialChar(QChar, QString);
61
61
 
62
62
 
63
63
private:
81
81
        void closeEnhanced();
82
82
 
83
83
private slots:
84
 
        void userNewChar(uint i);
 
84
        void userNewChar(uint i, QString);
85
85
        void hideButton_toggled(bool);
86
86
        void slot_insertSpecialChar();
87
87
        void slot_insertSpecialChars(const QString & chars);
88
 
        void slot_insertUserSpecialChar(QChar);
 
88
        void slot_insertUserSpecialChar(QChar, QString);
89
89
        void uniLoadButton_clicked();
90
90
        void uniSaveButton_clicked();
91
91
        void uniClearButton_clicked();