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

List:       kde-commits
Subject:    koffice/krita
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2010-08-31 19:42:02
Message-ID: 20100831194202.4003CAC892 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1170411 by rempt:

Fix Krazy issue: Check that file ends with a newline [endswithnewline].

 M  +1 -1      image/kis_fast_math.h  
 M  +1 -1      image/kis_outline_generator.cpp  
 M  +1 -1      image/tiles3/kis_rect_iterator.h  
 M  +1 -1      plugins/filters/phongbumpmap/constants.h  
 M  +1 -0      plugins/filters/phongbumpmap/phong_pixel_processor.cpp  
 M  +1 -1      plugins/formats/xcf/config.h  
 M  +1 -1      plugins/paintops/hairy/kis_hairy_paintop_settings.h  
 M  +1 -1      plugins/paintops/hatching/kis_hatching_options.cpp  
 M  +1 -1      plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp  
 M  +1 -1      plugins/paintops/hatching/kis_hatching_preferences.cpp  
 M  +1 -0      plugins/paintops/hatching/kis_hatching_pressure_separation_option.cpp  \
  M  +1 -0      plugins/paintops/hatching/kis_hatching_pressure_thickness_option.cpp  \
  M  +1 -1      plugins/paintops/libbrush/abr_struct_parser.h  
 M  +1 -1      plugins/paintops/libbrush/abrbrush.cpp  
 M  +1 -1      plugins/paintops/libbrush/kis_abr_translator.h  
 M  +1 -1      plugins/paintops/libpaintop/kis_pressure_sharpness_option_widget.cpp  
 A             plugins/paintops/softbrush/kis_alpha_mask.h   [License: GPL (v2+)]
 M  +1 -1      plugins/paintops/spray/kis_spray_shape_dynamics.cpp  


--- trunk/koffice/krita/image/kis_fast_math.h #1170410:1170411
@@ -33,4 +33,4 @@
     KRITAIMAGE_EXPORT qreal atan2(qreal y, qreal x);
 }
 
-#endif
\ No newline at end of file
+#endif
--- trunk/koffice/krita/image/kis_outline_generator.cpp #1170410:1170411
@@ -175,4 +175,4 @@
 
     }
     *path << QPoint(x, y);
-}
\ No newline at end of file
+}
--- trunk/koffice/krita/image/tiles3/kis_rect_iterator.h #1170410:1170411
@@ -77,4 +77,4 @@
 private:
     void nextTile();
     void fetchTileData(qint32 col, qint32 row);
-};
\ No newline at end of file
+};
--- trunk/koffice/krita/plugins/filters/phongbumpmap/constants.h #1170410:1170411
@@ -53,4 +53,4 @@
 const QString PHONG_SPECULAR_REFLECTIVITY_IS_ENABLED = \
"specularReflectivityIsEnabled";  //const QString PHONG_SHINYNESS_EXPONENT_IS_ENABLED \
= "shinynessExponentIsEnabled";  
-#endif
\ No newline at end of file
+#endif
--- trunk/koffice/krita/plugins/filters/phongbumpmap/phong_pixel_processor.cpp \
#1170410:1170411 @@ -316,3 +316,4 @@
 
     return pixelColor;
 }
+
--- trunk/koffice/krita/plugins/formats/xcf/config.h #1170410:1170411
@@ -6,4 +6,4 @@
 #define HAVE_INTTYPES_H 1
 #endif
 
-#define PACKAGE_STRING "krita"
\ No newline at end of file
+#define PACKAGE_STRING "krita"
--- trunk/koffice/krita/plugins/paintops/hairy/kis_hairy_paintop_settings.h \
#1170410:1170411 @@ -34,4 +34,4 @@
     virtual QPainterPath brushOutline(const QPointF& pos, OutlineMode mode, qreal \
scale = 1.0, qreal rotation = 0.0) const;  };
 
-#endif
\ No newline at end of file
+#endif
--- trunk/koffice/krita/plugins/paintops/hatching/kis_hatching_options.cpp \
#1170410:1170411 @@ -113,4 +113,4 @@
     
     m_options->separationIntervalSpinBox->setValue( \
setting->getInt("Hatching/separationintervals") );  }
-;
\ No newline at end of file
+;
--- trunk/koffice/krita/plugins/paintops/hatching/kis_hatching_paintop_settings_widget.cpp \
#1170410:1170411 @@ -124,4 +124,4 @@
     writeConfiguration(config);
     return config;
 }
-;
\ No newline at end of file
+;
--- trunk/koffice/krita/plugins/paintops/hatching/kis_hatching_preferences.cpp \
#1170410:1170411 @@ -75,4 +75,4 @@
     m_options->opaqueBackgroundCheckBox->setChecked( \
                setting->getBool("Hatching/bool_opaquebackground") );
     m_options->subpixelPrecisionCheckBox->setChecked( \
setting->getBool("Hatching/bool_subpixelprecision") );  }
-;
\ No newline at end of file
+;
--- trunk/koffice/krita/plugins/paintops/hatching/kis_hatching_pressure_separation_option.cpp \
#1170410:1170411 @@ -36,4 +36,5 @@
      if (!isChecked()) return 0.5;
      return computeValue(info);
  }
+ 
  
\ No newline at end of file
--- trunk/koffice/krita/plugins/paintops/hatching/kis_hatching_pressure_thickness_option.cpp \
#1170410:1170411 @@ -36,4 +36,5 @@
      if (!isChecked()) return 0.5;
      return computeValue(info);
  }
+ 
  
\ No newline at end of file
--- trunk/koffice/krita/plugins/paintops/libbrush/abr_struct_parser.h \
#1170410:1170411 @@ -82,4 +82,4 @@
     KisAbrTranslator m_translator;
 };
 
-#endif // ABR_STRUCT_PARSER_H
\ No newline at end of file
+#endif // ABR_STRUCT_PARSER_H
--- trunk/koffice/krita/plugins/paintops/libbrush/abrbrush.cpp #1170410:1170411
@@ -540,4 +540,4 @@
     }
     abr_load(fileName);
     return 0;
-}
\ No newline at end of file
+}
--- trunk/koffice/krita/plugins/paintops/libbrush/kis_abr_translator.h \
#1170410:1170411 @@ -172,4 +172,4 @@
         AbrTipDynamicsProperties m_abrTipDynamics;
 };
 
-#endif
\ No newline at end of file
+#endif
--- trunk/koffice/krita/plugins/paintops/libpaintop/kis_pressure_sharpness_option_widget.cpp \
#1170410:1170411 @@ -93,4 +93,4 @@
 {
     static_cast<KisPressureSharpnessOption*>(curveOption())->setThreshold(threshold);
  emit sigSettingChanged();
-}
\ No newline at end of file
+}
--- trunk/koffice/krita/plugins/paintops/spray/kis_spray_shape_dynamics.cpp \
#1170410:1170411 @@ -109,4 +109,4 @@
         m_options->randomRotation->setChecked(settings->getBool(SHAPE_DYNAMICS_RANDOM_ROTATION));
                
         m_options->randomAngleWeight->setValue(settings->getDouble(SHAPE_DYNAMICS_RANDOM_ROTATION_WEIGHT) \
);  }        
-}
\ No newline at end of file
+}


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

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