Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
---|---|---|
128px-Feed-icon.png | 0 | 0 |
AppWindow.xml | 30 | 19 |
IvoRSS.hws | 2 | 2 |
File 128px-Feed-icon.png added (mode: 100755) (index 0000000..1ab4535) |
File AppWindow.xml changed (mode: 100755) (index 3e06093..620efac) | |||
14 | 14 | </menustrip> | </menustrip> |
15 | 15 | ||
16 | 16 | <window id="win" muiid="MAIN" title="IvoRSS" screentitle="IvoRSS" notify="closerequest" menustrip="mainstrip" appwindow="true"> | <window id="win" muiid="MAIN" title="IvoRSS" screentitle="IvoRSS" notify="closerequest" menustrip="mainstrip" appwindow="true"> |
17 | <hgroup> | ||
18 | <listtree id="feedtree" title="RSS feeds" weight="50" notify="active" /> | ||
19 | <vgroup> | ||
20 | <text id="channel_title" PreParse="\33b"/> | ||
21 | <text id="channel_description"/> | ||
22 | |||
23 | <listview id="articles" notify="active"> | ||
24 | <column title="Title"/> | ||
25 | <column title="PubDate"/> | ||
26 | <column title="Category"/> | ||
27 | </listview> | ||
28 | |||
29 | <text id="item_title" PreParse="\33b"/> | ||
30 | <floattext id="textfield" background="readlistback" tabsize="4" justify="true"> | ||
31 | |||
32 | </floattext> | ||
33 | |||
34 | </vgroup> | ||
35 | </hgroup> | ||
17 | <vgroup> | ||
18 | <hgroup> | ||
19 | <vgroup weight="50"> | ||
20 | <hgroup> | ||
21 | <button id="addbtn" notify="pressed">_Add...</button> | ||
22 | <button id="checkbtn" notify="pressed">Ch_eck</button> | ||
23 | <button id="checkallbtn" notify="pressed">_Check all</button> | ||
24 | </hgroup> | ||
25 | <listtree id="feedtree" title="RSS feeds" notify="active" /> | ||
26 | </vgroup> | ||
27 | <vgroup> | ||
28 | <hgroup> | ||
29 | <image id="feedimage" source="brush:1" freevert="true" /> | ||
30 | <vgroup> | ||
31 | <text id="channel_title" PreParse="\33b"/> | ||
32 | <text id="channel_description"/> | ||
33 | </vgroup> | ||
34 | </hgroup> | ||
35 | <listview id="articles" notify="active"> | ||
36 | <column title="Title"/> | ||
37 | <column title="PubDate"/> | ||
38 | <column title="Category"/> | ||
39 | </listview> | ||
40 | |||
41 | <text id="item_title" PreParse="\33b"/> | ||
42 | <floattext id="textfield" background="readlistback" tabsize="4" justify="true"/> | ||
43 | </vgroup> | ||
44 | </hgroup> | ||
45 | <text id="status"/> | ||
46 | </vgroup> | ||
36 | 47 | </window> | </window> |
37 | 48 | </application> | </application> |
38 | 49 |
File IvoRSS.hws changed (mode: 100755) (index 6b003da..12ff258) | |||
14 | 14 | ||
15 | 15 | @INCLUDE "feedtree.hws" | @INCLUDE "feedtree.hws" |
16 | 16 | ||
17 | |||
18 | |||
17 | @BRUSH 1, "128px-Feed-icon.png", {LoadAlpha=True, ScaleHeight=32, ScaleWidth=32} | ||
18 | ;Width=#KEEPASPRAT | ||
19 | 19 | /* | /* |
20 | 20 | ** Handles all incoming events | ** Handles all incoming events |
21 | 21 | */ | */ |