History log of /haiku/docs/user/locale/Locale.dox
Revision Date Author Comments
# 4a31c326 04-Dec-2014 John Scipione <jscipione@gmail.com>

Update locale docs to match new reality.

Created docs for NumberFormat, DateFormat, DateTimeFormat, and TimeFormat
and moved the docs from BLocale to the respective new file. Also
DurationFormat was updated as well.

doxygen once again compiles the docs without warnings.


# edc845a3 11-Jun-2014 John Scipione <jscipione@gmail.com>

Update Locale Kit docs.

Add \since to each method. This was pretty easy to figure out since
the whole kit exists only in Haiku.


# 131261d2 07-Feb-2013 John Scipione <jscipione@gmail.com>

Remove remaining /trunk/ before file references.


# 820dca4d 06-Feb-2013 John Scipione <jscipione@gmail.com>

Big docs cleanup.

* Fixed headers including:
- All rights reserved not All Rights Reserved.
- name, email@domain.com not name <email@domain.com>
- tabs and spaces
- Authors: not Documented by:
* Renamed string.dox to String.dox
* Renamed midixxx.dox files to MidiXxx.dox
* Moved images into images subdirectories and updated Doxfile.
* Re-format all files with tabs instead of spaces.
* Fix many spelling mistakes.
* Added all files, classes, structs, and enums to libbe group.


# 90a55c44 02-Nov-2011 John Scipione <jscipione@gmail.com>

Copy paste mistype, B_WEEKDAY_FRIDAY instead of B_WEEKDAY_THURSDAY twice.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43097 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 740ae7fe 02-Nov-2011 John Scipione <jscipione@gmail.com>

Return B_ERROR if a locking error occurs in while locking the BLocale object, return B_BAD_VALUE if an ICU error occurs or the passed in value is NULL. Update BLocale API documentation to reflect this and also add some more documentation fixes. Closes #7901 pending confirmation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43095 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a33f8fbd 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Merge work by John Scipione on the Haiku Book.
* Some new classes documented
* Screenshots for the interface kit controls
* A lot of typo fixes
* Some css tweaks

This has some backporting to the current version of Doxygen, since
there are experiments to get coloring similar to the one in the Be
Book that will hopefully be upstreamed in Doxygen.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42608 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cae874d3 11-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Lots of fixes and proofreading to the locale api reference


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38010 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5393193d 07-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix some typos in the API reference for BLocale and BCatalog.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37950 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a4e27c5 04-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fixed the main page entry for locale kit
* Also parse the actual code to get the methods shown in the classes, inheritance diagrams, and all that stuff
* Add some docs on date formatting to BLocale


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37925 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c6247544 03-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Add the locale kit to the main page
* Complete and correct some parts of locale and catalog classes reference
* Ensure the methods are prefixed with the class name so doxygen knows where they belong.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37898 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e9fd63ec 03-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix some outdated information in documentation files
* Add a very small part of documentation about the Locale Kit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37873 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4a31c3262018a36b9c920caca1be0034d6836923 04-Dec-2014 John Scipione <jscipione@gmail.com>

Update locale docs to match new reality.

Created docs for NumberFormat, DateFormat, DateTimeFormat, and TimeFormat
and moved the docs from BLocale to the respective new file. Also
DurationFormat was updated as well.

doxygen once again compiles the docs without warnings.


# edc845a32393ce99cdc62cbc60216941f745165f 11-Jun-2014 John Scipione <jscipione@gmail.com>

Update Locale Kit docs.

Add \since to each method. This was pretty easy to figure out since
the whole kit exists only in Haiku.


# 131261d2b5169bc95e384ede25aee5c371e5889b 07-Feb-2013 John Scipione <jscipione@gmail.com>

Remove remaining /trunk/ before file references.


# 820dca4df6c7bf955c46e8f6521b9408f50b2900 06-Feb-2013 John Scipione <jscipione@gmail.com>

Big docs cleanup.

* Fixed headers including:
- All rights reserved not All Rights Reserved.
- name, email@domain.com not name <email@domain.com>
- tabs and spaces
- Authors: not Documented by:
* Renamed string.dox to String.dox
* Renamed midixxx.dox files to MidiXxx.dox
* Moved images into images subdirectories and updated Doxfile.
* Re-format all files with tabs instead of spaces.
* Fix many spelling mistakes.
* Added all files, classes, structs, and enums to libbe group.


# 90a55c448a33875a193df4d906deb22fa939f767 02-Nov-2011 John Scipione <jscipione@gmail.com>

Copy paste mistype, B_WEEKDAY_FRIDAY instead of B_WEEKDAY_THURSDAY twice.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43097 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 740ae7fef6788697bb687b6789cfb331361d84d9 02-Nov-2011 John Scipione <jscipione@gmail.com>

Return B_ERROR if a locking error occurs in while locking the BLocale object, return B_BAD_VALUE if an ICU error occurs or the passed in value is NULL. Update BLocale API documentation to reflect this and also add some more documentation fixes. Closes #7901 pending confirmation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43095 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a33f8fbdec035ff322cc1ef364877a3092e99a09 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Merge work by John Scipione on the Haiku Book.
* Some new classes documented
* Screenshots for the interface kit controls
* A lot of typo fixes
* Some css tweaks

This has some backporting to the current version of Doxygen, since
there are experiments to get coloring similar to the one in the Be
Book that will hopefully be upstreamed in Doxygen.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42608 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cae874d384c74b40e0fad2f3d8a5cfeb393c9c12 11-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Lots of fixes and proofreading to the locale api reference


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38010 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5393193d0a159f6ad6b8c11bde35eff67878030c 07-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix some typos in the API reference for BLocale and BCatalog.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37950 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0a4e27c50bf15b9ebf5831513c1a598acf8e0516 04-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fixed the main page entry for locale kit
* Also parse the actual code to get the methods shown in the classes, inheritance diagrams, and all that stuff
* Add some docs on date formatting to BLocale


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37925 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c6247544ed97094ea79c89fe41db6562b2c1eba7 03-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Add the locale kit to the main page
* Complete and correct some parts of locale and catalog classes reference
* Ensure the methods are prefixed with the class name so doxygen knows where they belong.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37898 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e9fd63ec7c895097106c925b73753e152b1c6b0b 03-Aug-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

* Fix some outdated information in documentation files
* Add a very small part of documentation about the Locale Kit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37873 a95241bf-73f2-0310-859d-f6bbb57e9c96