1.1 --- a/mainwindow.h Thu Nov 23 13:53:08 2006 +0000
1.2 +++ b/mainwindow.h Fri Dec 29 13:52:17 2006 +0000
1.3 @@ -143,6 +143,7 @@
1.4 void formatLinkStylePolyLine();
1.5 void formatLinkStylePolyParabel();
1.6 void formatSelectBackColor();
1.7 + void formatSelectBackImage();
1.8 void formatSelectLinkColor();
1.9 void formatToggleLinkColorHint();
1.10 void formatFrameNone();
1.11 @@ -163,6 +164,8 @@
1.12 void windowToggleNoteEditor();
1.13 void windowToggleHistory();
1.14 void updateHistory(SimpleSettings &);
1.15 + void windowToggleAntiAlias();
1.16 + void windowToggleSmoothPixmap();
1.17 void updateNoteFlag();
1.18 void updateActions();
1.19 ModMode getModMode();
1.20 @@ -249,6 +252,7 @@
1.21 QAction* actionFormatColorSubtree;
1.22 QAction* actionFormatLinkColorHint;
1.23 QAction* actionFormatBackColor;
1.24 + QAction* actionFormatBackImage;
1.25 QAction* actionFormatLinkColor;
1.26 QAction *actionFormatIncludeImagesVer;
1.27 QAction *actionFormatIncludeImagesHor;
1.28 @@ -271,6 +275,8 @@
1.29
1.30 QAction *actionViewToggleNoteEditor;
1.31 QAction *actionViewToggleHistoryWindow;
1.32 + QAction *actionViewToggleAntiAlias;
1.33 + QAction *actionViewToggleSmoothPixmapTransform;
1.34
1.35 QAction* actionSettingsAutoEdit;
1.36 QAction* actionSettingsAutoSelectHeading;