Remove all lines containing cvs/svn "$Id$" keyword.
This keyword is not expanded by Git which means it's not replaced with the correct revision value in the releases made using git-based scripts and it's confusing to have lines with unexpanded "$Id$" in the released files. As expanding them with Git is not that simple (it could be done with git archive and export-subst attribute) and there are not many benefits in having them in the first place, just remove all these lines. If nothing else, this will make an eventual transition to Git simpler. Closes #14487. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// Name: tests/any/anytest.cpp
|
||||
// Purpose: Test the wxAny classes
|
||||
// Author: Jaakko Salli
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) the wxWidgets team
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: tests/archive/archive.cpp
|
||||
// Purpose: Test the archive classes
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: tests/archive/archivetest.h
|
||||
// Purpose: Test the archive classes
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: tests/tartest.cpp
|
||||
// Purpose: Test the tar classes
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: tests/archive/ziptest.cpp
|
||||
// Purpose: Test the zip classes
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxArray unit test
|
||||
// Author: Vadim Zeitlin, Wlodzimierz ABX Skiba
|
||||
// Created: 2004-04-01
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Vadim Zeitlin, Wlodzimierz Skiba
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Helper functions for cppunit
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-23
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Helper functions for cppunit
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-23
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxBase64Encode/Decode unit test
|
||||
// Author: Charles Reimers
|
||||
// Created: 2007-06-22
|
||||
// RCS-ID: $Id$
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
|
||||
|
||||
<makefile>
|
||||
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Main file of the benchmarking suite
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-07-19
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Main header of the benchmarking suite
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-07-19
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxDateTime benchmarks
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2011-05-23
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Some benchmarks for measuring graphics operations performance
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-04-13
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: src/html/htmlpars.cpp
|
||||
// Purpose: wx28HtmlParser class (generic parser)
|
||||
// Author: Vaclav Slavik
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 1999 Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: htmlpars.h
|
||||
// Purpose: wx28HtmlParser class (generic parser)
|
||||
// Author: Vaclav Slavik
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 1999 Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: src/html/htmltag.cpp
|
||||
// Purpose: wx28HtmlTag class (represents single tag)
|
||||
// Author: Vaclav Slavik
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 1999 Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: htmltag.h
|
||||
// Purpose: wx28HtmlTag class (represents single tag)
|
||||
// Author: Vaclav Slavik
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 1999 Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxIPC client side benchmarks
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-10-13
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Log-related benchmarks
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2012-01-21
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: MB<->WC conversion benchmarks
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-10-17
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
// Author: Francesco Montorsi
|
||||
// Modified by:
|
||||
// Created: 27/3/2006
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2006-2009 Francesco Montorsi
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: String-related benchmarks
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-07-19
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: String-related benchmarks
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-07-19
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxCmdLineParser unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-04-12
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxConfig unit test
|
||||
// Author: Marcin Wojdyr
|
||||
// Created: 2007-07-07
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2007 Marcin Wojdyr
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFileConf unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2004-09-19
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Vadim Zeitlin
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxRegConfig unit test
|
||||
// Author: Francesco Montorsi (extracted from console sample)
|
||||
// Created: 2010-06-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 wxWidgets team
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxBitmapComboBox unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-15
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxBitmapToggleButton unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-17
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxBookCtrlBase unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxBookCtrlBase unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxButton unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-21
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wCheckBox unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-14
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxCheckListBox unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-30
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxChoicebook unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxChoice unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-29
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxComboBox unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2007-09-25
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2007 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxDataViewCtrl unit test
|
||||
// Author: Vaclav Slavik
|
||||
// Created: 2011-08-08
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vaclav Slavik <vslavik@gmail.com>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxDatePickerCtrl unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2011-06-18
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxWindow unit test
|
||||
// Author: Vaclav Slavik
|
||||
// Created: 2012-08-30
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2012 Vaclav Slavik
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFrame unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-10
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxGauge unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-15
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxGrid unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-25
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxHeaderCtrl unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-11-26
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxSimpleHtmlListBoxNameStr unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2010-11-27
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxHyperlinkCtrl unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-08-05
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxItemContainer unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-29
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxItemContainer unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-29
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxControl and wxStaticText label tests
|
||||
// Author: Francesco Montorsi
|
||||
// Created: 2010-3-21
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Francesco Montorsi
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Base class for wxListCtrl and wxListView tests
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-20
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>,
|
||||
// (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Base class for wxListCtrl and wxListView tests
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-20
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>,
|
||||
// (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxListbook unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxListBox unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-06-29
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxListCtrl unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-11-26
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxListView unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-10
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxMarkupParser and related classes unit tests
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2011-02-17
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxNotebook unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: OwnerDrawnComboBox unit test
|
||||
// Author: Jaakko Salli
|
||||
// Created: 2010-12-17
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Jaakko Salli
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxPickerBase unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-08-07
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxPickerBase unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-08-07
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Tests for various wxPickerBase based classes
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-08-07
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxRadioBox unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-14
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxRadioButton unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-30
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxRearrangeList unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-05
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxRichTextCtrl unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-07
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxSearchCtrl unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2013-01-20
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2013 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxSimplebook unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2013-06-23
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2013 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxSlider unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-20
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxSpinCtrlDouble unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-22
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxSpinCtrl unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-21
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxTextCtrl unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2007-09-25
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2007 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: TestEntryTestCase implementation
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-09-19 (extracted from textctrltest.cpp)
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2007, 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Base class implementing wxTextEntry unit tests
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-09-19 (extracted from textctrltest.cpp)
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2007, 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxToggleButton unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-14
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxToolbook unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxtreebook unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxTreeCtrl unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-11-26
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxTreeListCtrl unit test.
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2011-08-27
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxListCtrl unit tests for virtual mode
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2010-11-13
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxWebView unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2011-07-08
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxWindow unit test
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2010-07-10
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Steven Lamerton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxDateTime unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2004-06-23 (extracted from samples/console/console.cpp)
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Vadim Zeitlin <vadim@wxwindows.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test wxEvent::Clone() implementation by all event classes
|
||||
// Author: Vadim Zeitlin, based on the code by Francesco Montorsi
|
||||
// Created: 2009-03-22
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test the new event types and wxEvtHandler-methods
|
||||
// Author: Peter Most
|
||||
// Created: 2009-01-24
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Peter Most
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Tests for the event loop classes
|
||||
// Author: Rob Bresalier
|
||||
// Created: 2013-05-02
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2013 Rob Bresalier
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test the event sources
|
||||
// Author: Bartosz Bekier
|
||||
// Created: 2009-01-24
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test keyboard events
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2010-09-05
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test events propagation
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2009-01-16
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test wxStopWatch class
|
||||
// Author: Francesco Montorsi (extracted from console sample)
|
||||
// Created: 2010-05-16
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 wxWidgets team
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: Test wxTimer events
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-10-22
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
// Author: Francesco Montorsi
|
||||
// (based on console sample TestExecute() function)
|
||||
// Created: 2009-01-10
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Francesco Montorsi
|
||||
// (c) 2013 Rob Bresalier, Vadim Zeitlin
|
||||
// Licence: wxWindows licence
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxDir unit test
|
||||
// Author: Francesco Montorsi (extracted from console sample)
|
||||
// Created: 2010-06-19
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 wxWidgets team
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: generic file functions unit test
|
||||
// Author: Francesco Montorsi (extracted from console sample)
|
||||
// Created: 2010-06-13
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2010 wxWidgets team
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFile unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2009-09-12
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// Name: tests/filetype/filetype.cpp
|
||||
// Purpose: Test wxGetFileKind and wxStreamBase::IsSeekable
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2005 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFileName unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2004-07-25
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Vadim Zeitlin
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFileSystem unit test
|
||||
// Author: Vaclav Slavik
|
||||
// Created: 2004-03-28
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Vaclav Slavik
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFont unit test
|
||||
// Author: Francesco Montorsi
|
||||
// Created: 16.3.09
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Francesco Montorsi
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxFontMapper unit test
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 14.02.04
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2003 TT-Solutions
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user