[gnome-calendar] build: move docs out of source tree.
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] build: move docs out of source tree.
- Date: Thu, 4 Dec 2014 22:21:40 +0000 (UTC)
commit d3c07fdf3d76f5cf08fb273dba65e1100c9e46ae
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Sun Jun 9 22:49:07 2013 -0400
build: move docs out of source tree.
TODO file left as developer guide
I plan to host the docs on a web apart, not decision on it yet,
maybe a projects.gnome.org site.
Makefile.am | 2 +-
TODO | 19 ++++++++-
configure.ac | 1 -
doc/Assumptions | 19 ---------
doc/Drawing | 110 -------------------------------------------------------
doc/Flows | 38 -------------------
doc/Internals | 73 ------------------------------------
doc/Makefile.am | 6 ---
doc/Views | 18 ---------
9 files changed, 17 insertions(+), 269 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f258dc2..4484fa1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
-SUBDIRS = libgd src data po doc
+SUBDIRS = libgd src data po
gnome_calendardocdir = ${datadir}/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}
gnome_calendardoc_DATA = \
diff --git a/TODO b/TODO
index 9fcfb85..cf4e7d2 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,28 @@
TODO
- - Rework toolbar, migrate to GdHeaderBar
- - Add disable/enable of views
+ - [DONE] Create AllDayGrid
+ 1. Add child placement policy
+ 2. Make it reactive
+ - [DONE] Create DaysGrid [Cause can be 1, 2 or 7 days]
+ 1. Add child placement policy
+ 2. Make it reactive
+ - Rework toolbar, migrate to GtkHeaderBar
- Update NewEvent widget to use GtkOverlay
+ - Rework internal GcalWindow working
- Clean GcalWindow compilation, no warnings
- Remove Clutter dependecy
+ - Clean gcal-enums for removing toolbar related enums
+ - Add disable/enable of views
+ - Handle GObject bindings update to not work on hidden views
+ e.g.: when removing a child is he view is hidden not update
- Rework GcalViews as grid only (WeekView, MonthView, YearView)
- - Rework GcalViews to get the new API
+ - Rework GcalViews to implement the new API (remove every "New API" comment)
- Review views title string: "Year 2013", shouldn't say "Year"
+ - Review gtk-styles.css file for actually working css definitions
+ - Add css file and svg image to resources files
- Reorder funcs inside GcalWindow
+ - Fix nav-button css to matches pushed-down state (font-color goes white)
- Review all-day checkbox and date/time fields interaction in GcalEditDialog
- Check width of read-only layer in GcalEditDialog
- Review the real need of GcalFloatingContainer
diff --git a/configure.ac b/configure.ac
index 14ea820..9de0798 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,6 @@ AC_CONFIG_FILES([
data/Makefile
data/gnome-calendar.desktop.in
po/Makefile.in
- doc/Makefile
])
AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]