List of commits:
Subject Hash Author Date (UTC)
prepare Explore window 9da7bcfcc06c986dd4ece8813096a9086ad690fc Alex 2022-07-13 01:59:32
comment out Edit option: není na to podpora v MUI Royale. Posunout polo¾ky menu, aby kursor nedopadal poøad na Remove 46c2f3cbbc2912eefb9504c7632f65ed57bc47e5 Alex 2022-07-12 23:14:48
fix code formatting for remove requesters 535d4b6515a4744e0b6af6090daadbb85f38b8cf Alex 2022-07-12 23:04:43
implement adding of single feed e938d0a6d769c7caf876dfdba9f43ce668eb4690 Alex 2022-07-12 22:05:10
implement group adding d347e25e93e94f711c4098fecc9775af22eb7309 Alex 2022-07-12 20:12:00
make parser to work somehow bb968a00680246434eb1f9795ebde4babea3fb05 Alex 2022-07-12 05:19:43
some preparations for parsing 0259ef32db69fdb45bc9e67d88c74aca4ae69ce6 Alex 2022-07-12 03:59:45
prepare png icon b7dc494acb640d92c5b7b49bc2ee93fd5a0d521c Alex 2022-07-11 07:17:47
fetching is ready 0d01c38238a2ea7e39bc671de1997294231d8549 Alex 2022-07-11 06:37:06
read feeds from feeds.json U¾ivatel asi bude chtit mít své fidy u sebe de14a1e9f5a99f79e44985073df04e89bae2c116 Alex 2022-07-11 01:26:52
prepare default feeds d2b45f0007c30da84662b8b2a1f2118d03e30e1f Alex 2022-07-11 01:25:58
prepare Lock&Unlock f76041ef4fa2b6d5301afb34bda5de13f8ff2701 Alex 2022-07-10 00:37:38
prepare downloading routines f12d337da75c3cefe4ef0ccb3f08472e7701b058 Alex 2022-07-09 23:52:36
move default feeds to feeds.hws 6efc0f7c1767a2feba618938c8f83eab43f93b0e Alex 2022-07-09 14:16:44
set up EmptyNodes attribute 41e19a0974fbf63f959fe7e3135d2efb9cb48ce6 Alex 2022-07-09 11:44:03
disable icon menu 540099f84a9d1a567dd079ca8ba5ac667ec8945f Alex 2022-07-08 23:37:47
implement tree manipulation commands dfa3a877079a75d7c5a724bb9c6e84a6db1d4677 Alex 2022-07-08 21:07:10
implement coping to clipboard 380b60dad4bd182a92199db5cde4339baaa84521 Alex 2022-07-08 20:35:05
prepare context menus eb75fc61825de235f63b47176ca9ec88f8966d2b Alex 2022-07-08 15:01:46
add cycle chains b0d80feff1cfb953d50a79e7773077a846cc72c2 Alex 2022-07-08 12:25:15
Commit 9da7bcfcc06c986dd4ece8813096a9086ad690fc - prepare Explore window
Author: Alex
Author date (UTC): 2022-07-13 01:59
Committer name: Alex
Committer date (UTC): 2022-07-13 01:59
Parent(s): 46c2f3cbbc2912eefb9504c7632f65ed57bc47e5
Signer:
Signing key:
Signing status: N
Tree: fb216be73805d0d4d1cffb309ed52a2274d7d10d
File Lines added Lines deleted
AppWindow.xml 32 3
IvoRSS.hws 17 2
File AppWindow.xml changed (mode: 100755) (index 486d685..dfa176a)
10 10 </menu> </menu>
11 11 <menu title="RSS feeds"> <menu title="RSS feeds">
12 12 <item id="menu_add" notify="selected" shortcut="A">Add feed...</item> <item id="menu_add" notify="selected" shortcut="A">Add feed...</item>
13 <item id="menu_lurk" notify="selected" shortcut="L">Lurk for...</item>
13 <item id="menu_lurk" notify="selected" shortcut="X">Explore feeds...</item>
14 14 <item id="menu_addgroup" notify="selected" shortcut="G">Add group...</item> <item id="menu_addgroup" notify="selected" shortcut="G">Add group...</item>
15 15 <item/> <item/>
16 16 <item id="menu_hide" notify="selected" shortcut="H">Hide all</item> <item id="menu_hide" notify="selected" shortcut="H">Hide all</item>
 
