|
Revision 3, 1.1 kB
(checked in by daboo, 2 years ago)
|
|
Full commit of JX-2.5.0 code
|
| Line | |
|---|
| 1 | -suffix .cpp |
|---|
| 2 | |
|---|
| 3 | @hello_world |
|---|
| 4 | ${DIR01}/hello_world |
|---|
| 5 | ${DIR01}/HelloWorldDir |
|---|
| 6 | |
|---|
| 7 | @menu_hello |
|---|
| 8 | ${DIR02}/menu_hello |
|---|
| 9 | ${DIR02}/MenuHelloDir |
|---|
| 10 | |
|---|
| 11 | @dialog_hello |
|---|
| 12 | ${DIR03}/dialog_hello |
|---|
| 13 | ${DIR03}/DialogHelloDir |
|---|
| 14 | ${DIR03}/DHStringInputDialog |
|---|
| 15 | |
|---|
| 16 | @widget |
|---|
| 17 | ${DIR04}/widget_main |
|---|
| 18 | ${DIR04}/WidgetDir |
|---|
| 19 | ${DIR04}/Widget |
|---|
| 20 | |
|---|
| 21 | @scrolling |
|---|
| 22 | ${DIR05}/scrolling |
|---|
| 23 | ${DIR05}/ScrollingWidgetDir |
|---|
| 24 | ${DIR05}/ScrollingWidget |
|---|
| 25 | |
|---|
| 26 | @drag_painter |
|---|
| 27 | ${DIR06}/drag_painter |
|---|
| 28 | ${DIR06}/DragWidgetDir |
|---|
| 29 | ${DIR06}/DragWidget |
|---|
| 30 | |
|---|
| 31 | @printing |
|---|
| 32 | ${DIR07}/printing |
|---|
| 33 | ${DIR07}/PrintWidgetDir |
|---|
| 34 | ${DIR07}/PrintWidget |
|---|
| 35 | |
|---|
| 36 | @simple_table |
|---|
| 37 | ${DIR08}/simpletable_main |
|---|
| 38 | ${DIR08}/SimpleTableDir |
|---|
| 39 | ${DIR08}/SimpleTable |
|---|
| 40 | |
|---|
| 41 | @data_table |
|---|
| 42 | ${DIR09}/datatable_main |
|---|
| 43 | ${DIR09}/DataTableDir |
|---|
| 44 | ${DIR09}/DataTable |
|---|
| 45 | |
|---|
| 46 | @selection_table |
|---|
| 47 | ${DIR10}/selectiontable_main |
|---|
| 48 | ${DIR10}/SelectionTableDir |
|---|
| 49 | ${DIR10}/SelectionTable |
|---|
| 50 | |
|---|
| 51 | @edit_table |
|---|
| 52 | ${DIR11}/edittable_main |
|---|
| 53 | ${DIR11}/EditTableDir |
|---|
| 54 | ${DIR11}/EditTable |
|---|
| 55 | |
|---|
| 56 | @clipboard |
|---|
| 57 | ${DIR12}/clipboard |
|---|
| 58 | ${DIR12}/ClipboardDir |
|---|
| 59 | ${DIR12}/ClipboardWidget |
|---|
| 60 | ${DIR12}/CBStringInputDialog |
|---|
| 61 | |
|---|
| 62 | @undo |
|---|
| 63 | ${DIR13}/undo |
|---|
| 64 | ${DIR13}/UndoWidgetDir |
|---|
| 65 | ${DIR13}/UndoWidget |
|---|
| 66 | ${DIR13}/UndoLine |
|---|
| 67 | ${DIR13}/RedoLine |
|---|
| 68 | |
|---|
| 69 | @dnd_widget |
|---|
| 70 | ${DIR14}/dnd_widget |
|---|
| 71 | ${DIR14}/DNDWidgetDir |
|---|
| 72 | ${DIR14}/DNDWidget |
|---|
| 73 | ${DIR14}/DNDData |
|---|