ObjFW  History of src/OFLocalization.h of 8aa7f964bc4003a2

History of the file that is called src/OFLocalization.h at check-in 8aa7f964bc4003a2

2018-07-28
18:45
Deleted: Rename OFLocalization -> OFLocale (check-in: [aa0384d1bf] user: js, branch: trunk, size: 0)
2018-01-03
19:49
[0370df8ba7] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 6849) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[496ae36266] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 6826) [annotate] [blame] [check-ins using] [diff]
17:45
[34aaf42873] part of check-in [31e6b7ce9c] Fix several Doxygen warnings (check-in: [31e6b7ce9c] user: js, branch: trunk, size: 6798) [annotate] [blame] [check-ins using] [diff]
2017-11-04
20:54
[68b2b646cf] part of check-in [903530213a] Backport more nullability fixes (check-in: [903530213a] user: js, branch: 0.90, size: 6104) [annotate] [blame] [check-ins using] [diff]
2017-10-30
00:23
[049d31c9e7] part of check-in [a2e849c681] Add class properties where appropriate

This improves Swift compatibility. (check-in: [a2e849c681] user: js, branch: trunk, size: 6533) [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
[d21618db7e] part of check-in [2f4e0df8be] Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 6100) [annotate] [blame] [check-ins using] [diff]

2017-09-26
22:01
[03b54489d7] part of check-in [319709fff1] Many nullability fixes (check-in: [319709fff1] user: js, branch: 0.90, size: 6086) [annotate] [blame] [check-ins using] [diff]
21:53
[03379b10b1] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 6086) [annotate] [blame] [check-ins using] [diff]
2017-09-10
22:32
[2ce88aec39] part of check-in [d6553b4578] Add OFInvocation

Only support for storing an invocation, no support for invoking yet. (check-in: [d6553b4578] user: js, branch: trunk, size: 6076) [annotate] [blame] [check-ins using] [diff]

2017-05-13
16:29
[f635a4f99c] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 6076) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[368d40b91d] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 6065) [annotate] [blame] [check-ins using] [diff]

2017-04-30
13:35
[5268bd2a18] part of check-in [0a73af49f0] Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. (check-in: [0a73af49f0] user: js, branch: trunk, size: 6041) [annotate] [blame] [check-ins using] [diff]

2017-04-09
20:50
[93f8b830ad] part of check-in [3d5b88d42e] Use LC_MESSAGES locale for messages (check-in: [3d5b88d42e] user: js, branch: trunk, size: 6026) [annotate] [blame] [check-ins using] [diff]
2017-03-12
23:40
[9465b8ba1c] part of check-in [1bf4f2e210] Fix compilation with --disable-files (check-in: [1bf4f2e210] user: js, branch: trunk, size: 6109) [annotate] [blame] [check-ins using] [diff]
2017-01-10
19:39
[e9be33b3dd] part of check-in [e731dc4c75] Implement support for localized strings (check-in: [e731dc4c75] user: js, branch: trunk, size: 6053) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[93e52fa91a] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 5495) [annotate] [blame] [check-ins using] [diff]

06:26
Added: [1add140a90] part of check-in [06bcb21fc7] Add OFLocalization

This singleton gives access to all things locale, including the ability
to get localized strings.

This also adds the OF_LOCALIZED() macro. Its first argument is an ID for
the string to be localized and its second argument is the fallback
string to be used if it cannot retrieve the localized string. Following
that are variable name / value pairs to be replaced in the localized
string.

Getting translated strings is not implemented yet: Instead, it always
uses the fallback string.

This also switches ofhttp to localized strings. (check-in: [06bcb21fc7] user: js, branch: trunk, size: 5489) [annotate] [blame] [check-ins using]