Reworked the mail preferences

Operating Systems / Haiku - Axel Dörfler [pinc-software.de] - 6 January 2015 08:22 UTC

- Made it use the layout API.
- Removed options that no longer apply (dial-up, for example).
- Cleanup.
- There are a few issues left, though, for example, the BTextView is not correctly sized, and it currently crashes in the protocol panels.

5faab45 Reworked the mail preferences.
src/preferences/mail/AutoConfigView.cpp | 4 +-
src/preferences/mail/CenterContainer.cpp | 105 -------
src/preferences/mail/CenterContainer.h | 31 --
src/preferences/mail/ConfigViews.cpp | 221 +++++--------
src/preferences/mail/ConfigViews.h | 41 +--
src/preferences/mail/ConfigWindow.cpp | 490 +++++++++++------------------
src/preferences/mail/ConfigWindow.h | 28 +-
src/preferences/mail/FilterConfigView.cpp | 91 ++----
src/preferences/mail/FilterConfigView.h | 2 +-
src/preferences/mail/Jamfile | 1 -
10 files changed, 320 insertions(+), 694 deletions(-)

Upstream: cgit.haiku-os.org


  • Share