1
0
Fork 0
Commit Graph

410 Commits

Author SHA1 Message Date
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 f75134534c Typo fix (thanks to Bernd Losert) 2012-07-25 16:07:25 +00:00
Miguel de Benito 03544e804f Typo fix (thanks to Bernd Losert) 2012-07-25 15:58:30 +00:00
Joris van der Hoeven 8567754168 Upgrade to version 1.0.7.16 2012-07-06 15:58:44 +00:00
Joris van der Hoeven f165077afb Fix address 2012-07-06 07:44:42 +00:00
Sam Liddicott 39197da9ce Give example on use of rewrite-inactive
Explain about <uninit>. Does <unknown> need removing?
2012-06-06 17:34:57 +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
Andrey Grozin 54911bd4a9 Reduce plugin docs 2012-05-02 18:02:39 +00:00
François Poulain ceea425824 Documentation: <number> tag 2012-04-25 08:53:03 +00:00
Joris van der Hoeven 42259dd3b1 Complete documentation of basic buffer API 2012-04-23 13:31:19 +00:00
Joris van der Hoeven bacaf0910d Further documentation of buffer API 2012-04-23 12:56:12 +00:00
Joris van der Hoeven 869c33ddba Updates 2012-04-23 12:26:47 +00:00
Joris van der Hoeven 3d770cb3a6 Rename 2012-04-23 12:25:13 +00:00
Joris van der Hoeven f54e8269dd Minor enhancements 2012-04-23 12:24:40 +00:00
Joris van der Hoeven 11d6556c2d Start documentation of buffer, view and window management API 2012-04-23 12:22:28 +00:00
Joris van der Hoeven 4214b446cb Extra directory 2012-04-23 09:23:53 +00:00
Joris van der Hoeven a6e326eabe Document new versioning facilities and changed conventions 2012-04-19 13:48:34 +00:00
Joris van der Hoeven 2380881feb minor change 2012-04-18 15:01:59 +00:00
Joris van der Hoeven be7e554866 support for SVN 2012-04-18 14:56:30 +00:00
Miguel de Benito 374226e6b7 More documentation for widgets 2012-04-07 12:02:10 +00:00
Miguel de Benito ad6a1646d1 Bug #24398, typo in docs. 2012-04-05 22:47:13 +00:00
Joris van der Hoeven 0fe31d6618 Replace no_name predicate by buffer_has_name 2012-03-21 14:40:12 +00:00
Joris van der Hoeven 53b975df66 Rename pretend-save-buffer 2012-03-20 21:36:22 +00:00
Joris van der Hoeven 1e103e277e Fix numbering of spreadsheets to be compatible with Excel, Open Office, etc. 2012-03-20 21:17:49 +00:00
Joris van der Hoeven 4ad73d1301 Rename get-name-buffer and set-name-buffer 2012-03-19 16:05:12 +00:00
Joris van der Hoeven b65bc3a395 Upgrade to version 1.0.7.15 2012-03-16 15:47:29 +00:00
Joris van der Hoeven 1bae77b41a Updated documentation 2012-03-11 15:24:10 +00:00
Miguel de Benito 85b6e4b427 Small modifications to the test form. 2012-03-08 17:32:06 +00:00
Joris van der Hoeven 9a542ac6bb TODO for spreadsheet facility 2012-03-08 10:35:49 +00:00
Joris van der Hoeven 7f41858385 Minor fix 2012-03-07 20:21:06 +00:00
Joris van der Hoeven 3c8a33fbe6 Describe graphical group editing mode 2012-03-07 19:48:52 +00:00
Joris van der Hoeven c5485a0a6f Extra documentation of graphical picture editor 2012-03-07 18:57:05 +00:00
Joris van der Hoeven 8951f4d8f7 Start documentation of graphics mode 2012-03-07 15:37:49 +00:00
Joris van der Hoeven ae7d5e84d7 Some reorganizations of the documentation 2012-03-07 14:22:57 +00:00
Joris van der Hoeven 5d5c1110e0 Reorganize documentation of plug-ins 2012-03-07 14:03:34 +00:00
Joris van der Hoeven cb4e04585c Completed documentation of spreadsheets 2012-03-07 13:09:20 +00:00
Joris van der Hoeven 702dc88400 Spreadsheet documentation 2012-03-07 09:02:32 +00:00
Joris van der Hoeven 3281a5db13 Basic documentation on spreadsheets 2012-03-06 23:12:07 +00:00
Miguel de Benito 06471c9246 Draft documentation of the widget and form system 2012-03-06 14:23:36 +00:00
Joris van der Hoeven 0f698d9a42 Reorganization of contextual overloading system, part I 2012-02-16 20:49:50 +00:00
Joris van der Hoeven ea66b07bac Continued preparations for reorganization of contextual overloading 2012-02-16 11:59:22 +00:00
Joris van der Hoeven 115bbf012c Update 2012-02-03 21:42:17 +00:00
Joris van der Hoeven 7593e603b3 Update documentation on tmdoc style 2012-02-03 21:39:51 +00:00
Joris van der Hoeven c22f0c47f1 Fixes in documentation 2012-02-02 22:22:31 +00:00
Joris van der Hoeven c78c7f7e81 Update 2012-02-01 21:55:18 +00:00
Joris van der Hoeven 25d0edfc1a Typo 2012-02-01 15:33:56 +00:00
Denis Raux 781c612016 various french menu corrections 2011-12-09 11:35:21 +00:00
Denis Raux 910f422fc1 various french add 2011-12-09 11:32:24 +00:00
Denis Raux 3dd7a968c9 correct some typos 2011-12-07 10:25:10 +00:00