Commit Graph

534 Commits

Author SHA1 Message Date
Dan Winship 2fc2feb62e Add a check for Bonobo 0.15 vs Bonobo post-0.15
* configure.in: Add a check for Bonobo 0.15 vs Bonobo post-0.15

svn path=/trunk/; revision=4053
2000-07-10 21:22:47 +00:00
Christopher James Lahey 14f210e058 Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause the
2000-07-09  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text.c: Don't draw quite as large a "flat_box".
	If draw_borders is TRUE, cause the cursor to change even if not
	editing.

svn path=/trunk/; revision=4017
2000-07-09 14:43:39 +00:00
Christopher James Lahey 80206f6b32 Removed some border padding and set the "draw_borders" argument of the
2000-07-09  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-entry.c: Removed some border padding and set
	the "draw_borders" argument of the contained GtkText.

	* widgets/e-text/e-text.c, widget/e-text/e-text.h: Added a
	"draw_borders" argument which, if set, makes the EText look more
	like a GtkEntry.

svn path=/trunk/; revision=4011
2000-07-09 12:38:16 +00:00
Tuomas Kuosmanen 523df261ca updated icons that work better on the gray background /tigert
svn path=/trunk/; revision=4004
2000-07-09 10:04:26 +00:00
Christopher James Lahey bc9f58d42a Return "" instead of NULL.
2000-07-09  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text-model.c (e_text_model_real_get_text):
	Return "" instead of NULL.

svn path=/trunk/; revision=4003
2000-07-09 07:17:15 +00:00
Christopher James Lahey d346998ba8 Fixed EXTRA_DIST for make distcheck.
2000-07-07  Christopher James Lahey  <clahey@helixcode.com>

	* art/Makefile.am: Fixed EXTRA_DIST for make distcheck.

svn path=/trunk/; revision=3967
2000-07-07 23:18:39 +00:00
Christopher James Lahey 053cdfdbc3 Set "anchor" and "fill_clip_rectangle" arguments.
2000-07-07  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-entry.c: Set "anchor" and "fill_clip_rectangle"
	arguments.

	* widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added
	"fill_clip_rectangle" argument which describes whether to accept
	clicks throughout the clipping rectangle.

svn path=/trunk/; revision=3956
2000-07-07 18:39:43 +00:00
Christopher James Lahey a25600d9b5 Fixed some typos.
2000-07-07  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-entry.c: Fixed some typos.

svn path=/trunk/; revision=3949
2000-07-07 16:14:45 +00:00
Tuomas Kuosmanen 4e439cdfc8 new contacts icon (big) /tig
svn path=/trunk/; revision=3944
2000-07-07 08:31:16 +00:00
Dan Winship 85f3b5ebb8 make pthreads not required again, since they aren't, and remove
* configure.in: make pthreads not required again, since they
	aren't, and remove widgets/e-toolbar/Makefile from AC_OUTPUT since
	that dir doesn't exist any more.

svn path=/trunk/; revision=3939
2000-07-07 04:10:38 +00:00
Chris Toshok 2326c6b794 remove the default_user Directories dir.
2000-07-06  Chris Toshok  <toshok@helixcode.com>

	* configure.in (AC_OUTPUT): remove the default_user Directories
	dir.

svn path=/trunk/; revision=3928
2000-07-06 22:40:59 +00:00
Christopher James Lahey 32b557f7fc Fixed some make distcheck errors.
2000-07-06  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am, libical/configure.in: Fixed some make distcheck
	errors.

