root/trunk/src/modest-widgets/README

Revision 47 (checked in by pvanhoof, 1 year ago)

2007-11-06 Philip Van Hoof <pvanhoof@gnome.org>

        • The rows of the TMutFolderView are now a bit more nice. Code reused

from the Modest project.

        • The date-to-string function now takes into account today, and

displays just the time if we're trying to display a date/time of today.

Line 
1 These are components that have been taken from the excellent Modest project.
2
3 You can find Modest (and its source code) at http://modest.garage.maemo.org/
4
5 Although permitted by its license are the two components, ModestHBoxCellRenderer
6 and ModestVBoxCellRenderer not modified. I have placed them in a static
7 library that will be used when linking together TMut (libmodestwidgets.a)
8
9 The components make it possible to display a cell in a GtkTreeView using
10 multiple columns from the GtkTreeModel. The TMutFolderView is the consumer of
11 this concept (it displays the subject, date and recipient in one cell).
12
13 Modest is not LGPL, like TMut, but licensed by Nokia under the following
14 conditions:
15
16 Copyright (c) 2007, Nokia Corporation
17 All rights reserved.
18
19 Redistribution and use in source and binary forms, with or without
20 modification, are permitted provided that the following conditions are
21 met:
22
23 * Redistributions of source code must retain the above copyright
24   notice, this list of conditions and the following disclaimer.
25 * Redistributions in binary form must reproduce the above copyright
26   notice, this list of conditions and the following disclaimer in the
27   documentation and/or other materials provided with the distribution.
28 * Neither the name of the Nokia Corporation nor the names of its
29   contributors may be used to endorse or promote products derived from
30   this software without specific prior written permission.
31
32 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
33 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
34 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
35 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
36 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
37 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
38 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
39 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
40 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
41 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
42 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43
44
Note: See TracBrowser for help on using the browser.