The Birdfont Source Code
Rename XML namespace
These changes was commited to the Birdfont repository Tue, 26 May 2015 15:47:19 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Rename XML namespace
19 files changed:
--- a/libbirdfont/BirdFontFile.vala
+++ b/libbirdfont/BirdFontFile.vala
@@ -11,7 +11,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/ExportTool.vala
+++ b/libbirdfont/ExportTool.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/FontSettings.vala
+++ b/libbirdfont/FontSettings.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/Kerning.vala
+++ b/libbirdfont/Kerning.vala
@@ -13,7 +13,7 @@
*/
using Cairo;
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/KerningClasses.vala
+++ b/libbirdfont/KerningClasses.vala
@@ -13,7 +13,7 @@
*/
using Cairo;
- using Bird;
+ using B;
using Math;
using Gee;
--- a/libbirdfont/Menu.vala
+++ b/libbirdfont/Menu.vala
@@ -13,7 +13,7 @@
*/
using Cairo;
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/OpenFontFormat/KerningPair.vala
+++ b/libbirdfont/OpenFontFormat/KerningPair.vala
@@ -13,7 +13,7 @@
*/
using Cairo;
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/SvgFont.vala
+++ b/libbirdfont/SvgFont.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/SvgParser.vala
+++ b/libbirdfont/SvgParser.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
using Math;
namespace BirdFont {
--- a/libbirdfont/SvgStyle.vala
+++ b/libbirdfont/SvgStyle.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
using Math;
namespace BirdFont {
--- a/libbirdfont/TestCases.vala
+++ b/libbirdfont/TestCases.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
namespace BirdFont {
--- a/libbirdfont/Theme.vala
+++ b/libbirdfont/Theme.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- using Bird;
+ using B;
using Cairo;
namespace BirdFont {
--- a/libbirdxml/Attribute.vala
+++ b/libbirdxml/Attribute.vala
@@ -11,7 +11,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
*/
- namespace Bird {
+ namespace B {
/**
* Representation of one XML attribute.
--- a/libbirdxml/Attributes.vala
+++ b/libbirdxml/Attributes.vala
@@ -11,7 +11,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
*/
- namespace Bird {
+ namespace B {
/**
* Iterator for XML attributes.
--- a/libbirdxml/Tag.vala
+++ b/libbirdxml/Tag.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- namespace Bird {
+ namespace B {
/**
* Representation of one XML tag.
@@ -476,7 +476,7 @@
int index = 0;
unichar c;
int row = 1;
- size_t p, e;
+ size_t e;
e = (size_t) entire_file.data;
while (entire_file.get_next_ascii_char (ref index, out c)) {
--- a/libbirdxml/Xml.vala
+++ b/libbirdxml/Xml.vala
@@ -15,7 +15,7 @@
/**
* Tools originally written for the BirdFont project.
*/
- namespace Bird {
+ namespace B {
/** Log levels */
internal const int NONE = 0;
--- a/libbirdxml/XmlData.vala
+++ b/libbirdxml/XmlData.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- namespace Bird {
+ namespace B {
public class XmlData : XmlString {
int* start_tags;
--- a/libbirdxml/XmlString.vala
+++ b/libbirdxml/XmlString.vala
@@ -12,7 +12,7 @@
Lesser General Public License for more details.
*/
- namespace Bird {
+ namespace B {
/**
* Representation of a string in the XmlParser. This class adds reference counting and