about summary refs log tree commit diff
path: root/src/furtherance.gresource.xml
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@kressle.in>2022-02-18 16:14:09 +0100
committerRicky Kresslein <ricky@kressle.in>2022-02-18 16:14:09 +0100
commitac99aca2510eebb83ac9a112849d8788ef67db3d (patch)
tree57bbddbf10a83f8abd5e5020b897ed80dc7d7e44 /src/furtherance.gresource.xml
downloadFurtherance-ac99aca2510eebb83ac9a112849d8788ef67db3d.tar.zst
- Moved to com.lakoliu.Furtherance
- Removed development flag for release
- Created nicer about dialog
- Added description to data file
- Improved desktop file
- Changed database directory
- Delete All no longer enabled if no tasks
- Added GPL to top of every file
Diffstat (limited to 'src/furtherance.gresource.xml')
-rw-r--r--src/furtherance.gresource.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/furtherance.gresource.xml b/src/furtherance.gresource.xml
new file mode 100644
index 0000000..0116668
--- /dev/null
+++ b/src/furtherance.gresource.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+  <gresource prefix="/com/lakoliu/Furtherance">
+    <file>gtk/window.ui</file>
+    <file>gtk/history_box.ui</file>
+    <file>gtk/style.css</file>
+    <file>gtk/tasks_page.ui</file>
+    <file>gtk/tasks_group.ui</file>
+    <file>gtk/task_row.ui</file>
+    <file>gtk/task_details.ui</file>
+  </gresource>
+</gresources>