Interchange

CVS log for interchange/code/Widget/realvalue.widget

[BACK] Up to [Local Repository] / interchange / code / Widget

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:20:19 2007 UTC (21 months, 1 week ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:58 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root, STABLE_5_6-branch, REL_5_7_1, REL_5_6_1, REL_5_5_3, REL_5_5_2, REL_5_5_1, HEAD, DEB_5_6_1_2, DEB_5_5_1_1_1, DEB_5_5_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 11 23:46:40 2005 UTC (3 years, 3 months ago) by docelic
Branches: MAIN
CVS tags: STABLE_5_4-root, REL_5_4_2, REL_5_4_1, REL_5_4_0, REL_5_3_3, REL_5_3_2, DEB_5_3_0_20051028_1, DEB_5_3_0_20051004_1
Branch point for: STABLE_5_4-branch
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines

* Add header and license information

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 14 20:30:33 2005 UTC (3 years, 8 months ago) by mheins
Branches: MAIN
* Move all widgets out to code/Widget.

* Can specify multiple variants of widgets with something like:


	CodeDef movecombo Widget 1
	CodeDef movecombo Description Combo move
	CodeDef movecombo Help Selects any/all of many options, puts in text box
	CodeDef movecombo MapRoutine Vend::Form::movecombo
	CodeDef movecombo_replace Widget 1
	CodeDef movecombo_replace Description Combo move (one value)
	CodeDef movecombo_replace Help Selects one of many options, puts in text box

 Note the movecombo_replace variant has no Routine or MapRoutine.
 It is parsed by the internal parser to type of movecombo with
 option "replace".

 Ideally we would be able to have a parser associated with each
 type, specified outboard as well. I will work on this.

 The major effect of this is that you can put anywhere:

    CodeDef text_40 Widget 1
    CodeDef text_40 Description Text box, 40 columns

 This adds the entry to the widget type selector, but the parser
 still makes it a { type => 'text', width => 40 }.

* Change the meta editor so that it uses a movecombo_replace
  for the widget selector. This allows you to select a text
  widget, but add the "_40" on manually to allow easy widget
  specification.

* Add a movecombo_replace variant (i.e. { type => 'movecombo', replace => 1}
  which calls a different mode of addItem to only allow one value
  to be selected.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Interchange CVSweb <info@icdevgroup.org>