This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ed7ee7a43256baac60e2345f42fc28897cf5585e
haiku-beta6
/
headers
T
History
Jonas Sundström
ed7ee7a432
Localization support for filesystem entries in Tracker and Deskbar (leaf menu). (It appears to work, but is likely incomplete and quite possibly incorrect.) Fix issue with RosterData::Refresh() resulting in a B_LOCALE_CHANGED broadcast, and Deskbar looping. Add a global boolean gLocalizedNamePreferred to avoid calling BLocaleRoster::Default()->IsFilesystemTranslationPreferred() too often from Model instances. Following Tracker code style in libtracker, so as to not mix in too much clean-up.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40922 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-12 00:53:30 +00:00
..
build
Add app filename localization catalog entry support to BAppFileInfo, registrar and mimeset. Need help to understand why the build-version of UpdateMimeInfoThread.cpp does not compile with the added code, currently commented out. Sorry about the arbitrary B_MIME_TYPE_LENGTH*3. Advice and review welcome.
2011-03-07 15:14:46 +00:00
compatibility
Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines.
2010-11-03 22:04:50 +00:00
config
Changed to 64 bit physical addresses for x86. This enabled PAE support.
2010-06-23 16:10:08 +00:00
cpp
* Added missing clear() method.
2010-08-05 11:23:01 +00:00
glibc
…
libs
Moved IconUtils.h to Interface Kit and therefor made it an "official" header. Since the class has no
2011-02-25 09:12:38 +00:00
os
Introducing a Locale option to display localized filesystem entries (primarily apps and folders) in Deskbar, Tracker, etc. Making use of this in Deskbar's list of apps. The option currently defaults to off, to avoid exposing everyone to unfinished work.
2011-03-11 19:52:15 +00:00
posix
changed dirfd() to its POSIX signature, without const (see
#4947
).
2011-01-06 21:34:06 +00:00
private
Localization support for filesystem entries in Tracker and Deskbar (leaf menu). (It appears to work, but is likely incomplete and quite possibly incorrect.) Fix issue with RosterData::Refresh() resulting in a B_LOCALE_CHANGED broadcast, and Deskbar looping. Add a global boolean gLocalizedNamePreferred to avoid calling BLocaleRoster::Default()->IsFilesystemTranslationPreferred() too often from Model instances. Following Tracker code style in libtracker, so as to not mix in too much clean-up.
2011-03-12 00:53:30 +00:00
tools
…