From 11bcefe243a77d485e89da0f3bc4e37eda8576e1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Sep 2014 19:45:03 +0000 Subject: [PATCH] Don't say that 15+ year old wxDateTime is relatively new. Update the description of wxUSE_DATETIME in various setup.h files for the 21st century. Closes #16523. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/android/setup.h | 9 +-------- include/wx/gtk/setup0.h | 9 +-------- include/wx/motif/setup0.h | 9 +-------- include/wx/msw/setup0.h | 9 +-------- include/wx/msw/wince/setup.h | 9 +-------- include/wx/osx/setup0.h | 9 +-------- include/wx/setup_inc.h | 9 +-------- include/wx/univ/setup0.h | 9 +-------- 8 files changed, 8 insertions(+), 64 deletions(-) diff --git a/include/wx/android/setup.h b/include/wx/android/setup.h index 50066bd1e8..cffe98d8f8 100644 --- a/include/wx/android/setup.h +++ b/include/wx/android/setup.h @@ -454,14 +454,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/gtk/setup0.h b/include/wx/gtk/setup0.h index d79a5f83f5..1ee8f50321 100644 --- a/include/wx/gtk/setup0.h +++ b/include/wx/gtk/setup0.h @@ -455,14 +455,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/motif/setup0.h b/include/wx/motif/setup0.h index 8663b44ef0..1765e59413 100644 --- a/include/wx/motif/setup0.h +++ b/include/wx/motif/setup0.h @@ -455,14 +455,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 890cce534e..4e52291982 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -455,14 +455,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 3466e299c2..494f1b5bb4 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -455,14 +455,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/osx/setup0.h b/include/wx/osx/setup0.h index 8c8486ee43..adbd454d3f 100644 --- a/include/wx/osx/setup0.h +++ b/include/wx/osx/setup0.h @@ -456,14 +456,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 5056f57992..20d4c3ca38 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -451,14 +451,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG // diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 1c3d976fa1..aafd15ea1a 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -454,14 +454,7 @@ #define wxUSE_XLOCALE 1 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which -// allow to manipulate dates, times and time intervals. wxDateTime replaces the -// old wxTime and wxDate classes which are still provided for backwards -// compatibility (and implemented in terms of wxDateTime). -// -// Note that this class is relatively new and is still officially in alpha -// stage because some features are not yet (fully) implemented. It is already -// quite useful though and should only be disabled if you are aiming at -// absolutely minimal version of the library. +// allow to manipulate dates, times and time intervals. // // Requires: wxUSE_LONGLONG //