Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2014-08-23 02:21 VZ, revision 77115

Comment out incorrect notebook set tab enabled in wxQT

2014-08-23 02:20 VZ, revision 77114

Merge wxQT GSOC2014 branch with master trunk (svn rev 76659)

2014-08-23 02:20 VZ, revision 77113

Update build files by bakefile_gen / autoconf

2014-08-23 02:20 VZ, revision 77112

Remove $ from wxQT branch sources and includes

2014-08-23 02:20 VZ, revision 77111

Remove WXWIN_COMPATIBILITY_2_6 and FUTURE_WXWIN_COMPATIBILITY_3_0 in wxQT

2014-08-23 02:20 VZ, revision 77110

Remove redundant text dialog generic .cpp include in wxQT

2014-08-23 02:20 VZ, revision 77109

Use generic tree control in wxQT (qt/treectrl.cpp and header not used but still not removed yet)

2014-08-23 02:20 VZ, revision 77108

Fix compilation regression in other ports (gtk) due commented entries in bakefiles (missing qt features)

2014-08-23 02:20 VZ, revision 77107

Fix QtGlobal include for for QT_VERSION_STR constants (wxQT)

2014-08-23 02:20 VZ, revision 77106

Add wxQtEventLoopSourcesManager stub implementation to fix wxQT linking error: reference to 'wxGUIAppTraits::GetEventLoopSourcesManager()' not defined (see svn r74477 and #15305)

2014-08-23 02:20 VZ, revision 77105

Add generic wxTextMeasure to wxQT QT_LOWLEVEL_SRC bakefile section (and regenerate build files) to fix error: reference to 'vtable for wxTextMeasure' not defined

2014-08-23 02:20 VZ, revision 77104

Add direct wxQT implementation of wxBitmap::Create(int, int, wxDC&) needed in wxAuiTabContainer::Render for retina support (not using the dc, see svn r76601 r74294)

2014-08-23 02:19 VZ, revision 77103

Add dummy wxDropTarget::GetMatchingPair for wxQT (not implemented as in osx)

2014-08-23 02:19 VZ, revision 77102

Define wxHAS_GENERIC_DATAVIEWCTRL for wxQT (as GetTextExtent is not defined)

2014-08-23 02:19 VZ, revision 77101

Use const arrays for wxDC array parameters in wxQtDCImpl and wxPrinterDCImpl (see svn r73382 #10712)

2014-08-23 02:19 VZ, revision 77100

Fixed error: invalid conversion from ‘int’ to ‘wxMouseWheelAxis’ (wxQQ)

2014-08-23 02:19 VZ, revision 77099

Fix missing qt tooltip include due bad merge

2014-08-23 02:19 VZ, revision 77098

Add wxSpinCtrl SetBase and GetBase methods to wxQT (only base 10, see svn r72414)

2014-08-23 02:19 VZ, revision 77097

Remove wxRA_USE_CHECKBOX (see svn r70345)

2014-08-23 02:19 VZ, revision 77096

Refactor wxQtEventLoopBase methods DoRun, ScheduleExit, DoYieldFor (based on svn r74333 r74335 r76061)

2014-08-23 02:19 VZ, revision 77095

Regenerate build files with bakefile_gen and autoconf after merge

2014-08-23 02:17 VZ, revision 77094

merge SOC2014_QT (2.9) with master trunk

2014-08-21 16:14 VZ, revision 77093

Fix ribbon bar tab width computation if the first tab is hidden. The logic for the first tab should really deal with the first visible tab as the actual first tab might be hidden and in this case we shouldn't account for it at all. Closes #16432.

2014-08-21 16:13 VZ, revision 77092

Fix ribbon bar tab width computation if the first tab is hidden. The logic for the first tab should really deal with the first visible tab as the actual first tab might be hidden and in this case we shouldn't account for it at all. Closes #16432.

2014-08-19 14:55 VZ, revision 77091
  • D /wxWidgets/branches/SOC2014_QT

Delete SOC2014_QT branch created at the wrong point.