svn path=/trunk/; revision=3919
2000-07-06 06:19:53 +00:00
Ettore Perazzoli 2bacfabf6f Define GNOME_VFS_CFLAGS' and GNOME_VFS_LIBS' in `configure.in'.
svn path=/trunk/; revision=3903
2000-07-05 22:47:37 +00:00
Ettore Perazzoli c9974759b3 Update configure.in' and POTFILES.in' for Chris' latest commit.
svn path=/trunk/; revision=3884
2000-07-04 03:05:04 +00:00
Christopher James Lahey 6f709e4fd7 Added e-entry.c and e-entry.h.
2000-07-03  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/Makefile.am: Added e-entry.c and e-entry.h.

	* widgets/e-text/e-entry.c, widgets/e-text/e-entry.h: New files to
	be a widget containing a text item.

	* widgets/e-text/e-text.c: Fixed some spacing.

svn path=/trunk/; revision=3874
2000-07-03 22:35:47 +00:00
Ettore Perazzoli 55499e0ce4 EvolutionShellClient.
svn path=/trunk/; revision=3820
2000-06-30 05:36:32 +00:00
Peter Williams c216b49da2 Yeah, I'm a little bit compulsize
svn path=/trunk/; revision=3808
2000-06-29 21:30:48 +00:00
Peter Williams 8ba0e76ccb Make the pilot stuff in calendar/gui optional.
svn path=/trunk/; revision=3793
2000-06-29 15:59:20 +00:00
Ettore Perazzoli 3bedc38a94 Implement saving of configuration information. Now when you run
Evolution it will display the same folder as the last time, and will
hide/show the shortcut/folder bars as the last time.

This uses GConf so I also put a GConf check into configure.in.

svn path=/trunk/; revision=3787
2000-06-29 07:37:55 +00:00
Peter Williams 37a9065a63 Little teeny fixes
svn path=/trunk/; revision=3764
2000-06-27 19:07:06 +00:00
Peter Williams 9135a5d0e4 Solaris compatibility config check + implementation (ctime_r arguments)
svn path=/trunk/; revision=3754
2000-06-27 15:04:15 +00:00
Christopher James Lahey e4de45da5f Calculate height including if clip_height is set to -1.
2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text.c: Calculate height including if
	clip_height is set to -1.

From addressbook/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* contact-editor/e-contact-editor-categories.c,
	addressbook/gui/component/e-cardlist-model.c: Added
	value_to_string handlers.

	* demo/addressbook-widget.c, demo/demo.c: Removed usage of "x" and
	"y" arguments.

	* addressbook/gui/component/addressbook.c: Activated Click To Add
	and set the click to add message.

	* addressbook/gui/component/e-addressbook-model.c: Added
	value_to_string and append_row handlers.

	* addressbook/gui/component/e-select-names.c: Added a column.

From calendar/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* gui/calendar-model.c: Added an #ifdefed value_to_string handler
	assignment.

From camel/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* providers/mbox/camel-mbox-summary.c: Added debugging
	information.

From composer/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added e-msg-composer-select-file.h for make
	distcheck.

From e-util/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added e-canvas-vbox.c and e-canvas-vbox.h.

	* e-canvas-vbox.c, e-canvas-vbox.h: New canvas object to act like
	a vbox using the reflow system.

From mail/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* message-list.c: Added a value_to_string handler.

From shell/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* glade/Makefile.am: Added EXTRA_DIST for make distcheck.

From widgets/e-table/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added e-table-click-to-add.c,
	e-table-click-to-add.h, e-table-one.c, and e-table-one.h.

	* e-table-click-to-add.c, e-table-click-to-add.h: A new canvas
	item that represents a single row that sometimes exists.  It's for
	adding new rows to your table.

	* e-table-example-1.c, e-table-example-2.c, e-table-size-test.c,
	test-check.c, test-cols.c, test-table.c: Added value_to_string handlers.

	* e-table-group-container.c: Use value_to_string to make grouping
	not crash for non string columns.  Made some changes to work
	properly in an ECanvasVbox.

	* e-table-group-leaf.c, e-table-item.c: Made some changes to work
	properly in an ECanvasVbox.

	* e-table-model.c, e-table-model.h: Added append_row and
	value_to_string methods.

	* e-table-one.c, e-table-one.h: Given a source ETableModel, this
	provides a single row model that uses the initialize_value,
	duplicate_value, free_value, and value_is_empty methods of the
	original source to implement set_value and value_at (and proxies
	most of the other methods.)  This is used for ETableClickToAdd.

	* e-table-simple.c, e-table-simple.h: Added append_row and
	value_to_string handlers.  append_row uses a GtkArg instead of a
	parameter to e_table_simple_new.

	* e-table-subset.c: Added append_row and value_to_string handlers.

	* e-table.c, e-table.h: Use a vbox containing an ETableClickToAdd
	and an ETableItem instead of an ETableItem directly.  Only show
	the ETableClickToAdd if the top level of the xml SPEC has the
	attribute click-to-add set to some non-zero integer.
	(click-to-add="1").  Add a "click_to_add_message" argument.

	* e-tree-model.c: Add a commented out value_to_string handler.

From widgets/meeting-time-sel/ChangeLog:

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added the include path to top_srcdir.

svn path=/trunk/; revision=3744
2000-06-27 00:51:06 +00:00
Peter Williams e923d2eea9 Make the broken threads optional
svn path=/trunk/; revision=3740
2000-06-26 18:21:45 +00:00
Ettore Perazzoli 59e1597cdc Fix linking options for gthreads.
svn path=/trunk/; revision=3735
2000-06-26 04:22:39 +00:00
Peter Williams 78075bd090 Force thread usage and clean up the configure aspect thereof.
svn path=/trunk/; revision=3734
2000-06-25 23:00:29 +00:00
Christopher James Lahey 06f77b4aab Fixed some vertical scroll bugs.
2000-06-21  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text.c: Fixed some vertical scroll bugs.

svn path=/trunk/; revision=3673
2000-06-21 07:18:28 +00:00
Christopher James Lahey 3eed16a6cd Fix a bug with intial vertical scroll.
2000-06-21  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text.c: Fix a bug with intial vertical scroll.

svn path=/trunk/; revision=3672
2000-06-21 06:19:58 +00:00
Christopher James Lahey dad705c65c Removed the usage of "x" and "y" arguments to EText.
2000-06-21  Christopher James Lahey  <clahey@helixcode.com>

	* notes/e-note.c, widgets/meeting-time-sel/e-meeting-time-sel.c,
	widgets/shortcut-bar/e-icon-bar.c: Removed the usage of "x" and
	"y" arguments to EText.

	* widgets/e-text/e-text.c, widgets/e-text/e-text.h: Removed the
	"x" and "y" arguments to EText.   Added vertical scrolling.

svn path=/trunk/; revision=3670
2000-06-21 05:37:37 +00:00
Damon Chaplin abd592ea8c changed so it keeps the selection range. It just moves it on one day/week
2000-06-21  Damon Chaplin  <damon@helixcode.com>

	* gui/gnome-cal.c (gnome_calendar_direction): changed so it keeps the
	selection range. It just moves it on one day/week etc. This makes
	it very handy for the keyboard shortcut code.

	* gui/calendar-commands.c (calendar_control_activate): fixed bug
	setting the radio button active.

	* gui/e-day-view.[hc]: added support for keyboard navigation and
	selection of the time range.

svn path=/trunk/; revision=3665
2000-06-21 04:36:23 +00:00
Christopher James Lahey 2b8fb337a5 Made EText use the font from the canvas's style if one isn't set.
2000-06-17  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/e-text.c: Made EText use the font from the
	canvas's style if one isn't set.

svn path=/trunk/; revision=3607
2000-06-17 12:35:12 +00:00
Damon Chaplin e67721cbd7 updated to use EText items rather than GtkEntry widgets and added support
2000-06-17  Damon Chaplin  <damon@helixcode.com>

	* widgets/meeting-time-sel/*: updated to use EText items rather than
	GtkEntry widgets and added support for adding new rows.

svn path=/trunk/; revision=3604
2000-06-17 04:13:42 +00:00
Dan Winship 4d5d1960b3 bye bye goad
* README: bye bye goad

svn path=/trunk/; revision=3572
2000-06-15 15:03:14 +00:00
Damon Chaplin da4535cdc2 added command to co ORBit.
2000-06-14  Damon Chaplin  <damon@helixcode.com>

	* README (http): added command to co ORBit.

svn path=/trunk/; revision=3563
2000-06-14 05:10:59 +00:00
Jeffrey Stedfast a18691c17e IMAP will now allow you to login, and on some IMAP providers it will actually allow you to get mail - however there are some things that might need to be rewritten in Camel to allow all IMAP providers to work
right now, it wants to open /INBOX which isn't always the same as INBOX
Camel won't seem to allow me to just have it open "INBOX" if I specify '/' as the separator
*sigh*

svn path=/trunk/; revision=3557
2000-06-14 05:10:53 +00:00
Ettore Perazzoli 7ba831860d Build a libeshell.a' library in shell/' so that we don't need to
link to the shell's object files directly from the components
anymore.  (That was really gross.)

svn path=/trunk/; revision=3546
2000-06-13 04:53:48 +00:00
Ettore Perazzoli 0889a3a50e Fix a build problem (e-table now depends on the `misc' widgets, so we
need to build the `misc' directory first) and install a `.desktop'
file and an icon file.  (For now, the icon file is a copy of
`evolution-inbox.png'.)

svn path=/trunk/; revision=3527
2000-06-12 00:41:06 +00:00
Chyla Zbigniew e89416bc13 Added pl (Polish) to ALL_LINGUAS
svn path=/trunk/; revision=3506
2000-06-10 18:42:40 +00:00
Ettore Perazzoli 7f36752a67 Initial support for creating/removing folders. This implies some new
IDL methods and new functions to implement on the component side.  I
have also added a simple folder creation dialog in the shell.  It's
quite unfinished and untested.

svn path=/trunk/; revision=3491
2000-06-09 19:19:36 +00:00
Christopher James Lahey 85ab673689 Added a "quantum" argument for making the panes move in jumps.
2000-06-07  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-paned/e-hpaned.c, widgets/e-paned/e-paned.c,
	widgets/e-paned/e-paned.h, widgets/e-paned/e-vpaned.c: Added a
	"quantum" argument for making the panes move in jumps.

svn path=/trunk/; revision=3461
2000-06-07 17:49:16 +00:00
Anders Carlsson ecd4fe3af0 Commit stuff
svn path=/trunk/; revision=3452
2000-06-07 00:01:46 +00:00
Anders Carlsson f03975a652 And the changelog
svn path=/trunk/; revision=3448
2000-06-06 22:38:07 +00:00
Mathieu Lacage 10918b623b a bunch of patches to make evolution compile with bonobo in strange prefixes. see Changelog.
svn path=/trunk/; revision=3420
2000-06-05 15:09:10 +00:00
Ettore Perazzoli 4b1d34a6cd Added German translation from Kai Lahmann <kl@linuxfaqs.de>, updated
POTFILES.in, and added a skeleton PO file for the Italian translation.

svn path=/trunk/; revision=3414
2000-06-04 16:27:03 +00:00
Christopher James Lahey 1dd2867a79 Released Evolution 0.1.
2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

	* configure.in: Released Evolution 0.1.

svn path=/trunk/; revision=3406
2000-06-02 21:07:30 +00:00
Christopher James Lahey 87593b9797 Reverted removal of e_setup_base_dir.
2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

	* tests/test-movemail.c: Reverted removal of e_setup_base_dir.

svn path=/trunk/; revision=3399
2000-06-02 19:27:02 +00:00
Jesus Bravo Alvarez 343f601b1e Added Portuguese translation
svn path=/trunk/; revision=3394
2000-06-02 18:48:44 +00:00
Dan Winship db7feeef33 Update dependencies. Rewrite the GOAD vs OAF thing som more to reflect
* README: Update dependencies. Rewrite the GOAD vs OAF thing som
	more to reflect OAF's new ascendency. Make the fact that you don
	need pilot stuff clearer. Add some new directories to the
	directory layout section.

svn path=/trunk/; revision=3390
2000-06-02 17:57:07 +00:00
Christopher James Lahey f6d3bfae53 Free the finish data.
2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/misc/e-clipped-label.c: Free the finish data.

svn path=/trunk/; revision=3384
2000-06-02 08:00:17 +00:00
Christopher James Lahey c5212445ee Don't call e_setup_base_dir.
2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

	* tests/test-movemail.c (main): Don't call e_setup_base_dir.

svn path=/trunk/; revision=3362
2000-06-02 02:19:11 +00:00
Dan Winship 29a3e72881 build and install docs
svn path=/trunk/; revision=3345
2000-06-01 23:37:49 +00:00