Subject | Hash | Author | Date (UTC) |
---|---|---|---|
add cycle chains | b0d80feff1cfb953d50a79e7773077a846cc72c2 | Alex | 2022-07-08 12:25:15 |
prepare layout | 46613958a1e87944104f74aa77ebb106dc22a2ad | Alex | 2022-07-07 23:36:19 |
implement Load/Save feeds' tree | ce6ded536ef07a49e96f181c07c84c1239ef607d | Alex | 2022-07-05 23:10:44 |
implement feed tree filling | dad148576a106072f87be33803e7a916cb044d35 | Alex | 2022-07-05 17:09:20 |
implement item selection | b42586a38c98a4087937b8f85f7dd2570cb61bf7 | Alex | 2022-06-19 02:42:29 |
show items list | ee6686fc57690fc236aefc334861dbf0fd65b2ce | Alex | 2022-06-19 01:42:38 |
parse channel title and description | 96ec5e38931158d27a75c0fe922fd14a8647dba1 | Alex | 2022-06-18 23:53:49 |
add XML parser... | 4f2d6297a47fe2f9f377bf9ce5afd9545cf9ae2f | Alex | 2022-06-18 14:29:17 |
prepare textfield | b88f2e78f55a4ba7e62f674bcdf38615f3d3eb09 | Alex | 2022-06-18 02:35:37 |
initial commit | 702a1b31f80bf565bf20cc6ecc4e9d748d772363 | Alex | 2022-06-17 23:42:13 |
File | Lines added | Lines deleted |
---|---|---|
AppWindow.xml | 3 | 3 |
File AppWindow.xml changed (mode: 100755) (index 620efac..f488994) | |||
22 | 22 | <button id="checkbtn" notify="pressed">Ch_eck</button> | <button id="checkbtn" notify="pressed">Ch_eck</button> |
23 | 23 | <button id="checkallbtn" notify="pressed">_Check all</button> | <button id="checkallbtn" notify="pressed">_Check all</button> |
24 | 24 | </hgroup> | </hgroup> |
25 | <listtree id="feedtree" title="RSS feeds" notify="active" /> | ||
25 | <listtree id="feedtree" title="RSS feeds" notify="active" cyclechain="true" /> | ||
26 | 26 | </vgroup> | </vgroup> |
27 | 27 | <vgroup> | <vgroup> |
28 | 28 | <hgroup> | <hgroup> |
32 | 32 | <text id="channel_description"/> | <text id="channel_description"/> |
33 | 33 | </vgroup> | </vgroup> |
34 | 34 | </hgroup> | </hgroup> |
35 | <listview id="articles" notify="active"> | ||
35 | <listview id="articles" notify="active" cyclechain="true"> | ||
36 | 36 | <column title="Title"/> | <column title="Title"/> |
37 | 37 | <column title="PubDate"/> | <column title="PubDate"/> |
38 | 38 | <column title="Category"/> | <column title="Category"/> |
39 | 39 | </listview> | </listview> |
40 | 40 | ||
41 | 41 | <text id="item_title" PreParse="\33b"/> | <text id="item_title" PreParse="\33b"/> |
42 | <floattext id="textfield" background="readlistback" tabsize="4" justify="true"/> | ||
42 | <floattext id="textfield" background="readlistback" tabsize="4" justify="true" cyclechain="true"/> | ||
43 | 43 | </vgroup> | </vgroup> |
44 | 44 | </hgroup> | </hgroup> |
45 | 45 | <text id="status"/> | <text id="status"/> |