aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-04 18:24:00 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-04 18:24:00 +0800
commit2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b (patch)
treed111bb37a86e3e9a9c6b905c5c1c2766a675657f /views
parentdb3e8ba8175199d0aa5a680a907e170b5aa02111 (diff)
downloadgsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.gz
gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.zst
gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.zip
New view.
2001-03-04 Christopher James Lahey <clahey@ximian.com> * addressbook/By_Company.galview: New view. * addressbook/Makefile.am: Added By_Company.galview. * addressbook/Phone_List.galview: Updated this a bit. * addressbook/galview.xml: Added By Company and Address Cards (No Address_Cards.galview is required for now.) svn path=/trunk/; revision=8540
Diffstat (limited to 'views')
-rw-r--r--views/ChangeLog11
-rw-r--r--views/addressbook/By_Company.galview16
-rw-r--r--views/addressbook/Makefile.am2
-rw-r--r--views/addressbook/Phone_List.galview4
-rw-r--r--views/addressbook/galview.xml2
5 files changed, 33 insertions, 2 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index 65eab52cc0..f9b7d995d5 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,5 +1,16 @@
2001-03-04 Christopher James Lahey <clahey@ximian.com>
+ * addressbook/By_Company.galview: New view.
+
+ * addressbook/Makefile.am: Added By_Company.galview.
+
+ * addressbook/Phone_List.galview: Updated this a bit.
+
+ * addressbook/galview.xml: Added By Company and Address Cards (No
+ Address_Cards.galview is required for now.)
+
+2001-03-04 Christopher James Lahey <clahey@ximian.com>
+
* addressbook/.cvsignore, addressbook/Makefile.am,
addressbook/Phone_List.galview, addressbook/galview.xml: Added a
built in view menu for addressbook.
diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview
new file mode 100644
index 0000000000..a16b8fac95
--- /dev/null
+++ b/views/addressbook/By_Company.galview
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000">
+ <column source="1"/>
+ <column source="31"/>
+ <column source="9"/>
+ <column source="0"/>
+ <column source="29"/>
+ <column source="5"/>
+ <column source="14"/>
+ <column source="8"/>
+ <column source="12"/>
+ <grouping>
+ <group column="10" ascending="true"/>
+ <leaf column="0" ascending="true"/>
+ </grouping>
+</ETableState>
diff --git a/views/addressbook/Makefile.am b/views/addressbook/Makefile.am
index b0ec2abecf..b4df38bcfa 100644
--- a/views/addressbook/Makefile.am
+++ b/views/addressbook/Makefile.am
@@ -1,3 +1,3 @@
defaultaddressbookdir = $(datadir)/evolution/views/addressbook
-defaultaddressbook_DATA = Phone_List.galview galview.xml
+defaultaddressbook_DATA = By_Company.galview Phone_List.galview galview.xml
EXTRA_DIST = $(defaultaddressbook_DATA)
diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview
index 369c3690d4..68e8e4ffc1 100644
--- a/views/addressbook/Phone_List.galview
+++ b/views/addressbook/Phone_List.galview
@@ -7,5 +7,7 @@
<column source="14"/>
<column source="8"/>
<column source="12"/>
- <grouping/>
+ <grouping>
+ <leaf column="0" ascending="true"/>
+ </grouping>
</ETableState>
diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml
index b7be72282e..373f78253e 100644
--- a/views/addressbook/galview.xml
+++ b/views/addressbook/galview.xml
@@ -1,4 +1,6 @@
<?xml version="1.0"?>
<GalViewCollection>
+ <GalView id="Address_Cards" title="Adress Cards" filename="Address_Cards.galview" type="minicard"/>
<GalView id="Phone_List" title="Phone List" filename="Phone_List.galview" type="etable"/>
+ <GalView id="By_Company" title="By Company" filename="By_Company.galview" type="etable"/>
</GalViewCollection>
/cgit.cgi/freebsd-ports-gnome/commit/x11-fonts?h=mate-1.16&id=3e92ab15c1172562f8f8aaf5747a5ac4ab5030a1'>Update my email address to `@FreeBSD.org'.danfe2004-08-271-1/+1 * Depend on x11-fonts/bitstream-vera, as it is also among scalablelesi2004-08-231-1/+3 * Add arkpandora 2.04,krion2004-08-186-0/+133 * - Use more correct path for fonts, to be exact, use X prefix andvs2004-08-133-43/+57 * Reset maintainer. Much thanks to Stijn for maintaining the ports so far!vs2004-08-101-1/+4 * Update XFree86 clients to 4.4 release. Release notes are available atmarcus2004-08-1019-40/+97 * I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack shouldmezz2004-07-271-1/+1 * Register missing CONFLICTS, mostly on xorg-libraries-*anholt2004-07-271-1/+1 * Use the correct version of libtool 13 -> 15 to avoid install the *.la files.mezz2004-07-261-1/+1 * - Add a patch to support some Ghostscript fonts.hrs2004-07-253-11/+33 * - Extend IGNORE message, point users to instructions how to switchpav2004-07-248-8/+8 * - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-2432-108/+116 * Start QT2 deorbit by removing expired ports.arved2004-07-235-60/+0 * Change maintainer's mail.krion2004-07-211-1/+1 * Canonicalize MASTER_SITES a bit, to ease sorting by dumb scripts (ranksites)eik2004-07-071-3/+3 * Update to 2.2.3.marcus2004-07-032-3/+3 * add a missing dependency to XFree86-4-clientsoliver2004-06-211-0/+2 * A number of fonts which are useful for TV applicationsoliver2004-06-206-0/+100 * New port: xorg-fontserver taken from X.Org release 6.7.0.anholt2004-06-116-0/+78 * Sync with new bsd.autotools.mkade2004-06-051-1/+1 * Register CONFLICTS on new xorg ports.anholt2004-05-316-0/+12 * Add xorg-fonts-truetype, a port of the X.Org TrueType fonts (bitstream-veraanholt2004-05-317-0/+91 * Add xorg-fonts-miscbitmaps, a port of the X.Org "misc" bitmap fonts.anholt2004-05-316-0/+461 * Add xorg-fonts-cyrillic, a port of the X.Org Cyrillic bitmap fonts.anholt2004-05-316-0/+133 * Add xorg-fonts-75dpi, a port of the X.Org 75 dpi bitmap fonts.anholt2004-05-316-0/+1945 * Add xorg-fonts-100dpi, a port of the X.Org 100 dpi bitmap fonts.anholt2004-05-316-0/+1945 * Add xorg-fonts-encodings, a port of the X.Org font encoding files.anholt2004-05-316-0/+91 * Add xorg-fonts-type1, a port of the X.Org Type1 fonts.anholt2004-05-316-0/+110 * Start the QT2 deorbit by marking all ports that depend non-optionalarved2004-05-171-0/+3 * Remove conditional %%PORTDOCS%% since the docs will be installed no mattermarcus2004-05-121-132/+132 * Fix some portlint warnings, and use lthack to eliminate the needs for amarcus2004-05-123-145/+136 * Update to 1.4.2, fixing a buffer overflow in dirfile.c.anholt2004-05-076-40/+5 * Display install instructions using pkg-message.olgeni2004-05-029-31/+34 * Move install instructions to pkg-message.olgeni2004-05-023-10/+11 * Move install instructions from pkg-descr to pkg-message.olgeni2004-05-013-10/+11 * Add artwiz-aleczapka 1.3, a set of (improved) artwiz fonts.thierry2004-05-016-0/+80 * Use the right MTREE_FILEarved2004-04-191-0/+1 * - Update maintainer's addresspav2004-04-172-2/+2 * Tidy up whitespace.trevor2004-04-111-1/+1 * Use SORT macro. Clarify COMMENT. Use PLIST_DIRS. Drop maintainership.trevor2004-04-071-3/+3 * Add gentium 1.0.1, gentium TrueType font collection.thierry2004-04-0413-0/+381 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 * SIZEify (maintainer timeout)trevor2004-03-3122-0/+34 * SIZE update jumbo-commit.bms2004-03-251-0/+1 * Declare CONFLICTS between freedesktop.org X extension/library ports andlofi2004-03-251-0/+2 * Update to 2.1.6 with the official freetype2-2.1.7 fix.marcus2004-03-233-61/+3 * Fix build with freetype2-2.1.7.marcus2004-03-223-0/+36 * - Fix build with new freetypepav2004-03-223-5/+44 * Add size data, approved by maintainers.trevor2004-03-211-0/+1 * Add size data.nork2004-03-201-0/+1 * Revert a portion of the font rendering code that enforces strict bitmap fontmarcus2004-03-192-0/+58 * SIZE-ify my ports.thierry2004-03-191-0/+1 * Add SIZE data.olgeni2004-03-196-0/+6 * Update to 4.7, patch 1. Notable changes in this release:naddy2004-03-195-43/+36 * Add size data, approved by maintainers.trevor2004-03-192-0/+2 * - Add SIZE to GNOME portspav2004-03-181-0/+1 * SIZEify.trevor2004-03-183-0/+3 * Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simplymarcus2004-03-173-6/+6 * Remove Xft. This port has been renamed libXft.marcus2004-03-176-106/+0 * "Update" to 2.2.2, the latest stable release with a PORTEPOCH bump.marcus2004-03-176-678/+19 * o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Avoid "size unknown" error by setting DISABLE_SIZE.trevor2004-03-131-0/+1 * - Style: s/@freebsd.org/@FreeBSD.org/pav2004-03-041-1/+1 * - Fix MASTER_SITESclement2004-02-231-1/+1 * Apply studly caps to "FreeBSD".trevor2004-02-071-1/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0614-7/+7 * Use PLIST_FILES.trevor2004-02-068-5/+5 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0410-6/+10 * patch fromtrevor2004-02-014-12/+4 * Make fetchable, add some mirrors from gimp-devel.olgeni2004-01-301-1/+5 * SIZEify.trevor2004-01-308-0/+9 * Add size data.trevor2004-01-281-0/+1 * Add size data.trevor2004-01-281-0/+1 * Update to 1.4.1anholt2004-01-253-16/+5 * No member of the kde@ team has touched anything related to Qt2 in ages, sowill2004-01-241-1/+1 * Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1 * New port: Prerelease version of libXfont from freedesktop.org:anholt2003-12-225-0/+60 * - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1 * s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (thenetchild2003-12-125-10/+10 * Add Code2000, a shareware Unicode reference font. It contains over 34000 glyphs!pav2003-12-096-0/+158