[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2010-11-08 9:35:40
Message-ID: 20101108093540.40DEDAC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1194149 by berger:

Fix: more static object should not try to make a translation

CCBUG: 251606


 M  +2 -2      image/kis_base_mask_generator.h  
 M  +2 -2      image/kis_bookmarked_configuration_manager.cc  
 M  +10 -10    plugins/paintops/libpaintop/kis_dynamic_sensor.h  


--- trunk/koffice/krita/image/kis_base_mask_generator.h #1194148:1194149
@@ -28,8 +28,8 @@
 class QDomElement;
 class QDomDocument;
 
-const KoID DefaultId("default", i18n("Default")); ///< generate Krita default mask \
                generator
-const KoID SoftId("soft", i18n("Soft brush")); ///< generate brush mask from former \
softbrush paintop, where softness is based on curve +const KoID DefaultId("default", \
ki18n("Default")); ///< generate Krita default mask generator +const KoID \
SoftId("soft", ki18n("Soft brush")); ///< generate brush mask from former softbrush \
paintop, where softness is based on curve  
 static const int OVERSAMPLING = 4;
 
--- trunk/koffice/krita/image/kis_bookmarked_configuration_manager.cc \
#1194148:1194149 @@ -31,8 +31,8 @@
 #include "kis_debug.h"
 #include "kis_serializable_configuration.h"
 
-const KoID KisBookmarkedConfigurationManager::ConfigDefault = KoID("Default", \
                i18n("Default"));
-const KoID KisBookmarkedConfigurationManager::ConfigLastUsed = KoID("Last Used", \
i18n("Last used")); +const KoID KisBookmarkedConfigurationManager::ConfigDefault = \
KoID("Default", ki18n("Default")); +const KoID \
KisBookmarkedConfigurationManager::ConfigLastUsed = KoID("Last Used", ki18n("Last \
used"));  
 struct KisBookmarkedConfigurationManager::Private {
     QString configEntryGroup;
--- trunk/koffice/krita/plugins/paintops/libpaintop/kis_dynamic_sensor.h \
#1194148:1194149 @@ -32,16 +32,16 @@
 class KisPaintInformation;
 class KisSensorSelector;
 
-const KoID FuzzyId("fuzzy", i18n("Fuzzy")); ///< generate a random number
-const KoID SpeedId("speed", i18n("Speed")); ///< generate a number depending on the \
                speed of the cursor
-const KoID FadeId("fade", i18n("Fade")); ///< generate a number that increase every \
                time you call it (e.g. per dab)
-const KoID DistanceId("distance", i18n("Distance")); ///< generate a number that \
                increase with distance
-const KoID TimeId("time", i18n("Time")); ///< generate a number that increase with \
                time
-const KoID DrawingAngleId("drawingangle", i18n("Drawing angle")); ///< number \
                depending on the angle
-const KoID RotationId("rotation", i18n("Rotation")); ///< rotation coming from the \
                device
-const KoID PressureId("pressure", i18n("Pressure")); ///< number depending on the \
                pressure
-const KoID XTiltId("xtilt", i18n("X-Tilt")); ///< number depending on X-tilt
-const KoID YTiltId("ytilt", i18n("Y-Tilt")); ///< number depending on Y-tilt
+const KoID FuzzyId("fuzzy", ki18n("Fuzzy")); ///< generate a random number
+const KoID SpeedId("speed", ki18n("Speed")); ///< generate a number depending on the \
speed of the cursor +const KoID FadeId("fade", ki18n("Fade")); ///< generate a number \
that increase every time you call it (e.g. per dab) +const KoID \
DistanceId("distance", ki18n("Distance")); ///< generate a number that increase with \
distance +const KoID TimeId("time", ki18n("Time")); ///< generate a number that \
increase with time +const KoID DrawingAngleId("drawingangle", ki18n("Drawing \
angle")); ///< number depending on the angle +const KoID RotationId("rotation", \
ki18n("Rotation")); ///< rotation coming from the device +const KoID \
PressureId("pressure", ki18n("Pressure")); ///< number depending on the pressure \
+const KoID XTiltId("xtilt", ki18n("X-Tilt")); ///< number depending on X-tilt +const \
KoID YTiltId("ytilt", ki18n("Y-Tilt")); ///< number depending on Y-tilt  
 /**
  * Sensor are used to extract from KisPaintInformation a single


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic