* implemented new Calendarview, capable to show/hide week numbers and day names weekstart sunday/monday and getting the current selected date etc... * updated mail addresses * make use of the new calendar view in time prefs * changed required classes to use the new date, time classes * gmt/ local time change implementation is missing atm, will come next git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22554 a95241bf-73f2-0310-859d-f6bbb57e9c96
28 lines
502 B
Plaintext
28 lines
502 B
Plaintext
SubDir HAIKU_TOP src preferences time ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
|
|
|
Preference Time :
|
|
AnalogClock.cpp
|
|
BaseView.cpp
|
|
Bitmaps.cpp
|
|
CalendarView.cpp
|
|
DateTimeEdit.cpp
|
|
SectionEdit.cpp
|
|
SettingsView.cpp
|
|
Time.cpp
|
|
TimeSettings.cpp
|
|
TimeWindow.cpp
|
|
TZDisplay.cpp
|
|
ZoneView.cpp
|
|
DateTime.cpp
|
|
: be
|
|
: Time.rdef
|
|
;
|
|
|
|
if $(TARGET_PLATFORM) = libbe_test {
|
|
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Time
|
|
: tests!apps ;
|
|
}
|