1
0
Fork 0
Commit Graph

115 Commits

Author SHA1 Message Date
Joris van der Hoeven f3aacecda1 Document the indexation mechanism 2015-04-07 19:05:28 +00:00
Joris van der Hoeven 5d268327df Complete documentation 2015-04-07 18:39:27 +00:00
Joris van der Hoeven 06b448af7d Update documentation 2015-03-24 14:32:56 +00:00
Joris van der Hoeven c975208da8 Continued documentation 2015-03-24 14:04:52 +00:00
Joris van der Hoeven 2e36f01c2f Start documentation of database API 2015-03-24 13:51:00 +00:00
Miguel de Benito 48a975822b Doc update 2015-03-15 20:17:08 +00:00
Miguel de Benito 5ad3b029f9 Doc: a few words on tm-properties 2014-06-07 16:53:37 +00:00
Joris van der Hoeven 456d0e8033 Fixes 2014-05-14 14:02:30 +00:00
Miguel de Benito 9ee5b01e20 Doc: typo 2014-03-21 20:58:15 +00:00
Miguel de Benito 77fed1355c Doc: typo 2014-03-11 19:00:48 +00:00
Miguel de Benito 4eeea53e89 Doc: typos 2014-02-16 11:29:26 +00:00
Miguel de Benito cd01f95762 Doc: now really fixed 2014-01-02 19:29:37 +00:00
Miguel de Benito 5e0107709d Doc: errors in tree-view docs 2014-01-02 19:27:23 +00:00
Miguel de Benito 06ee7775f0 Further development of tree-view:
+ Commands implemented.
  + Changes to the interface and documentation.
  + Don’t look in TEXMACS_PIXMAP_PATH if DecorationRole is set.
2014-01-01 23:15:10 +00:00
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
Joris van der Hoeven bf577496e1 Minor correction 2013-11-25 17:07:23 +00:00
Joris van der Hoeven 7362dd186d Minor corrections 2013-11-25 16:47:05 +00:00
Joris van der Hoeven 24d0da921d Completed reorganization of actions 2013-11-14 13:33: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 00eaa567cf Documentation for auto updater. Documentation for advanced preferences. 2013-08-17 21:39:17 +00:00
Miguel de Benito 17e823cd77 Fixed some typos in docs 2013-07-10 20:26:30 +00:00
Miguel de Benito 1859c26bd9 Some partial documentation for urls 2013-03-31 14:01:22 +00:00
Miguel de Benito 182719ae43 Minor documentation update 2013-01-14 18:35:25 +00:00
Miguel de Benito 8bddfe725d Remove comment about old bug 2013-01-06 16:53:09 +00:00
Miguel de Benito 9b2d65b9ec Typos (minor) 2013-01-01 13:58:23 +00:00
Miguel de Benito 726fbc3d96 Better doc. (minor) 2012-12-31 00:19:46 +00:00
Miguel de Benito cfa68e52a4 Add doc for texmacs-modes 2012-12-31 00:17:37 +00:00
Miguel de Benito 23fa94d242 Added branch to new doc 2012-10-01 08:24:58 +00:00
Miguel de Benito 5fe5725f1d A bit of structure for the api docs bazaar. 2012-09-21 20:43:48 +00:00
Miguel de Benito f937fefbc0 Links now accept web-style parameters (generic-file format). In progress. 2012-09-21 20:42:55 +00:00
Miguel de Benito 653a47e0f5 Removed obsolete doc. 2012-09-21 09:09:13 +00:00
Miguel de Benito ab79c4c1d4 open-window returns the window 2012-09-20 16:21:31 +00:00
Miguel de Benito ed6ef2a480 Typos 2012-09-19 15:06:26 +00:00
Miguel de Benito 020d912b5d Added append-preference as a convenience function 2012-09-19 12:45:41 +00:00
Miguel de Benito 027509aca8 "A tmfs primer" draft documentation 2012-09-18 20:34:30 +00:00
Miguel de Benito c98adf2e39 Comment on options for contextually overloaded functions. 2012-09-14 11:05:19 +00:00
Miguel de Benito da6e261b74 Minor corrections. 2012-09-13 07:40:21 +00:00
Miguel de Benito 4b28493fc7 Typo 2012-09-13 07:38:32 +00:00
Miguel de Benito a243a4be18 Added documentation for preferences api. 2012-09-11 15:22:56 +00:00
Miguel de Benito b4723d04bb typo 2012-09-11 10:22:17 +00:00
Miguel de Benito d185d5e96e A bit more detail 2012-08-31 16:03:13 +00:00
Miguel de Benito d6db1397dd Typo 2012-08-31 16:02:02 +00:00
Miguel de Benito a223d5df6d Revert: won't store api docs as separate tm files 2012-08-27 15:12:11 +00:00
Joris van der Hoeven 87a19cbc22 correction 2012-08-27 14:18:21 +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
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
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 4ad73d1301 Rename get-name-buffer and set-name-buffer 2012-03-19 16:05:12 +00:00
Miguel de Benito 85b6e4b427 Small modifications to the test form. 2012-03-08 17:32:06 +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 c78c7f7e81 Update 2012-02-01 21:55:18 +00:00
Joris van der Hoeven 25d0edfc1a Typo 2012-02-01 15:33:56 +00:00
Joris van der Hoeven 37b5b1132d Rename 2011-08-28 07:59:50 +00:00