1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Miguel de Benito 812ee2a023 Doc: Added documentation for enum, choice, choices, tree-widget.
Added test widget for tree-widget.
2014-01-01 01:24:16 +00:00
Miguel de Benito 7d825cebc0 A few words of documentation on widget styles 2013-08-18 15:16:01 +00:00
Miguel de Benito da6e261b74 Minor corrections. 2012-09-13 07:40:21 +00:00
Miguel de Benito a243a4be18 Added documentation for preferences api. 2012-09-11 15:22:56 +00:00
Miguel de Benito 184dc83b25 More documentation for widgets. There is much to do yet. 2012-08-10 21:29:34 +00:00
Miguel de Benito 7a387e15a7 A bit more documentation about widgets. 2012-07-29 10:06:13 +00:00
Miguel de Benito c93081b807 Features and fixes (Qt):
Support for widgets: texmacs-output, texmacs-input, resize, popup (for help 
 balloons), buttons in dialogs, tweaks here and there.
 Fixes to layouts and sizing, scroll widgets are dummy for most widgets.
 Support for side tools as another (floatable) QToolBar. Would a QDockWidget
 be better?
 Consistent (albeit partial) support for TeXmacs' widget styles.
 Support for some more widgets as menu items (i.e. as QActions for QToolBar).
 Fix placement of context menus.
 New management of ownership of QWidgets.
 
Cleanup and maintenance (Qt):
 Comments. Many, many comments.
 Removed unnecessary files.
 Grouped common method definitions.
 Shifting around of code for consistency.
 Documentation regarding widgets and extension of the UI.
 XCode: update project for XCode4, new xcconfig for MOC objects fixes linker
 warnings.
 
To do (Qt):
 Fine-tune the presentation of QWidgets: remove unnecessary spacing, provide
 default alignment policies, add better support for widgets in QToolBars
 (see as_qaction()).
 Finish the popup widget (timeout, etc.)
 Why are texmacs widgets so often wrapped into vertical widgets? This messes
 with scrollable_widget.
 Understand why QPainter is not properly initialized for output widgets, then
 remove the hack in Texmacs/Window/tm_button.cpp.
2012-05-28 22:17:09 +00:00
Miguel de Benito 374226e6b7 More documentation for widgets 2012-04-07 12:02:10 +00:00