27 27 <menustrip id="feedtreemenu"> <menustrip id="feedtreemenu">
28 28 <menu title="RSS feeds"> <menu title="RSS feeds">
29 29 <item id="fdtm_add" notify="selected">Add feed...</item> <item id="fdtm_add" notify="selected">Add feed...</item>
30 <item id="fdtm_lurk" notify="selected">Lurk for...</item>
30 <item id="fdtm_lurk" notify="selected">Explore...</item>
31 31 <item id="fdtm_addgroup" notify="selected">Add group...</item> <item id="fdtm_addgroup" notify="selected">Add group...</item>
32 32 <item/> <item/>
33 33 <item id="fdtm_fetch" notify="selected">Fetch current</item> <item id="fdtm_fetch" notify="selected">Fetch current</item>
 
74 74 </menu> </menu>
75 75 </menustrip> </menustrip>
76 76
77
78 <window title="Explore RSS channels" muiid="LURK" id="metawin" notify="closerequest" open="false">
79 <vgroup>
80 <label leftaligned="true">Webs often provide information about availiable RSS channels
81 </label>
82 <hgroup>
83 <string id="websource" contents="http://aminet.net/" cyclechain="1" notify="acknowledge"/>
84 <button id="herewegobtn" notify="pressed" weight="50">Here we go!
85 </button>
86 </hgroup>
87 <listview id="foundfeeds" notify="active" cyclechain="true">
88 <column title="CanHas"/>
89 <column title="Address"/>
90 <column title="Title"/>
91 <column title="Relationship"/>
92 <column title="Type"/>
93 </listview>
94 <hgroup>
95 <button id="reqaddbtn" notify="pressed">Add selected
96 </button>
97 <hspace/>
98 <button id="reqclosebtn" notify="pressed">Close
99 </button>
100 </hgroup>
101 </vgroup>
102 </window>
103
104
77 105 <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">
78 106 <vgroup> <vgroup>
79 107 <hgroup> <hgroup>
80 108 <vgroup weight="50"> <vgroup weight="50">
81 109 <hgroup> <hgroup>
82 <button id="addbtn" notify="pressed">_Add...</button>
110 <button id="lurkbtn" shorthelp="Check if the web you are interested in provides RSS channels" notify="pressed">E_xplore...</button>
111 <button id="addbtn" shorthelp="Add single RSS channel" notify="pressed">_Add...</button>
83 112 <button id="fetchbtn" notify="pressed">F_etch</button> <button id="fetchbtn" notify="pressed">F_etch</button>
84 113 <button id="fetchallbtn" notify="pressed">_Fetch all</button> <button id="fetchallbtn" notify="pressed">_Fetch all</button>
85 114 <button id="stopbtn" notify="pressed" disabled="true">Stop</button> <button id="stopbtn" notify="pressed" disabled="true">Stop</button>
File IvoRSS.hws changed (mode: 100755) (index 6cb6edc..17efb1b)
... ... Function p_MUIEvent(msg)
74 74 Case "Window": Case "Window":
75 75 Switch msg.Attribute Switch msg.Attribute
76 76 Case "CloseRequest": Case "CloseRequest":
77 p_SaveFeeds()
78 End
77 Switch msg.ID
78 Case "win":
79 p_SaveFeeds()
80 End
81 Case "metawin":
82 mui.Set("metawin", "open", False)
83 EndSwitch
79 84 EndSwitch EndSwitch
80 85 Case "Menuitem": Case "Menuitem":
81 86 Switch msg.ID Switch msg.ID
 
... ... Function p_MUIEvent(msg)
106 111 FallThrough FallThrough
107 112 Case "fdtm_save": Case "fdtm_save":
108 113 p_SaveFeeds() p_SaveFeeds()
114
115 Case "menu_lurk":
116 FallThrough
117 Case "fdtm_lurk":
118 mui.Set("metawin", "open", True)
109 119
110 120 Case "menu_addgroup": Case "menu_addgroup":
111 121 FallThrough FallThrough
 
... ... Function p_MUIEvent(msg)
163 173
164 174 Case "Button": Case "Button":
165 175 Switch msg.ID Switch msg.ID
176 Case "reqclosebtn":
177 mui.Set("metawin", "open", False)
178
179 Case "lurkbtn":
180 mui.Set("metawin", "open", True)
166 181 Case "addbtn": Case "addbtn":
167 182 p_AddFeed() p_AddFeed()
168 183 Case "fetchbtn": Case "fetchbtn":
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/IvoRSS

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/IvoRSS

Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/IvoRSS

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main