Searched refs:BAlert (Results 51 - 75 of 211) sorted by relevance

123456789

/haiku/src/preferences/repositories/
H A DAddRepoWindow.cpp87 BAlert* alert = new BAlert("error",
H A DRepositoriesWindow.cpp109 BAlert *alert = new BAlert("tasks",
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp156 BAlert* alert = new BAlert("", B_TRANSLATE("You can run NetworkStatus "
/haiku/src/apps/mail/
H A DSignature.cpp192 BAlert* alert = new BAlert("",
241 BAlert* alert = new BAlert("",
297 BAlert *alert = new BAlert("",
394 BAlert* alert = new BAlert("",
/haiku/src/apps/cortex/AddOnHost/
H A DAddOnHostApp.cpp177 BAlert* alert = new BAlert(B_TRANSLATE("Cortex AddOnHost"),
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp356 BAlert* alert = new BAlert(alertTitle, alertText, B_TRANSLATE("OK"),
489 BAlert* alert = new BAlert(
517 BAlert* alert = new BAlert(
581 BAlert* alert = new(std::nothrow) BAlert(
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp109 BAlert *alert = new BAlert("", "XContainer (H.Reh, dr.hartmut.reh@gmx.de) " "\n" "\n"
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp114 BAlert* alert = new BAlert(B_TRANSLATE_CONTEXT("Bad news", "Title of error alert"),
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierFilter.cpp88 BAlert *alert = new BAlert(B_TRANSLATE("New messages"), text.String(),
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp74 BAlert* alert = new BAlert(name.String(), message.String(),
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp83 BAlert* warning = new BAlert("parsing_failed",
181 BAlert* notify = new BAlert("installation_success",
202 BAlert* notify = new BAlert("installation_aborted",
219 BAlert* notify = new BAlert("installation_failed",
371 BAlert* alert = new BAlert("file_exist
[all...]
/haiku/src/apps/pulse/
H A DPulseApp.cpp228 BAlert *alert = new BAlert(B_TRANSLATE("Info"),
328 BAlert *alert = new BAlert(B_TRANSLATE("Error"),
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp199 BAlert* alert = new BAlert("memory overrun!!!", "warning", "OK");
234 BAlert* alert = new BAlert("", err.What(), "OK");
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp188 BAlert* alert = new BAlert("memory overrun!!!", "warning",
224 BAlert* alert = new BAlert("", err.What(), "OK");
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp266 BAlert* alert = new BAlert(WARNING,
287 BAlert* alert = new BAlert(ERROR,
542 BAlert* alert = new BAlert(ERROR,
572 BAlert* alert = new BAlert(ERROR,
626 BAlert* alert = new BAlert(ERRO
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp362 BAlert* alert = new BAlert("", buffer.String(), B_TRANSLATE("Cancel"),
368 BAlert* alert = new BAlert("", buffer.String(), B_TRANSLATE("Cancel"), 0, 0,
838 BAlert* alert = new BAlert("", text, B_TRANSLATE("OK"),
864 BAlert* alert = new BAlert("", text, B_TRANSLATE("OK"),
904 BAlert* alert = new BAlert("", errorSt
[all...]
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp146 int32 choice = (new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"),
156 int32 choice = (new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"),
242 BAlert* alert = new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"),
316 BAlert* alert = new BAlert(
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp118 BAlert *alert = new BAlert("",
173 BAlert *alert = new BAlert("",
243 BAlert *alert = new BAlert("", "XShelfInspector (H.Reh, dr.hartmut.reh@gmx.de) " "\n" "\n"
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp131 BAlert *alert = new BAlert("", err.what(), "OK");
/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp115 BAlert* alert = new BAlert("Test title", "Lorem ipsum dolor sit "
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp178 BAlert* alert = new BAlert(B_TRANSLATE("DiskProbe request"),
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp89 BAlert *pAlert = new BAlert(
/haiku/src/preferences/mail/
H A DAutoConfigWindow.cpp81 BAlert* invalidMailAlert = NULL;
88 invalidMailAlert = new BAlert("invalidMailAlert",
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp157 BAlert* alert = new BAlert("noMatch",
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp141 // BAlert instead of the app-wide BAlert. This avoids making
155 // in that zippers are not paused while the BAlert is up.
167 BAlert* alert = new BAlert(NULL, question.String(),
172 // BAlert, being modal, does not show on the current workspace
178 // or if maybe BAlert should (and does not?) activate itself.

Completed in 124 milliseconds

123456789