List of commits:
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
Commit b0d80feff1cfb953d50a79e7773077a846cc72c2 - add cycle chains
Author: Alex
Author date (UTC): 2022-07-08 12:25
Committer name: Alex
Committer date (UTC): 2022-07-08 12:25
Parent(s): 46613958a1e87944104f74aa77ebb106dc22a2ad
Signer:
Signing key:
Signing status: N
Tree: 400f36ac159553f25681cc61bfc2f6fab0b464c5
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"/>
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