haiku/src/preferences/dun
Humdinger aed3510485 Close alerts with ESCAPE key.
Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.
2012-08-05 19:32:46 +02:00
..
DetailsView.cpp * Applied patch by Jonas Sundstrom: fixed the usage of B_UTF8_ELLIPSIS hopefully 2007-05-16 16:34:09 +00:00
DetailsView.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
DUN.cpp Updating some Preferences MIME signatures. 2009-08-19 04:01:16 +00:00
DUN.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
DUN.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
DUNView.cpp Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
DUNView.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
DUNWindow.cpp Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
DUNWindow.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
Jamfile Build fixes for gcc 4 by Ilzu Siiteri. Small changes by myself. 2005-11-30 23:41:40 +00:00
LocationView.cpp Build fixes for gcc 4 by Ilzu Siiteri. Small changes by myself. 2005-11-30 23:41:40 +00:00
LocationView.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
makefile Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
ModemWindow.cpp Standardizing on BWindow::CenterOnScreen() 2009-10-01 00:03:00 +00:00
ModemWindow.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
NewConnectionWindow.cpp Standardizing on BWindow::CenterOnScreen() 2009-10-01 00:03:00 +00:00
NewConnectionWindow.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
README Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
SettingsWindow.cpp * Applied patch by Jonas Sundstrom: fixed the usage of B_UTF8_ELLIPSIS hopefully 2007-05-16 16:34:09 +00:00
SettingsWindow.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
TreeView.cpp Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00
TreeView.h Renamed src/prefs to "preferences", as the directory is usually called in BeOS. 2005-06-24 15:57:12 +00:00

NOTE
I put this "stdc++.r4" in the Jamfile so it links against libstdc++.r4.so in /system. This is so I can use cout :)
Added some simple makefiles :-)

TODO
-Save Preferences in Home/Work profiles
-Add NewConnectionWindow functions (window added)
-Fix ModemWindow dropdowns
-Integrate the code for DunApplet into the main app.
-enable NAT checkbox - todo
- a redial if disconnected checkbox
- plus commands on disconnection, connection like in ~/config/etc/ppp-script


DONE
Resizing window with the TreeView "controls" AND Saving window state and position work perfectly now! yeah baby!!!!!

NEARLY THERE! :-)


Sikosis - Phil Greenway
Mizsa - Brent Mizsa