Commit Graph

20 Commits

Author SHA1 Message Date
Graham Dawes
d8c3a14eee Generate wxEVT_TREE_END_LABEL_EDIT when the user has finished editing an item in wxTreeCtrl 2019-02-07 13:34:10 +00:00
Graham Dawes
5aba98353c Generate event when begin editing tree item. 2019-02-07 10:27:51 +00:00
Jay Nabonne
5279d0bca5 Clean up the code after merges. 2019-02-07 10:13:05 +00:00
Graham Dawes
0356b236c8 Merge branch 'qt_tree_control' of https://github.com/GeoTeric/wxWidgets into qt_tree_control 2019-02-07 10:04:44 +00:00
Jay Nabonne
3c3421b3b2 Merge branch 'qt_tree_control' of https://github.com/GeoTeric/wxWidgets into qt_tree_control
# Conflicts:
#	src/qt/treectrl.cpp
2019-02-07 10:01:40 +00:00
Jay Nabonne
d9080cd791 Get initial tree control drag and drop working. Create a new type for tree item data, as it needs to be serialisable for drag and drop, and void* is not. 2019-02-07 09:08:08 +00:00
Graham Dawes
9ba41aecc1 Fix build warnings in wxTreeCtrl 2019-02-07 08:43:31 +00:00
Graham Dawes
3342695b92 Make wxQT wxTreeCtrl selection behave consistently with other wx ports. 2019-02-07 08:39:04 +00:00
Graham Dawes
ab6f8e5092 Prevent "header" row from showing in wxTreeCtrl under wxQT. 2019-02-06 16:49:43 +00:00
Graham Dawes
02d47aadfd Fix wxTreeCtrl::GetSelections for wxQT 2019-02-06 13:23:17 +00:00
Graham Dawes
d2f1e1b61b Better support for images in wxTreeCtrl under wxQT 2019-02-06 12:55:30 +00:00
Graham Dawes
57348b4a59 Add EditControl support for wxTreeCtrl under wxQT 2019-02-06 09:20:13 +00:00
Graham Dawes
c7f77ba765 Add signal handlers to generate wx events for wxTreeCtrl under wxQT 2019-02-05 19:50:16 +00:00
Graham Dawes
9df2258397 Fix some failing TreeBookCtrl tests cases 2019-02-05 19:05:40 +00:00
Graham Dawes
2a91c00c10 Add missing d'tor 2019-02-05 16:13:56 +00:00
Graham Dawes
9f1f8636c5 Fix root relationship 2019-02-05 14:15:36 +00:00
Graham Dawes
8efe01bd8e Implement basic styles for wxTreeCtrl under wxQT 2019-02-05 13:46:32 +00:00
Graham Dawes
308ef18a6d Start "native" implementation of wxTreeCtrl for wxQT 2019-02-05 13:23:12 +00:00
Sean D'Epagnier
35bc8f449b Improve build and widget storage
There are no longer any qt headers included in wx/qt headers.
Applications do not need to link with qt librarys anymore, only wxqt libraries.
wxWindow and derived widgets only contain one pointer to their qtwidget, no longer
  carrying both base and derived pointers in parallel as was before.
2017-11-06 02:05:40 +01:00
Vadim Zeitlin
df13791078 Merge wxQT branch into the trunk.
This merges in the latest sources from GSoC 2014 wxQt project with just a few
minor corrections, mostly undoing wrong changes to common files in that branch
(results of a previous bad merge?) and getting rid of whitespace-only changes.
Also remove debug logging from wxGrid.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-08-24 01:50:11 +00:00