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

« back to all changes in this revision

Viewing changes to scribus/search.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:
48
48
        QCheckBox* SSize;
49
49
        QCheckBox* SFont;
50
50
        QCheckBox* SStyle;
 
51
        QCheckBox* SAlign;
51
52
        QCheckBox* SText;
52
53
        QCheckBox* SEffect;
53
54
        QCheckBox* REffect;
54
55
        QLineEdit* STextVal;
55
56
        QComboBox* SStyleVal;
 
57
        QComboBox* SAlignVal;
56
58
        FontCombo* SFontVal;
57
59
        ScrSpinBox* SSizeVal;
58
60
        ColorCombo* SFillVal;
67
69
        QCheckBox* RSize;
68
70
        QCheckBox* RFont;
69
71
        QCheckBox* RStyle;
 
72
        QCheckBox* RAlign;
70
73
        QCheckBox* RText;
71
74
        QLineEdit* RTextVal;
72
75
        QComboBox* RStyleVal;
 
76
        QComboBox* RAlignVal;
73
77
        FontCombo* RFontVal;
74
78
        ScrSpinBox* RSizeVal;
75
79
        ColorCombo* RFillVal;
98
102
        virtual void slotReplaceAll();
99
103
        virtual void enableTxSearch();
100
104
        virtual void enableStyleSearch();
 
105
        virtual void enableAlignSearch();
101
106
        virtual void enableFontSearch();
102
107
        virtual void enableSizeSearch();
103
108
        virtual void enableEffSearch();
107
112
        virtual void enableStrokeSSearch();
108
113
        virtual void enableTxReplace();
109
114
        virtual void enableStyleReplace();
 
115
        virtual void enableAlignReplace();
110
116
        virtual void enableFontReplace();
111
117
        virtual void enableSizeReplace();
112
118
        virtual void enableEffReplace();