Searched +full:/boot/ +full:apps (Results 51 - 75 of 76) sorted by path

1234

/haiku/data/system/boot/
H A DSetupEnvironment31 export PATH=.:$HOME/config/non-packaged/bin:$HOME/config/bin:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences
35 export PATH=.:/bin:/boot/system/apps:/boot/system/preferences
87 # Apps will fall back to /tmp usually anyway.
/haiku/data/system/boot/first_login/
H A Ddefault_deskbar_items.sh4 /boot/system/apps/ProcessController -deskbar
5 /boot/system/apps/NetworkStatus --deskbar
6 /boot/system/apps/PowerStatus --deskbar
/haiku/docs/develop/build/rc/
H A Drc.rst361 All BeOS applications (except command line apps) have a basic set of resources, such as a MIME
368 | app_signature | the apps's MIME signature | string signature |
/haiku/docs/develop/build/
H A Dsourcecode.rst42 * apps - GUI applications that are not preferences
/haiku/docs/interface_guidelines/
H A Dindex.xml22 their apps for more than just themselves. We are going to examine how you
/haiku/docs/user/app/
H A DRoster.dox210 \brief The BRoster class lets you launch apps and keeps track of apps
436 configured for the sub-type, other supporting apps will be inserted in the
943 \param refList Filled out with information about recently used apps.
944 \param maxCount The maximum number of apps to get information on.
/haiku/docs/user/storage/
H A DFindDirectory.dox855 \brief The BeOS apps directory.
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A DUPDATE.html67 <li>Fixed 'BScreen Sync-to-Retrace not working' bug that appeared on all dualhead cards when CRTC2 was used as primary CRTC. On some systems outthere this bug might have shown itself as a 'system (or app) hanging' error occuring while using apps that feature explicit retrace sync. Completely rewrote interrupt handling to now handle retrace syncs on both CRTC1 and CRTC2, although only the CRTC used as primary will be enabled (for now);
208 <li>BWindowScreen R3-style function update for acceleration and page flipping/virtualscreens in apps ('Allegro' update): fixed cloning accelerants;
255 <li>BWindowScreen / Sync_to_retrace fix: prevent apps from crashing on endless waiting for retrace. Wait_for_retrace is temporary disabled now until it's actually implemented.
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp1685 // on it has no effect on remote BParameterWebs in other apps.
/haiku/src/apps/bootmanager/
H A DJamfile1 SubDir HAIKU_TOP src apps bootmanager ;
/haiku/src/apps/installer/
H A DInstallerWindow.cpp317 // Register to receive notifications when apps launch or quit...
676 path.SetTo("/boot/system/apps/DriveSetup");
705 path.SetTo("/boot/system/apps/BootManager");
/haiku/src/kits/tracker/
H A DContainerWindow.cpp513 // send a kCloseAllWindows message and have windowless apps stay running,
H A DFSUtils.cpp4149 AddOne(B_BEOS_APPS_DIRECTORY, "apps");
4150 AddOne(B_APPS_DIRECTORY, "apps");
4152 B_USER_DESKBAR_DIRECTORY, "Applications", "apps");
H A DPoseView.cpp8292 // dispatch scripting calls from apps to the PoseView
H A DTracker.cpp976 // handling app not Tracker, pass entries to the apps
1451 // send a kCloseAllWindows message and have windowless apps stay running,
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp505 // dispatch scripting calls from apps to the PoseView
H A DInfoWindow.cpp263 // dispatch scripting calls from apps to the PoseView
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp14 object with the translators that the apps need to access.
/haiku/src/servers/app/
H A DDesktop.cpp2674 // Run through the list of apps and nuke the proper one
2754 // test apps to quit. This situation will occur only when the
2768 // if there are no apps to quit, shutdown directly
/haiku/src/servers/registrar/
H A DTRoster.cpp279 // add to recent apps if successful
553 // apps to the list of the (pre-)registered apps.
564 // add the info to the registered apps list
1171 // notify all apps
1204 /*! \brief Clears the current list of recent apps
1262 /*! \brief Add the supplied app info to the list of (pre-)registered apps.
1281 apps.
1346 // remove the apps
1363 // remove the apps
1482 AddAppInfo(AppInfoList& apps, team_id team) argument
[all...]
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp94 SYSTEM "/apps",
186 HOME CONFIG "/apps",
450 templatePath = SYSTEM "/apps";
H A Dfind_paths.cpp185 return "/apps";
/haiku/src/system/libroot/posix/
H A Dpwd_query.c171 if (p->grent_query) /* clumsy apps */
448 if (p->pwent_query) /* clumsy apps */
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A Dreadme.txt7 This app lets you interrogate a BShelf object (aka "container view") to see what replicants it contains. One common difficulty with replicants is managing the add-on/library that defines the replicant. The Shelf Inspector helps with this by showing the images currently loaded in the target application. It also lets you unload libraries that are no longer in use (be careful not to unload libraries that still are in use). This a good time to build and run the Shelf Inspector. You'll notice when you launch it that it also launches the Container demo application; these two apps work together.
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp194 error = path.SetTo("/boot/beos/apps");
287 error = path.SetTo("/boot/system/apps");

Completed in 281 milliseconds

1234