#
bf6a2a2b |
| 14-Jun-2021 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Cortex: fix the catalog location of the main application
Previously, hrev55011 introduced localization for Cortex, which then prompted to close #7530. It has then been reopened, when it turns out th
Cortex: fix the catalog location of the main application
Previously, hrev55011 introduced localization for Cortex, which then prompted to close #7530. It has then been reopened, when it turns out that the translations for the container application (RouteApp) did not work, whereas the individual add-ons/modules were translated.
The cause is that by default BCatalog looks up the translations based on the subtype part of the signature. This is x-vnd.Cortex.Route (without the application/ supertype). This change will place the translations in the right place of the file system.
The add-ons were never affected, since they BCatalog is explicitly told to find the translations for the entire signature, like:
static BCatalog sCatalog("application/x-vnd.Cortex.InfoView");
Even so, it was chosen to omit the `application` supertype from the signature for the shared code as well.
This should fix #7530 for good.
Change-Id: Iff18fabef7aba68602e49db1e98cfed2f486f545 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4091 Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
2cba2d56 |
| 04-Jan-2013 |
Dancsó Róbert <dancso.robert@d-rendszer.hu> |
Added localization support for Cortex app.
* Fixes #7530.
Change-Id: I238c4c8fe32b181a8e1a4bd688bcbe9f3a87f79f Signed-off-by: Kacper Kasper <kacperkasper@gmail.com> Reviewed-on: https://review.haik
Added localization support for Cortex app.
* Fixes #7530.
Change-Id: I238c4c8fe32b181a8e1a4bd688bcbe9f3a87f79f Signed-off-by: Kacper Kasper <kacperkasper@gmail.com> Reviewed-on: https://review.haiku-os.org/c/haiku/+/3169 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
27a59a2f |
| 07-Jan-2019 |
Murai Takashi <tmurai01@gmail.com> |
cortex: Fix PVS 1206
* Remove cast to void* in AddItem() at line 363, so that avoid that the object which was created using 'new' operator is immediately cast to another type. * Also remove other ca
cortex: Fix PVS 1206
* Remove cast to void* in AddItem() at line 363, so that avoid that the object which was created using 'new' operator is immediately cast to another type. * Also remove other casts in AddItem().
Change-Id: Ia20ab39ef50dce12b9d06ca5b1736a8a8e3e9cdd Reviewed-on: https://review.haiku-os.org/c/856 Reviewed-by: Barrett17 <b.vitruvio@gmail.com>
show more ...
|
#
19ae20e6 |
| 05-Nov-2011 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'master' into pm-flat
Conflicts: build/jam/HaikuImage build/jam/OptionalBuildFeatures build/jam/OptionalPackages build/jam/UserBuildConfig.sample data/bin/installoptionalpackage s
Merge branch 'master' into pm-flat
Conflicts: build/jam/HaikuImage build/jam/OptionalBuildFeatures build/jam/OptionalPackages build/jam/UserBuildConfig.sample data/bin/installoptionalpackage src/apps/deskbar/DeskbarMenu.cpp src/servers/debug/DebugServer.cpp src/system/kernel/fs/vfs.cpp
show more ...
|