| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
evolution-alarm-notify didn't start correctly on Meego Netbook. This patch
fixes the problem by replacing "Moblin" by the new Meego strings.
https://bugs.meego.com/show_bug.cgi?id=14683
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The GtkhtmlEditor HTML toolbar uses some legacy stock icons:
stock_insert-rule
stock_insert-table
stock_text-monospaced
Technically these belong in the GtkHtml package. Couple reasons why I'm
not doing that.
1) Evolution should be the only consumer of GtkhtmlEditor at this point,
and when we finally dump GtkHtml for WebKit I expect the composer UI
to stay basically the same. So GtkhtmlEditor will have to be gutted,
renamed, and moved into Evolution, along with the legacy icons. So
they're going to end up here in the long run anyway.
2) GtkHtml doesn't ship any of its own icons currently, so I'd have to
reconstruct all the autotools scripts for icons already in Evolution,
figure out a sensible install path, make sure GtkIconTheme knows to
look for icons there, etc. Just not worth the hassle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install evolution-alarm-notify in $(privlibexecdir) instead of
$(bindir).
- Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to
@BASE_VERSION@.x (patch was missing the .x suffix).
- Killed data/evolution.keys.in.in since it's full of CORBA cruft.
The MimeType field in evolution.desktop fills this role now.
- Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro
sets up path-related substitutions for use in automake input files.
So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in
configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files.
- Simplified .desktop rules using gnome-settings-daemon as a guide.
|
| |
|
|
|
|
| |
of the stock icons
|
| |
|
| |
|
|
|
|
|
| |
The legacy stock icons need to be installed into context directories
that gnome-icon-theme still supports (actions, places, status, etc.).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bundle needed stock icons recently dropped from gnome-icon-theme.
Need to reevaluate which icons we really need and drop the rest.
Many are not Tango-compliant and look dated and out of place.
The following icon names are bundled:
stock_alarm
stock_bell
stock_check-filled
stock_contact-list
stock_insert-note
stock_mail-filters-apply
stock_mail-flag-for-followup
stock_mail-flag-for-followup-done
stock_mail-open-multiple
stock_mail-unread-multiple
stock_new-meeting
stock_score-high
stock_score-higher
stock_score-highest
stock_score-low
stock_score-lower
stock_score-lowest
stock_score-normal
stock_shared-by-me
stock_shared-to-me
stock_show-all
stock_signature
stock_signature-bad
stock_signature-ok
stock_task
stock_task-assigned
stock_task-assigned-to
stock_task-recurring
stock_timezone
stock_todo
stock_video-conferencing
stock_view-details
|
| |
|
|
|
|
| |
evolution-settings.
|
|
|
|
|
| |
It was referencing binaries that don't exist anymore. Added
e-addressbook-factory and e-calendar-factory in their place.
|
|
|
|
|
| |
Includes Bastien Nocera's patch to register our importable MIME types
with the MIME database.
|
| |
|
|
|
|
|
| |
Convert evolution-alarm-notify to an autostart program, add a .desktop
file for it, and use libunique to ensure only one instance is running.
|
| |
|
| |
|
|
|
|
|
|
| |
Make the word search bar more like Firefox and get rid of the "Current
Message" search scope in the folder search bar. Shift+Ctrl+F now
activates the word search bar.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #547411
* data/icons/hicolor_status_32x32_online.png:
* data/icons/hicolor_status_32x32_online.svg:
* data/icons/hicolor_status_32x32_offline.png:
* data/icons/hicolor_status_32x32_offline.svg:
New, Tangoized versions of the old "art" images.
* art/online.png:
* art/offline.png:
These are now obsolete. Remove them.
* widgets/misc/e-online-button.c (e_online_button_set_online):
The button icons are themed now but still oblong.
Load the icons by filename so GTK+ doesn't scale them.
svn path=/trunk/; revision=35995
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Additional fix for bug #467115
* addressbook/gui/contact-editor/e-contact-editor.c:
(e_contact_editor_init):
* art/Makefile.am:
* data/icons/Makefile.am:
Get rid of old contact-editor icon.
svn path=/trunk/; revision=35937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #467115
* addressbook/gui/component/addressbook-view.c:
(addressbook_view_init):
* calendar/gui/GNOME_Evolution_Calendar.server.in.in:
* calendar/gui/memos-component.c: (create_component_view):
* calendar/gui/tasks-component.c: (create_component_view):
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
* mail/mail-component.c: (impl_createView):
Ship and use tango icons for the mail, tasks and memos components.
svn path=/trunk/; revision=35915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #531288
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
Use proxy icon from tango-icon-theme and fall back to the icon
shipped by gnome-control-center (thanks to Josef Vybíral).
svn path=/trunk/; revision=35914
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Johnny Jacob <jjohnny@novell.com>
* data/hicolor_actions_24x24_query-free-busy.png: Moved to
data/icons/hicolor_actions_24x24_query-free-busy.png as per
rev 35753.
svn path=/trunk/; revision=35804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542125
** This set of changes migrates CompEditor, CompEditorPage and the
various subclasses from using BonoboUI to GtkUIManager for menus
and toolbars. It also substantially cleans up the code and
streamlines the CompEditorPage API, making more effective use
of GObject properties.
Core changes:
* gui/dialogs/comp-editor-page.c:
* gui/dialogs/comp-editor-page.h:
* gui/dialogs/comp-editor.c:
* gui/dialogs/comp-editor.h:
* gui/dialogs/event-editor.c:
* gui/dialogs/event-editor.h:
* gui/dialogs/event-page.c:
* gui/dialogs/event-page.h:
* gui/dialogs/memo-editor.c:
* gui/dialogs/memo-editor.h:
* gui/dialogs/memo-page.c:
* gui/dialogs/memo-page.h:
* gui/dialogs/recurrence-page.c:
* gui/dialogs/recurrence-page.h:
* gui/dialogs/schedule-page.c:
* gui/dialogs/schedule-page.h:
* gui/dialogs/task-details-page.c:
* gui/dialogs/task-details-page.h:
* gui/dialogs/task-editor.c:
* gui/dialogs/task-editor.h:
* gui/dialogs/task-page.c:
* gui/dialogs/task-page.h:
Supporting changes:
* gui/calendar-component.c:
* gui/comp-editor-factory.c:
* gui/e-cal-popup.c:
* gui/e-calendar-table.c:
* gui/e-calendar-view.c:
* gui/e-comp-editor-registry.c:
* gui/e-memo-table.c:
* gui/e-tasks.c:
* gui/gnome-cal.c:
* gui/memos-component.c:
* gui/tasks-component.c:
* gui/dialogs/alarm-dialog.c:
* gui/dialogs/comp-editor-util.c:
* art/Makefile.am:
Move query-free-busy.png to data/icons.
svn path=/trunk/; revision=35753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme)
M addressbook/gui/component/addressbook-view.c
M addressbook/ChangeLog
AM data/icons/hicolor_actions_16x16_mail-move.png
AM data/icons/hicolor_actions_16x16_mail-copy.png
AM data/icons/hicolor_actions_16x16_folder-move.png
M data/icons/Makefile.am
AM data/icons/hicolor_actions_16x16_folder-copy.png
M mail/em-folder-browser.c
M mail/ChangeLog
M mail/em-folder-tree.c
M mail/em-folder-view.c
M mail/message-list.c
M composer/ChangeLog
M composer/e-msg-composer.c
M ChangeLog
M calendar/gui/dialogs/comp-editor.c
M calendar/ChangeLog
svn path=/trunk/; revision=34769
|
|
|
|
|
|
|
|
|
|
| |
2008-01-05 Matthew Barnes <mbarnes@redhat.com>
* data/evolution.desktop.in.in:
Submit bugs to the "BugBuddyBugs" Bugzilla component (#507311).
svn path=/trunk/; revision=34765
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-10 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #209425
* data/icons/Makefile.am:
* data/icons/hicolor_actions_16x16_go-today.svg:
* data/icons/hicolor_actions_22x22_go-today.svg:
Don't use gtk-home for the go-today action. Add new
icons to the build.
svn path=/trunk/; revision=34518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-31 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #486351
* data/icons/Makefile.am:
* data/icons/hicolor_actions_32x32_view-calendar-day.svg:
* data/icons/hicolor_actions_32x32_view-calendar-list.svg:
* data/icons/hicolor_actions_32x32_view-calendar-month.svg:
* data/icons/hicolor_actions_32x32_view-calendar-week.svg:
* data/icons/hicolor_actions_32x32_view-calendar-workweek.svg:
* data/icons/hicolor_actions_scalable_view-calendar-day.svg:
* data/icons/hicolor_actions_scalable_view-calendar-list.svg:
* data/icons/hicolor_actions_scalable_view-calendar-month.svg:
* data/icons/hicolor_actions_scalable_view-calendar-week.svg:
* data/icons/hicolor_actions_scalable_view-calendar-workweek.svg:
Add view-calendar-* icons in higher resolutions for use with
a11y themes like LargePrint.
svn path=/trunk/; revision=34460
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-12 Michael Monreal <michael.monreal@gmail.com>
** Migration of theme icons to data/icons/ (bug #479257)
* art/Makefile.am: Remove references to art/$size.
* configure.in: Include new data/icons/ directory.
* file e-util/e-icon-factory.c:
Append a private icon directory to the search path.
New inbox/outbox/sent icons.
* mail/em-folder-tree.c, mail/mail-send-recv.c:
Change icon references.
New view-calendar icons.
* calendar/gui/calendar-commands.c: Change icon references.
svn path=/trunk/; revision=34383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #484814
* data/evolution.desktop.in.in:
Modernize the Name and Comment. Most other applications use the
form "AppName GenericName" for the Name and "Verb Something" for
the Comment. Ours will be:
Name: Evolution Mail and Calendar
Comment: Manage your email, contacts and schedule
svn path=/trunk/; revision=34371
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #455799
Remove all .cvsignore and update svn:ignore porperty in whole
directories.
svn path=/trunk/; revision=33945
|
|
|
|
| |
svn path=/trunk/; revision=33646
|
|
|
|
|
|
| |
evolution.mime.
svn path=/trunk/; revision=33051
|
|
|
|
|
|
|
|
|
| |
2006-11-14 Harish Krishnaswamy <kharish@novell.com>
* data/Makefile.am: Install evolution.desktop
instead of evolution-<version>.desktop.
svn path=/trunk/; revision=32975
|
|
|
|
|
|
|
|
|
|
| |
2006-06-14 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: fixing categories, bugzilla entry,
adding bugzilla component and bugzilla version.
Fixes bug #335410. Thanks to Vincent Fretin and Olav Vitters.
svn path=/trunk/; revision=32139
|
|
|
|
|
|
|
|
| |
2006-02-13 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: changed the Comment
value. Fixes bug 329744 also to my satisfaction. ;-)
svn path=/trunk/; revision=31504
|
|
|
|
|
|
|
|
| |
2006-02-07 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: added GTK category.
Fixes bug 328035.
svn path=/trunk/; revision=31435
|
|
|
|
|
|
|
|
| |
2006-02-07 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: added a _GenericName value.
Fixes bug 329744.
svn path=/trunk/; revision=31432
|
|
|
|
|
|
|
|
|
|
| |
2006-02-06 Harish Krishnaswamy <kharish@novell.com>
* configure.in, data/Makefile.am, data/evolution.desktop.in.in:
Remove hard-coded EDS version number. Read it from
evolution-data-server.pc instead.
svn path=/trunk/; revision=31417
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.in : add mono to the plugins list
* data/evolution.desktop.in.in :
Fix for#307176 (patch from Andre Klapper)
correct the version of evolution-data-server.
* plugins/mono/Makefile.am : mono-plugin.h should be included
in the sources too.
svn path=/trunk/; revision=29518
|
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Rodney Dawes <dobey@novell.com>
* data/Makefile.am (CLEANFILES): add new variable with the generated
keys and desktop file listed so that they get removed with make clean
(EXTRA_DIST): Don't dist the generated keys file
svn path=/trunk/; revision=28848
|
|
|
|
|
|
|
|
| |
005-01-06 JP Rosevear <jpr@novell.com>
* data/Makefile.am: add some uninstall rules for local data
svn path=/trunk/; revision=28261
|
|
|
|
|
|
|
| |
* data/evolution.desktop.in: added missing Encoding=UTF-8 field
(validate desktop file).
svn path=/trunk/; revision=27230
|
|
|
|
|
|
|
|
|
|
|
| |
2004-08-12 Rodney Dawes <dobey@novell.com>
* data/evolution.desktop.in.in: Update Name and description to
not include "Ximian" or "(Unstable)"
Remove the MimeType field since we can't open these types on the
command line
svn path=/trunk/; revision=26901
|
|
|
|
|
|
|
|
| |
2004-07-21 Ray Strode <rstrode@redhat.com>
* evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file
new mime sytem.
svn path=/trunk/; revision=26690
|
|
|
|
|
|
|
| |
* data/evolution.desktop.in.in: Use "Evolution" for
X-GNOME-Bugzilla-Product to match b.x.c product name.
svn path=/trunk/; revision=26397
|
|
|
|
|
|
|
|
|
| |
2004-04-30 Mike Castle <dalgoda@ix.netcom.com>
* data/Makefile.am (install-data-local): get the mime file from
src dir for srcdir != builddir
svn path=/trunk/; revision=25717
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-19 Rodney Dawes <dobey@ximian.com>
* configure.in: Require gnome-icon-theme >= 1.2.0
2004-04-19 Michael Terry <mike@mterry.name>
* data/evolution.desktop.in.in: Use the icon theme
svn path=/trunk/; revision=25518
|
|
|
|
|
|
|
|
| |
2004-02-09 Rodney Dawes <dobey@ximian.com>
* data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag
svn path=/trunk/; revision=24681
|
|
|
|
|
|
|
|
|
|
|
| |
2004-01-22 Rodney Dawes <dobey@ximian.com>
* data/Makefile.am: Add rule to substitute BASE_VERSION in keys
* data/evolution.keys.in: Removed this file from CVS
* data/evolution.keys.in.in: Update to use BASE_VERSION and the
new addressbook vcard control that replaces the MiniCard control
svn path=/trunk/; revision=24373
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-01 Rodney Dawes <dobey@ximian.com>
* data/Makefile.am: Install evolution.desktop as
evolution-$(BASE_VERSION).desktop
* data/evolution.desktop.in: Remove generated file
* data/evolution.desktop.in.in: Add (Unstable) to name
Fix comment to be more correct and have correct capitalization
svn path=/trunk/; revision=23546
|
|
|
|
| |
svn path=/trunk/; revision=22966
|
|
|
|
| |
svn path=/trunk/; revision=21508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in evolution.desktop.in.in to generate evolution.desktop.in.
(desktop_in_file): Removed.
(desktop_in_in_file): New.
(kdedesktop_file): Update substitution to use
$(desktop_in_in_file) instead of $(desktop_in_file).
(noinst_DATA): Add $(desktop_file).
(install-data-local): Depend on $(mime_file) and $(keys_file).
(EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file)
with $(desktop_in_in_file).
svn path=/trunk/; revision=21507
|
|
|
|
|
|
|
|
|
| |
2003-04-28 Rodney Dawes <dobey@ximian.com>
* data/cde_app_root/: Use $(privdatadir) instead of
$(prefix)/share/evolution-$(BASE_VERSION) for the cde stuff
svn path=/trunk/; revision=20992
|
|
|
|
| |
svn path=/trunk/; revision=20686
|
|
|
|
|
|
| |
.desktop file.
svn path=/trunk/; revision=20570
|
|
|
|
|
|
|
|
| |
2003-03-25 Rodney Dawes <dobey@ximian.com>
* data/evolution.desktop.in: Fix 39901 and 40233
svn path=/trunk/; revision=20495
|
|
|
|
|
|
|
|
| |
2003-02-07 Rodney Dawes <dobey@ximian.com>
* data/Makefile.am: Fix installation of desktop/mime files
svn path=/trunk/; revision=19846
|
|
|
|
|
|
|
|
|
|
|
| |
2003-02-06 Rodney Dawes <dobey@ximian.com>
* configure.in: Fix KRB4_CFLAGS to work correctly
* data/Makefile.am: Fix desktop file installation path
* data/evolution.desktop.in: Use correct binary and categories, add
StartupNotify=1 also, for startup-notification-enabled systems
svn path=/trunk/; revision=19832
|
|
|
|
|
|
|
| |
* data/Makefile.am (dtappintegrate, dtappunintegrate): use
privdatadir
svn path=/trunk/; revision=19770
|
|
|
|
|
|
|
|
|
| |
manpage. Install all the other files with a -$(BASE_VERSION)
suffix.
(dtappintegrate): Update for the new location of cde_app_root.
(dtappunintegrate): Likewise.
svn path=/trunk/; revision=19570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* data/Makefile.am: For now, do not install the evolution.1
manpage. Install all the other files with a -$(BASE_VERSION)
suffix.
(dtappintegrate): Update for the new location of cde_app_root.
(dtappunintegrate): Likewise.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am
(cdeappmanagerdir): Version using $(BASE_VERSION).
* data/cde_app_root/dt/appconfig/types/C/Makefile.am
(cdetypesdir): Likewise.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am
(cdeiconsdir): Likewise.
* sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION).
* configure.in: Define BASE_VERSION. Set idldir to
$datadir/idl/evolution-$BASE_VERSION instead of just
$datadir/idl/evolution.
svn path=/trunk/; revision=19550
|
|
|
|
| |
svn path=/trunk/; revision=18511
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-09-23 Aaron Weber <aaron@ximian.com>
* README: Update URLs for mailing lists, Evolution application
page, help information. Remove note that Evolution is beta. In
general, changes to the "soft" data. Also, jeff's commit to this
file from 2001-11-21 seems to have been lost, so I re-removed the
stuff he took out. And changed libnspr to mozilla-nspr, and
libnss3 to mozilla-nss.
* data/evolution.1: Update with information about where the real
help is. Clarify example formatting.
svn path=/trunk/; revision=18167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* data/cde_app_root/Makefile.am: New.
* data/cde_app_root/dt/Makefile.am: New.
* data/cde_app_root/dt/appconfig/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/Makefile.am: New.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/Makefile.am: New.
* data/cde_app_root/dt/appconfig/types/C/Makefile.am: New.
* configure.in: Add a `--with-cde-path' option. Check for
dtappintegrate in that path. Define HAVE_DTAPPINTEGRATE and
GNOME_PREFIX. Also, generate
data/cde_app_root/dt/appconfig/types/C/Ximian.dt.in and
shell/evolution-nognome.
svn path=/trunk/; revision=18083
|
|
|
|
| |
svn path=/trunk/; revision=17328
|
|
|
|
|
|
| |
* data/evolution.1: Document "evolution default:mail"
svn path=/trunk/; revision=16784
|
|
|
|
|
|
|
|
| |
* data/Makefile.am (man_MANS): Install the man page.
* data/evolution.1: New man page for Evolution.
svn path=/trunk/; revision=15011
|
|
|
|
|
|
|
| |
* data/evolution.desktop.in (_Name): "Ximian Evolution", not
"Evolution".
svn path=/trunk/; revision=14980
|
|
|
|
|
|
|
| |
* data/evolution.desktop.in (Icon): evolution.png instead of
evolution-icon.png.
svn path=/trunk/; revision=14554
|
|
|
|
|
|
|
|
| |
2001-10-28 JP Rosevear <jpr@ximian.com>
* data/Makefile.am: no need to use destdir
svn path=/trunk/; revision=14298
|
|
|
|
| |
svn path=/trunk/; revision=13909
|
|
|
|
|
|
|
|
|
| |
2001-10-22 JP Rosevear <jpr@ximian.com>
* data/Makefile.am: include destdir in the path of the kde desktop
installation dir
svn path=/trunk/; revision=13870
|
|
|
|
|
|
|
|
|
|
|
| |
* data/Makefile.am [HAVE_KDE_APPLNK]: Install `evolution.desktop'
in the `KDE_APPLNK_DIR'.
* configure.in: New option `--with-kde-applnk-path'. Define the
`HAVE_KDE_APPLNK' Automake conditional, and the `KDE_APPLNK_DIR'
value.
svn path=/trunk/; revision=13828
|
|
|
|
|
|
|
|
|
| |
2001-09-13 Larry Ewing <lewing@ximian.com>
* data/evolution.mime: override the gnome-vfs.mime to match .vcf
as text/x-vcard.
svn path=/trunk/; revision=12802
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-15 Gediminas Paulauskas <menesis@delfi.lt>
Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile
svn path=/trunk/; revision=8727
|
|
|
|
| |
svn path=/trunk/; revision=8579
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed all files where glade writes strings.
Changed Makefile.am to not distribute them.
Changed all glade files to not write strings to those files.
Removed *.desktop and evolution.keys files, because they are generated.
Added them to .cvsignore
Added *.desktop.in evolution.keys.in files without transalted strings.
Added all existing entries from desktop files to po files.
Changed Makefile.am to distribute only .in files, and merge translations into
desktop files.
Removed obsolete files from po/ dir
svn path=/trunk/; revision=8164
|
|
|
|
| |
svn path=/trunk/; revision=7893
|
|
|
|
| |
svn path=/trunk/; revision=7890
|
|
|
|
|
|
|
|
| |
2000-12-06 Kjartan Maraas <kmaraas@gnome.org>
* data/evolution.keys: Added some Norwegian translations.
svn path=/trunk/; revision=6820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-12-04 Michael Meeks <michael@helixcode.com>
* e-shell-view.c (get_control_for_uri): return NULL if we can't
create a view.
(setup_evolution_shell_view_interface): add precondition.
+
lots of cleans.
svn path=/trunk/; revision=6778
|
|
|
|
|
|
| |
any problem, just tell me, and i reverse the commit.
svn path=/trunk/; revision=6209
|
|
|
|
| |
svn path=/trunk/; revision=5990
|
|
|
|
| |
svn path=/trunk/; revision=5852
|
|
|
|
| |
svn path=/trunk/; revision=5764
|
|
|
|
| |
svn path=/trunk/; revision=5367
|
|
|
|
| |
svn path=/trunk/; revision=4840
|
|
|
|
|
|
|
|
|
| |
* data/evolution.keys: New file containing MIME keys for
Evolution. Currently just the addressbook minicard display.
* data/Makefile.am (mime_DATA): add evolution.keys
svn path=/trunk/; revision=4665
|
|
|
|
| |
svn path=/trunk/; revision=4554
|
|
|
|
| |
svn path=/trunk/; revision=4231
|
|
|
|
| |
svn path=/trunk/; revision=2543
|
|
|
|
| |
svn path=/trunk/; revision=2489
|
|
|
|
| |
svn path=/trunk/; revision=2424
|
|
|
|
| |
svn path=/trunk/; revision=1631
|
|
|
|
| |
svn path=/trunk/; revision=1596
|
|
More work on the code. Added more for the framework.
Miguel.
svn path=/trunk/; revision=1593
|