aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2001-04-04 07:24:50 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-04-04 07:24:50 +0800
commitc7179850dc119bd6c1a250b5892eee28a92c3e58 (patch)
treedd67e64c677e088c7ad956f1d524ac17c0059f47 /executive-summary
parentf92d62bc5327ede72411225018f577caf690421e (diff)
downloadgsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.gz
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.zst
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.zip
Executive summary and Trash now have nice icons both in tree/folder title and
shortcut bar. Converted and replaced icons for trash and summary: exec-16-summary.xpm => evolution-today-mini.png delete_mesage.xpm => evolution-trash-mini.png, Copied evolution-trash.png icons from mc (needs tweaking to match other evolution icons though) svn path=/trunk/; revision=9154
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/component/component-factory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index d2252994a5..91f0a82559 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-04 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * component/component-factory.c: last time I've broken shortcut view.
+ renamed icons properly.
+
2001-04-01 Gediminas Paulauskas <menesis@delfi.lt>
* component/component-factory.c: Changed folder type icon to tiny
diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c
index f683b9d52c..8036b7b346 100644
--- a/executive-summary/component/component-factory.c
+++ b/executive-summary/component/component-factory.c
@@ -44,7 +44,7 @@ static BonoboGenericFactory *factory = NULL;
static gint running_objects = 0;
static const EvolutionShellComponentFolderType folder_types[] = {
- { "executive-summary", "exec-16-summary.xpm" },
+ { "executive-summary", "evolution-today.png" },
{ NULL, NULL }
};
an title='2004-11-08 08:34:12 +0800'>2004-11-082-3/+12 * Update to KDE 3.3lofi2004-08-313-95/+28 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-115-175/+79 * Correct a configure-misdetection which went unnoticed until now, but causeslofi2004-08-011-0/+4 * Update to version 3.2.3lofi2004-06-103-14/+3 * Update to KDE 3.2.2lofi2004-04-202-2/+13 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-104-29/+19 * Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.lofi2004-02-103-7/+79 * RUN_DEPENDS on gnupg, CONFLICTS with kgpg.lofi2004-02-051-1/+5 * Update to KDE 3.2.0lofi2004-02-0510-115/+253 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * - AMD64 has no APMarved2003-11-261-3/+3 * Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-042-3/+2 * IA64s do not have apm.arved2003-09-301-2/+2 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-1/+1 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-294-1/+11 * Update to KDE 3.1.2lioux2003-05-201-1/+1 * Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update.arved2003-05-081-0/+11 * Fix build on CURRENTarved2003-04-091-1/+9 * Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-064-52/+40 * Use a size_t to hold the result of sizeof() instead of an unsigned int.jhb2003-03-191-12/+14 * Clear moonlight beckons.ade2003-03-072-1/+1 * Fix Build on CURRENT.arved2003-03-032-0/+53 * update to 3.1 official releasealane2003-01-298-296/+382 * Fix a typo (forgot a '%' on a PLIST_SUB variable).petef2003-01-061-1/+1 * Fix build on alpha (don't include the klaptop files when we are on alpha,petef2003-01-021-23/+23 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-33/+28 * 1. Bump PORTREVISION to 1.alane2002-10-022-10/+23 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-252-15/+2 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-052-2/+2 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-10/+80 * Don't build klaptopdaemon on alpha.gallatin2002-05-212-23/+34 * Update to 3.0. Sigh.will2002-04-231-0/+226 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-224-366/+10 * Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This iswill2002-03-301-1/+7 * Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-111-16/+2 * If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-081-0/+3 * Conditionalize use of objprelink based on whether we're running onwill2002-01-051-3/+8 * Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-071-1/+1 * Upgrade KDE to 2.2.2:will2001-12-044-5/+44 * Upgrade to 2.2.1.demon2001-10-273-2/+11 * Set DIST_SUBDIR=KDEdemon2001-09-112-1/+2 * Make CATEGORIES and MAINTAINER overridable for japanese/kde*.knu2001-08-311-2/+2 * Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically towill2001-08-251-1/+1 * *sigh* They changed the path to the tarballs again. This was verifiedwill2001-08-161-1/+1 * Update to KDE 2.2:will2001-08-153-280/+97 * Overhaul QT/KDE support:will2001-04-032-13/+3 * Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-051-1/+1 * Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-273-44/+75 * Upgrade to 2.0.1kevlo2000-12-123-8/+43 * Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-181-1/+1 * Add two missed shared libs.will2000-11-021-0/+2 * Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peoplewill2000-10-291-2/+2 * Implement fix for configure scripts in regards to finding X libs onwill2000-10-291-3/+3 * Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-253-89/+44 * Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-163-71/+41 * Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-303-245/+163 * Mark these BROKEN, they don't compile/run properly.asami2000-07-201-0/+2 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1 * Update to KDEUTILS 1.90 (aka KDE2 beta).will2000-05-173-545/+553 * Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2 * Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-241-1/+1 * Remove giflib dependence.imura2000-02-151-2/+1 * Update to KDE-1.1.2se1999-09-183-3/+50 * The version number of libgif.so has changed to 5.steve1999-09-181-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Forget about ${PREFIX}/include/giflib.tg1999-05-271-3/+2 * Upgrade KDE to Release 1.1.1.se1999-05-043-5/+53 * Portlint.asami1999-03-011-3/+2 * MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withobrien1999-02-281-1/+1 * MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I wentobrien1999-02-281-2/+4 * Remove extra argument to "configure" that had been committed by accident.se1999-02-091-3/+1 * Upgrade to KDE 1.1 RELEASE.se1999-02-093-6/+43 * Upgrade to KDE-1.1pre2 ...se1999-02-073-8/+60 * Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-6/+2 * Make dependency lines point to right directories -- they were stillasami1999-01-081-2/+2 * Upgrade to the first pre-release of KDE 1.1.se1999-01-073-94/+154 * Mark these broken while Stefan works on an upgrade.asami1999-01-061-1/+3 * Elfifybrian1998-10-021-9/+7 * Mark all KDE ports BROKEN for ELF.jseger1998-09-301-1/+3 * giflib is now converted to ELF so remove regexp support.steve1998-09-191-2/+2 * jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2 * Replace qt dependencies with USE_QT.asami1998-08-121-4/+3 * Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-3/+3 * Change dependencies to accept Qt-1.33 if present,se1998-07-24