Commit graph

10 commits

Author SHA1 Message Date
3339bb5ec8 scaffold: Epic 1 — project scaffold
Add the full Rust + GTK4 + libadwaita project skeleton:
- Cargo.toml with all dependencies (gtk4 0.11, libadwaita 0.9,
  webkit6 0.6, reqwest, serde, tokio, libsecret)
- build.rs that compiles Blueprint .blp files and bundles a GResource
- data/ui/window.blp — AdwApplicationWindow with AdwNavigationSplitView,
  sidebar with refresh button/spinner and primary menu,
  content page with article menu
- data/resources.gresource.xml bundling UI, HTML, and CSS
- data/net.jeena.FeedTheMonkey.gschema.xml with all GSettings keys
- html/content.html and html/content.css (minimal placeholders)
- src/main.rs, src/app.rs — AdwApplication with APP_ID net.jeena.FeedTheMonkey
- src/window.rs — AdwApplicationWindow GObject subclass loading the
  Blueprint template and persisting window size in GSettings
- COPYING (GPL-3.0) restored from master

The app compiles and the binary is ready to open a blank window.
2026-03-20 11:22:19 +00:00
Jeena
288b4513c1 added build to gitirnore 2015-02-21 13:18:47 +01:00
Jeena
1f8e30489e Renamed back to FeedTheMonkey 2015-02-18 00:01:24 +01:00
Jeena
307b8ffae0 new ttrss stuff 2015-01-07 19:38:43 +01:00
Jeena
87585b44ec changed name 2014-11-12 06:50:30 +01:00
Jeena
4a6f140980 no FeedTheMonkey.egg-info/ 2014-08-21 23:17:13 +02:00
Jeena
c31eec92e4 removed unnecessary files 2014-02-04 05:16:58 +01:00
Jeena
df246c5c1f added os x version 2013-10-19 18:55:47 +02:00
jeena
cef0b4c64e fixed reload in own thread 2013-04-24 15:40:58 +02:00
jeena
e14f16c314 fixed paths 2013-04-23 22:41:51 +02:00