r15141 by cbradney - More preferences icons

scribus-commit scribus-commit at lists.scribus.net
Sat May 29 18:40:28 CEST 2010


Revision: 15141
Author: cbradney
Date: 2010-05-29T16:35:22.092736Z
Commit message: More preferences icons

Changeset: 
A  /trunk/Scribus/resources/icons/gear_22.png
M  /trunk/Scribus/scribus/ui/preferencesdialog.cpp
A  /trunk/Scribus/resources/icons/signature_22.png
A  /trunk/Scribus/resources/icons/22/edit-guides.png
M  /trunk/Scribus/scribus/ui/prefs_externaltoolsbase.ui

Diffs:
Index: scribus/ui/prefs_externaltoolsbase.ui
===================================================================
--- scribus/ui/prefs_externaltoolsbase.ui	(revision 15140)
+++ scribus/ui/prefs_externaltoolsbase.ui	(revision 15141)
@@ -44,7 +44,7 @@
       <property name="geometry">
        <rect>
         <x>0</x>
-        <y>0</y>
+        <y>-379</y>
         <width>730</width>
         <height>992</height>
        </rect>
@@ -54,7 +54,6 @@
         <widget class="QLabel" name="label_2">
          <property name="font">
           <font>
-           <pointsize>13</pointsize>
            <weight>75</weight>
            <bold>true</bold>
           </font>
@@ -297,7 +296,6 @@
         <widget class="QLabel" name="label_4">
          <property name="font">
           <font>
-           <pointsize>13</pointsize>
            <weight>75</weight>
            <bold>true</bold>
           </font>
@@ -428,7 +426,6 @@
         <widget class="QLabel" name="label_7">
          <property name="font">
           <font>
-           <pointsize>13</pointsize>
            <weight>75</weight>
            <bold>true</bold>
           </font>
@@ -492,7 +489,6 @@
         <widget class="QLabel" name="label_5">
          <property name="font">
           <font>
-           <pointsize>13</pointsize>
            <weight>75</weight>
            <bold>true</bold>
           </font>
Index: scribus/ui/preferencesdialog.cpp
===================================================================
--- scribus/ui/preferencesdialog.cpp	(revision 15140)
+++ scribus/ui/preferencesdialog.cpp	(revision 15141)
@@ -106,11 +106,11 @@
 	{
 		addItem( tr("Document Information"), loadIcon("documentinfo32.png"), prefs_DocumentInformation);
 	}
-	addItem( tr("Guides"), loadIcon("guides.png"), prefs_Guides);
+	addItem( tr("Guides"), loadIcon("22/edit-guides.png"), prefs_Guides);
 	addItem( tr("Typography"), loadIcon("22/draw-text.png"), prefs_Typography);
 	addItem( tr("Item Tools"), loadIcon("tools.png"), prefs_ItemTools);
 	addItem( tr("Operator Tools"), loadIcon("tools.png"), prefs_OperatorTools);
-	addItem( tr("Hyphenator"), loadIcon("hyphenate.png"), prefs_Hyphenator);
+	addItem( tr("Hyphenator"), loadIcon("signature_22.png"), prefs_Hyphenator);
 	addItem( tr("Fonts"), loadIcon("22/preferences-desktop-font.png"), prefs_Fonts);
 	addItem( tr("Color Management"), loadIcon("blend_22.png"), prefs_ColorManagement);
 	addItem( tr("Printer"), loadIcon("22/printer.png"), prefs_Printer);
@@ -131,7 +131,7 @@
 	addItem( tr("Display"), loadIcon("22/video-display.png"), prefs_Display);
 	if (!doc)
 	{
-		addItem( tr("External Tools"), loadIcon("externaltools.png"), prefs_ExternalTools);
+		addItem( tr("External Tools"), loadIcon("gear_22.png"), prefs_ExternalTools);
 		addItem( tr("Miscellaneous"), loadIcon("misc.png"), prefs_Miscellaneous);
 		addItem( tr("Page Sizes"), loadIcon("16/page-simple.png"), prefs_PageSizes);
 		addItem( tr("Plugins"), loadIcon("plugins.png"), prefs_Plugins);
Index: resources/icons/gear_22.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: resources/icons/gear_22.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Index: resources/icons/22/edit-guides.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: resources/icons/22/edit-guides.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Index: resources/icons/signature_22.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: resources/icons/signature_22.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream





More information about the scribus-commit mailing list