diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-29 09:04:11 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-29 09:04:11 +0800 |
commit | 9e0661d19a9f7d66688ebf68fe5b21fd7316c082 (patch) | |
tree | 7ad71fa9887134dd38fec07b97cfb119c986742c /calendar/gui | |
parent | e1635ef07ac4dbbb2511a01ed32ef096399d11fb (diff) | |
download | gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.tar gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.tar.gz gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.tar.bz2 gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.tar.lz gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.tar.xz gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.tar.zst gsoc2013-evolution-9e0661d19a9f7d66688ebf68fe5b21fd7316c082.zip |
Reformatted the table spec to make it easier to read.
2000-11-28 Federico Mena Quintero <federico@helixcode.com>
* gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Reformatted the
table spec to make it easier to read.
* gui/tag-calendar.c: Oops, Damon wrote this, not me. Fixed the
Authors line.
svn path=/trunk/; revision=6707
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-calendar-table.c | 78 | ||||
-rw-r--r-- | calendar/gui/tag-calendar.c | 3 | ||||
-rw-r--r-- | calendar/gui/tag-calendar.h | 3 |
3 files changed, 59 insertions, 25 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index 6288f29f17..de247778a8 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -135,29 +135,61 @@ e_calendar_table_class_init (ECalendarTableClass *class) } -#define E_CALENDAR_TABLE_SPEC \ - "<ETableSpecification click-to-add=\"true\" _click-to-add-message=\"Click to add a task\" draw-grid=\"true\">" \ - "<ETableColumn model_col= \"0\" _title=\"Categories\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"1\" _title=\"Classification\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"2\" _title=\"Completion Date\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"3\" _title=\"End Date\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"4\" _title=\"Start Date\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"5\" _title=\"Due Date\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"6\" _title=\"Geographical Position\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"7\" _title=\"Percent complete\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"8\" _title=\"Priority\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col= \"9\" _title=\"Summary\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"summary\" compare=\"string\"/>" \ - "<ETableColumn model_col=\"10\" _title=\"Transparency\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col=\"11\" _title=\"URL\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col=\"12\" _title=\"Alarms\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \ - "<ETableColumn model_col=\"13\" pixbuf=\"icon\" expansion=\"1.0\" minimum_width=\"18\" resizable=\"false\" cell=\"icon\" compare=\"integer\"/>" \ - "<ETableColumn model_col=\"14\" pixbuf=\"complete\" expansion=\"1.0\" minimum_width=\"18\" resizable=\"false\" cell=\"checkbox\" compare=\"integer\"/>" \ - "<ETableState>" \ - "<column source=\"13\"/>" \ - "<column source=\"14\"/>" \ - "<column source= \"9\"/>" \ - "<grouping> </grouping>" \ - "</ETableState>" \ +#define E_CALENDAR_TABLE_SPEC \ + "<ETableSpecification click-to-add=\"true\" " \ + " _click-to-add-message=\"Click to add a task\" " \ + " draw-grid=\"true\">" \ + " <ETableColumn model_col= \"0\" _title=\"Categories\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"1\" _title=\"Classification\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"2\" _title=\"Completion Date\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"3\" _title=\"End Date\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"4\" _title=\"Start Date\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"5\" _title=\"Due Date\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"6\" _title=\"Geographical Position\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"7\" _title=\"Percent complete\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"8\" _title=\"Priority\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col= \"9\" _title=\"Summary\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"summary\" compare=\"string\"/>" \ + " <ETableColumn model_col=\"10\" _title=\"Transparency\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col=\"11\" _title=\"URL\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col=\"12\" _title=\"Alarms\" " \ + " expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \ + " cell=\"string\" compare=\"string\"/>" \ + " <ETableColumn model_col=\"13\" pixbuf=\"icon\" " \ + " expansion=\"1.0\" minimum_width=\"22\" resizable=\"false\" " \ + " cell=\"icon\" compare=\"integer\"/>" \ + " <ETableColumn model_col=\"14\" pixbuf=\"complete\" " \ + " expansion=\"1.0\" minimum_width=\"22\" resizable=\"false\" " \ + " cell=\"checkbox\" compare=\"integer\"/>" \ + " <ETableState>" \ + " <column source=\"13\"/>" \ + " <column source=\"14\"/>" \ + " <column source= \"9\"/>" \ + " <grouping></grouping>" \ + " </ETableState>" \ "</ETableSpecification>" static void diff --git a/calendar/gui/tag-calendar.c b/calendar/gui/tag-calendar.c index 658bedc661..4d8e154c4c 100644 --- a/calendar/gui/tag-calendar.c +++ b/calendar/gui/tag-calendar.c @@ -2,7 +2,8 @@ * * Copyright (C) 2000 Helix Code, Inc. * - * Author: Federico Mena-Quintero <federico@helixcode.com> + * Authors: Damon Chaplin <damon@helixcode.com> + * Federico Mena-Quintero <federico@helixcode.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/calendar/gui/tag-calendar.h b/calendar/gui/tag-calendar.h index 8b51e55eb6..970035b03c 100644 --- a/calendar/gui/tag-calendar.h +++ b/calendar/gui/tag-calendar.h @@ -2,7 +2,8 @@ * * Copyright (C) 2000 Helix Code, Inc. * - * Author: Federico Mena-Quintero <federico@helixcode.com> + * Authors: Damon Chaplin <damon@helixcode.com> + * Federico Mena-Quintero <federico@helixcode.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |