History log of /haiku/src/preferences/time/ClockView.cpp
Revision Date Author Comments
# f0650dc9 09-Dec-2015 looncraz <looncraz@looncraz.net>

preferences: Convert to using Set*UIColor.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Patches 0023-0037 from looncraz, unmodified.


# ad926b25 07-Nov-2015 Humdinger <humdingerb@gmail.com>

Improve/fix tab view layout as discussed

See http://www.freelists.org/post/haiku-development/Unifying-visuals-of-BTabView-usage

Besides the tab bar going the full width of the window, also some
layouting tweaks to several apps and prefs.

Still missing: the first (and last) tabs in the tab bar should be inset by
B_USE_WINDOW_SPACING so the controls in the tab view line up nicely.
I think I remember stippi wanting to look into it... :)


# 25122be5 19-Apr-2015 Murai Takashi <tmurai01@gmail.com>

Fix GCC 5 unused-variable warning.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>


# a97ff1bb 29-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Adjust apps to conform to previous layout changes.

The Deskbar and Time preferences were both relying on BCheckBox's
previous unlimited max width to get their containing BBoxes to be the
right size. Adjust the box constraints to make this happen at the level
of the box instead.


# a2d1b65a 23-Feb-2013 John Scipione <jscipione@gmail.com>

Silly style fixes


# 31c0024d 07-Nov-2012 John Scipione <jscipione@gmail.com>

Add Deskbar clock settings to Time Preferences

* Added a new Clock tab to the Time preflet. Added Clock related
controls there. They all function by communicating with Deskbar.
* Put controls in a BBox controlled by the Show clock checkbox.
This more clearly shows that all the clock settings are dependent
on the show clock setting since it doesn't matter what your clock
settings are if you don't show the clock.
* Make revert work.
* Split clock settings into it's own file and struct.
* Re-add the time zone setting.
* Remove the clock settings from the Deskbar preference window, they
are in Time now.
* Make Locale preferences accepts B_LOCALE_CHANGED message, although
not used.


# 25122be50e54e76872a62f1cf59888b00aef505b 19-Apr-2015 Murai Takashi <tmurai01@gmail.com>

Fix GCC 5 unused-variable warning.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>


# a97ff1bb60f6c3adddc121296175de58cb3f632c 29-Jun-2013 Rene Gollent <anevilyak@gmail.com>

Adjust apps to conform to previous layout changes.

The Deskbar and Time preferences were both relying on BCheckBox's
previous unlimited max width to get their containing BBoxes to be the
right size. Adjust the box constraints to make this happen at the level
of the box instead.


# a2d1b65a85f33469f29aada03646b0aed4a61f92 23-Feb-2013 John Scipione <jscipione@gmail.com>

Silly style fixes


# 31c0024d1b271b0b671c77432cce0be483b366f0 07-Nov-2012 John Scipione <jscipione@gmail.com>

Add Deskbar clock settings to Time Preferences

* Added a new Clock tab to the Time preflet. Added Clock related
controls there. They all function by communicating with Deskbar.
* Put controls in a BBox controlled by the Show clock checkbox.
This more clearly shows that all the clock settings are dependent
on the show clock setting since it doesn't matter what your clock
settings are if you don't show the clock.
* Make revert work.
* Split clock settings into it's own file and struct.
* Re-add the time zone setting.
* Remove the clock settings from the Deskbar preference window, they
are in Time now.
* Make Locale preferences accepts B_LOCALE_CHANGED message, although
not used.