haiku/src/apps/networkstatus
Adrien Destugues 31535ac63b Make BAboutWindow modal
Ã* Set its type to B_MODAL_WINDO, and also set B_NOT_MOVABLE
 * Since this removes the window tab, add an "Ok" button to close the window
 * Remove the GetWindow mess and just use it as any regular window
 * Adjust all callers again

The AlertPosition method doesn't seem to work right, the window pops up
offset to the right. I also noticed that some of our calls to BAboutWindow
are actually not reacable because we removed Abutrequested from the apps.
Maybe we should clean them up (locale preflet and activity monitor are examples)

More annoying is the fact that opening a modal window from a deskbar replicant
is modal against the whole deskbar. Not sure what to do about that.
2013-05-01 10:10:37 +02:00
..
Jamfile Rework NetworkStatus to use a non-modal BAboutWindow 2012-11-13 01:12:44 -05:00
NetworkStatus.cpp Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
NetworkStatus.h
NetworkStatus.rdef 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. 2011-03-25 22:13:48 +00:00
NetworkStatusIcons.h
NetworkStatusIcons.rdef
NetworkStatusView.cpp Make BAboutWindow modal 2013-05-01 10:10:37 +02:00
NetworkStatusView.h Fix BAboutWindow lifecycle 2013-04-30 21:50:24 +02:00
NetworkStatusWindow.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
NetworkStatusWindow.h
RadioView.cpp * Added a static Draw() method. 2010-10-25 20:17:06 +00:00
RadioView.h * Added a static Draw() method. 2010-10-25 20:17:06 +00:00
WirelessNetworkMenuItem.cpp * Moved WirelessNetworkMenuItem into its own file. 2010-12-13 19:57:19 +00:00
WirelessNetworkMenuItem.h * Moved WirelessNetworkMenuItem into its own file. 2010-12-13 19:57:19 +00:00