Fixup Tracker IconThe last time I checked, dogs don't have the power of telekinesis. :)Primarily changed the Tracker icon in all places to have the Trackermascot hold the window in its mouth (lik
Fixup Tracker IconThe last time I checked, dogs don't have the power of telekinesis. :)Primarily changed the Tracker icon in all places to have the Trackermascot hold the window in its mouth (like in BeOS), rather than thewindow just levitating in front of the dog.Change-Id: Ic60d3b0cb47e5995a639b494bf63af9ca21ef7d7Reviewed-on: https://review.haiku-os.org/c/haiku/+/2408Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
More work towards hybrid support* All packaging architecture dependent variables do now have a respective suffix and are set up for each configured packaging architecture, save for the kernel a
More work towards hybrid support* All packaging architecture dependent variables do now have a respective suffix and are set up for each configured packaging architecture, save for the kernel and boot loader variables, which are still only set up for the primary architecture. For convenience TARGET_PACKAGING_ARCH, TARGET_ARCH, TARGET_LIBSUPC++, and TARGET_LIBSTDC++ are set to the respective values for the primary packaging architecture by default.* Introduce a set of MultiArch* rules to help with building targets for multiple packaging architectures. Generally the respective targets are (additionally) gristed with the packaging architecture. For libraries the additional grist is usually omitted for the primary architecture (e.g. libroot.so and <x86>libroot.so for x86_gcc2/x86 hybrid), so that Jamfiles for targets built only for the primary architecture don't need to be changed.* Add multi-arch build support for all targets needed for the stage 1 cross devel package as well as for libbe (untested).
Cleanup BCatalogAddOn.* rename BCatalogAddOn to BCatalogData, since it doesn't represent an add-on, but rather the catalog data provided by an add-on* move BCatalogData out of Catalog.{h,cpp} in
Cleanup BCatalogAddOn.* rename BCatalogAddOn to BCatalogData, since it doesn't represent an add-on, but rather the catalog data provided by an add-on* move BCatalogData out of Catalog.{h,cpp} into its own header and implementation file* drop BCatalogData::MarkForTranslation() methods, they're not needed* drop BCatalog::GetNoAutoCollectString() methods, they're not being used anywhere* cleanup the B_TRANSLATE_... macros somewhat* add versions of the B_TRANSLATE_MARK_... macros that are meant to be used in void context (when the string isn't being used by the program, just meant to be picked up by collectcatkeys).* adjust several apps to use B_TRANSLATE_MARK_..._VOID where needed* adjust users of BCatalogAddOn accordingly
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'Sys
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
App name localization.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40980 a95241bf-73f2-0310-859d-f6bbb57e9c96
Set Tracker preferences background app flag, to avoid flashing by in Deskbar. (It quits right after having asked Tracker to shows its settings window.)git-svn-id: file:///srv/svn/repos/haiku/haiku/
Set Tracker preferences background app flag, to avoid flashing by in Deskbar. (It quits right after having asked Tracker to shows its settings window.)git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33364 a95241bf-73f2-0310-859d-f6bbb57e9c96
Resource clean-up. Removing bitmap icons. Updating copyright dates. Removing dead code and redundant comments. Ending files in a newline.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33191 a9
Resource clean-up. Removing bitmap icons. Updating copyright dates. Removing dead code and redundant comments. Ending files in a newline.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33191 a95241bf-73f2-0310-859d-f6bbb57e9c96
* Added a "launcher" for Tracker preferences, which are now accessible from the preferences menu/folder. See #2365git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29087 a95241bf-73f2-0310-859d-
* Added a "launcher" for Tracker preferences, which are now accessible from the preferences menu/folder. See #2365git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29087 a95241bf-73f2-0310-859d-f6bbb57e9c96