[Evolution-hackers] alarm-notify patch: Proposed changes to notify dialog

2013-08-14 Thread Thomas Mittelstaedt
20c497b8a7fa130eae9c639c191aa0821c1f8d47 Author: Thomas Mittelstaedt Date: Thu Aug 15 06:55:43 2013 +0200 Don't set selection to new items coming in while dialog is open diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 5d9177d..9a3f80b 1

Re: [Evolution-hackers] alarm-notify patch: Proposed changes to notify dialog

2013-08-15 Thread Thomas Mittelstaedt
Am Donnerstag, den 15.08.2013, 07:47 +0200 schrieb Thomas Mittelstaedt: > I made a couple of changes to my ancient (2.28.4) version of evolution. > First, I encountered a nuisance in the alarm notify dialog, that when > the dialog pops up and a new alarm is coming in, the selection cha

Re: [Evolution-hackers] alarm-notify patch: Proposed changes to notify dialog

2013-08-15 Thread Thomas Mittelstaedt
Am Freitag, den 16.08.2013, 05:09 +0200 schrieb Thomas Mittelstaedt: > Am Donnerstag, den 15.08.2013, 07:47 +0200 schrieb Thomas Mittelstaedt: > > I made a couple of changes to my ancient (2.28.4) version of evolution. > > First, I encountered a nuisance in the alarm notify di

[Evolution-hackers] [Old Version 2.28] Tasks: Prevent Ctrl-X in search box to accidentally delete tasks.

2013-08-16 Thread Thomas Mittelstaedt
ng it back. I inserted a little crutch in my old version to simply disable the cut command and that worked. See attached diff. -- thomas commit cf5444ce2def9c51d40ee6bf4091ad8c516f1a8b Author: Thomas Mittelstaedt Date: Fri Aug 16 22:21:47 2013 +0200 Just a quick fix: Disable the TasksCut co

Re: [Evolution-hackers] [Old Version 2.28] Tasks: Prevent Ctrl-X in search box to accidentally delete tasks.

2013-08-19 Thread Thomas Mittelstaedt
Am Montag, den 19.08.2013, 07:51 +0200 schrieb Milan Crha: > On Fri, 2013-08-16 at 22:50 +0200, Thomas Mittelstaedt wrote: > > I don't know if this works cleanly in the newest versions. But in my > > ancient version, doing a search by entering a term in the search box, >

Re: [Evolution-hackers] [Old Version 2.28] Tasks: Prevent Ctrl-X in search box to accidentally delete tasks, For what it's worth: My comprehensive set of patches for ancient 2.28

2013-08-19 Thread Thomas Mittelstaedt
Am Montag, den 19.08.2013, 11:05 +0200 schrieb Thomas Mittelstaedt: > Am Montag, den 19.08.2013, 07:51 +0200 schrieb Milan Crha: > > On Fri, 2013-08-16 at 22:50 +0200, Thomas Mittelstaedt wrote: > > > I don't know if this works cleanly in the newest versions. But in my >

[Evolution-hackers] [evolution-alarm-notify] Crash in remove_queued_alarm() and possible remedy

2014-07-07 Thread Thomas Mittelstaedt
Yes, I still run that ancient version 2.28.4 + "patches", but I just compared my code to the current git code for calendar/alarm-notify/alarm-queue.c and the functions in question show the same code. I recently had segfaults in remove_queued_alarm(), where the cqa->queued_alarms pointer was broken

Re: [Evolution-hackers] [evolution-alarm-notify] Crash in remove_queued_alarm() and possible remedy

2014-07-08 Thread Thomas Mittelstaedt
Am Dienstag, den 08.07.2014, 09:18 +0200 schrieb Milan Crha: > On Tue, 2014-07-08 at 07:42 +0200, Thomas Mittelstaedt wrote: > > > > These crashes recently happened more often, but not always and > > usually > > when I made intense use of alarms, snoozing some,

[Evolution-hackers] [Fwd: How to scroll one full page in message list view]

2009-02-23 Thread Thomas Mittelstaedt
); Weitergeleitete Nachricht > Von: Thomas Mittelstaedt > Reply-to: tmsta...@t-mittelstaedt.de > An: evolution-l...@gnome.org > Betreff: How to scroll one full page in message list view > Datum: Tue, 24 Feb 2009 01:43:08 +0100 > > Hallo, > > When clicking an

Re: [Evolution-hackers] Evolution branched for GNOME 2.28

2009-08-11 Thread Thomas Mittelstaedt
git branch -r does not list gnome-2-28 for the evolution project, and a merge failed, of course. For evolution-data-server and gtkhtml, it worked. Am Dienstag, den 11.08.2009, 20:20 +0530 schrieb Chenthill: > Hi, > We have made a early branching for evolution for GNOME 2.28. We have > been disc

[Evolution-hackers] [timezone problem] Evolution calendar "blew" transition from CEST to CET

2009-10-24 Thread Thomas Mittelstaedt
Well, as you might know, today there was the switch from savings time to CET here in Europe. At 3 am, clocks are reset to 2 am. Well, at about 1:40 am, I entered a new event into calendar, setting the alarm notifier to 1 minute before the event. But no alarm notifier occurred. I had forgotten that

[Evolution-hackers] Can't reach bugzilla.gnome.org for second straight day

2009-12-22 Thread Thomas Mittelstaedt
Hallo, What's wrong with bugzilla.gnome.org and git.gnome.org. Can't reach them with a browser or ping them. Here is the traceroute output: traceroute to bugzilla.gnome.org (209.132.180.171), 30 hops max, 60 byte packets 1 fritz.box (xxx.xxx.xxx.xxx) 0.319 ms 0.742 ms 0.881 ms 2 rdsl-pass-

[Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Thomas Mittelstaedt
I try to get glib debug information for the glib libraries in backtraces on ubuntu karmic. Even though I installed the debug packages, gdb does not pick up the non-stripped library: lrwxrwxrwx 1 root root 23 2009-12-24 20:00 /lib/libglib-2.0.so.0 -> libglib-2.0.so.0.2200.3 -rw-r--r-- 1 root ro

Re: [Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Thomas Mittelstaedt
lib/debug/lib/libglib-2.0.so.0.2200.3 0x055c8040 -readnow To do this for all libraries loaded, is a little cumbersome, though. I am using gdb 7. Am Donnerstag, den 24.12.2009, 20:43 +0100 schrieb Thomas Mittelstaedt: > I try to get glib debug information for the glib libraries in backtraces >

Re: [Evolution-hackers] stacktraces, debug: How to link evolution with debug version of glib, gtk on ubuntu karmic

2009-12-24 Thread Thomas Mittelstaedt
Am Freitag, den 25.12.2009, 01:49 +0100 schrieb Tobias Mueller: > Heya :) > > On 24.12.2009 20:43, Thomas Mittelstaedt wrote: > > I try to get glib debug information for the glib libraries in backtraces > > on ubuntu karmic. Even though I installed the debug packages, gdb doe

[Evolution-hackers] Problems with Migration from 2.28.4 to 2.30 (master): calendar, task, memo not there

2010-03-12 Thread Thomas Mittelstaedt
Hallo, Just tried the latest git version (master). Building and compiling went relatively smooth. After following advice at http://www.mail-archive.com/evolution-hackers@gnome.org/msg03339.html the app came up okay. Unfortunately, when I opened the calendar, the different calendars would show up i

Re: [Evolution-hackers] Problems with Migration from 2.28.4 to 2.30 (master): calendar, task, memo not there

2010-03-13 Thread Thomas Mittelstaedt
Am Samstag, den 13.03.2010, 14:35 -0500 schrieb Matthew Barnes: > On Fri, 2010-03-12 at 20:13 +0100, Thomas Mittelstaedt wrote: > > Just tried the latest git version (master). Building and compiling went > > relatively smooth. > > After following advice at > > http://www

[Evolution-hackers] evolution master does not build

2010-03-15 Thread Thomas Mittelstaedt
Hallo, In latest git master, I had to update the Makefile.am in evolution/capplet/settings to make it build: latest changeset: commit 04305b8fa35d87d97e48b11f93d24604cef5155d Author: Matthew Barnes Date: Mon Mar 15 12:11:26 2010 -0400 diff --git a/capplet/settings/Makefile.am b/capplet/setti

[Evolution-hackers] evolution master does not build in evolution/modules/network-manager

2010-03-21 Thread Thomas Mittelstaedt
Got the error: .libs/libevolution_module_network_manager_la-evolution-network-manager.o: In function `e_network_manager_register_type': /home/tom/src/evolution/git/obj/evolution/modules/network-manager/../../../../evolution/modules/network-manager/evolution-network-manager.c:54: undefined refere

Re: [Evolution-hackers] build Evolution with jhbuild - unsuccessfull result

2010-03-28 Thread Thomas Mittelstaedt
Which version of evolution are you trying to build? On which operating system / distribution are you? Output below hints that you are on a 64-bit system, right? Am Sonntag, den 28.03.2010, 21:41 +0300 schrieb Ivan A. Kostyuk: > Hello dear colleagues. > > I did the build with help of jhbuild I got

[Evolution-hackers] evolution 2.28 does not load calendars anymore

2010-03-29 Thread Thomas Mittelstaedt
Today I tried to apply some patches by hand to my gnome-2-28 branch. It was this one: http://bugzilla-attachments.gnome.org/attachment.cgi?id=154058 from bug Bug 603506 evolution-data-server-2.28 crashed with SIGSEGV in gdata_service_set_proxy() Suddenly, evolution did not load any calendars at a

Re: [Evolution-hackers] evolution 2.28 does not load calendars anymore

2010-03-29 Thread Thomas Mittelstaedt
. No change. Am Dienstag, den 30.03.2010, 05:00 +0200 schrieb Thomas Mittelstaedt: > Today I tried to apply some patches by hand to my gnome-2-28 branch. > It was this one: > http://bugzilla-attachments.gnome.org/attachment.cgi?id=154058 > > from bug Bug 603506 evolution-data-server-2.

Re: [Evolution-hackers] evolution 2.28 does not load calendars anymore

2010-03-30 Thread Thomas Mittelstaedt
that no calendars came up anymore!! Dooohh. Bummer! > Am Dienstag, den 30.03.2010, 09:28 +0200 schrieb Milan Crha: > On Tue, 2010-03-30 at 05:03 +0200, Thomas Mittelstaedt wrote: > > There also is an error message: > > > > (evolution:6613): libecal

Re: [Evolution-hackers] build Evolution with jhbuild - unsuccessfull result

2010-04-01 Thread Thomas Mittelstaedt
Hope that helps. > > On Sun, 2010-03-28 at 21:30 +0200, Thomas Mittelstaedt wrote: > > Which version of evolution are you trying to build? On which operating > > system / distribution are you? Output below hints that you are > > on a 64-bit system, right? > > >

[Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-03 Thread Thomas Mittelstaedt
Hey, experts, Just installed a fresh ubuntu maverick and try to build the master tree with Paul Smith's makefile. Unfortunately, it won't link. What do I miss? tuxdis...@ubuntu-desktop:~/src/evolution/obj/evolution-data-server/addressbook/libebook$ ls e-book-marshal.c libeb

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-04 Thread Thomas Mittelstaedt
ctory `/home/tuxdistro/src/evolution/obj/gtkhtml/gtkhtml' Am Samstag, den 04.09.2010, 05:30 +0200 schrieb Thomas Mittelstaedt: > Hey, experts, > > Just installed a fresh ubuntu maverick and try to build the master tree > with Paul Smith's makefile. Unfortunately, it wo

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-06 Thread Thomas Mittelstaedt
Am Montag, den 06.09.2010, 08:23 +0200 schrieb Milan Crha: > On Sat, 2010-09-04 at 09:12 +0200, Thomas Mittelstaedt wrote: > > More errors trying to compile gtkhtml: > > > > Making all in gtkhtml > > make[2]: Entering directory > > `/home/tuxdistro/src/evolut

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-06 Thread Thomas Mittelstaedt
Am Montag, den 06.09.2010, 22:17 +0200 schrieb Thomas Mittelstaedt: > Am Montag, den 06.09.2010, 08:23 +0200 schrieb Milan Crha: > > On Sat, 2010-09-04 at 09:12 +0200, Thomas Mittelstaedt wrote: > > > More errors trying to compile gtkhtml: > > > > > > Making al

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-06 Thread Thomas Mittelstaedt
Am Montag, den 06.09.2010, 22:32 +0200 schrieb Thomas Mittelstaedt: > Am Montag, den 06.09.2010, 22:17 +0200 schrieb Thomas Mittelstaedt: > > Am Montag, den 06.09.2010, 08:23 +0200 schrieb Milan Crha: > > > On Sat, 2010-09-04 at 09:12 +0200, Thomas Mittelstaedt wrote: > > &

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-06 Thread Thomas Mittelstaedt
Am Montag, den 06.09.2010, 23:20 +0200 schrieb Thomas Mittelstaedt: > Am Montag, den 06.09.2010, 22:32 +0200 schrieb Thomas Mittelstaedt: > > Am Montag, den 06.09.2010, 22:17 +0200 schrieb Thomas Mittelstaedt: > > > Am Montag, den 06.09.2010, 08:23 +0200 schrieb Milan Crha: >

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-09 Thread Thomas Mittelstaedt
Am Dienstag, den 07.09.2010, 07:06 -0400 schrieb Matthew Barnes: > On Sat, 2010-09-04 at 09:12 +0200, Thomas Mittelstaedt wrote: > > More errors trying to compile gtkhtml: > > Use ./configure --disable-deprecated-warning-flags to work around the > GdkGC errors. GTK+ deprecated

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-09 Thread Thomas Mittelstaedt
Am Montag, den 06.09.2010, 08:18 +0200 schrieb Milan Crha: > On Sat, 2010-09-04 at 05:30 +0200, Thomas Mittelstaedt wrote: > > .libs/libebook_1_2_la-e-book.o: In function > > `e_book_new_default_addressbook': > > /home/tuxdistro/src/evolution/obj/evolution-data-s

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-10 Thread Thomas Mittelstaedt
Am Freitag, den 10.09.2010, 06:30 +0200 schrieb Thomas Mittelstaedt: > Am Montag, den 06.09.2010, 08:18 +0200 schrieb Milan Crha: > > On Sat, 2010-09-04 at 05:30 +0200, Thomas Mittelstaedt wrote: > > > .libs/libebook_1_2_la-e-book.o: In function > > > `e_book_new_defaul

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-10 Thread Thomas Mittelstaedt
Am Freitag, den 10.09.2010, 09:36 +0200 schrieb Thomas Mittelstaedt: > Am Freitag, den 10.09.2010, 06:30 +0200 schrieb Thomas Mittelstaedt: > > Am Montag, den 06.09.2010, 08:18 +0200 schrieb Milan Crha: > > > On Sat, 2010-09-04 at 05:30 +0200, Thomas Mittelstaedt wr

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-10 Thread Thomas Mittelstaedt
Am Samstag, den 11.09.2010, 02:30 +0200 schrieb Thomas Mittelstaedt: > Am Freitag, den 10.09.2010, 09:36 +0200 schrieb Thomas Mittelstaedt: > > Am Freitag, den 10.09.2010, 06:30 +0200 schrieb Thomas Mittelstaedt: > > > Am Montag, den 06.09.2010, 08:18 +0200 schrieb Milan Crha: &g

Re: [Evolution-hackers] Can't build evolution-data-server master on ubuntu maverick

2010-09-13 Thread Thomas Mittelstaedt
Am Montag, den 13.09.2010, 08:36 +0200 schrieb Milan Crha: > On Sat, 2010-09-11 at 03:45 +0200, Thomas Mittelstaedt wrote: > > > Finally, I got evolution 2.31 to run, but the restoration of ics files > > > from my 2.28 version is a problem. The memo (notes) ics-files

Re: [Evolution-hackers] [Evolution] [Not subscribed to the list] Calender compiling from git issue

2010-09-16 Thread Thomas Mittelstaedt
l the latest: ======= evolution-data-server/calendar/libedata-cal/e-cal-backend-sexp.c:27:47: error: libedataserver/e-data-server-util.h: No such file or directory From: Thomas Mittelstaedt --- calendar/backends/file/Makefile.am |3 +

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-04 Thread Thomas Mittelstaedt
Am Donnerstag, den 04.11.2010, 12:19 +0100 schrieb Stefano Facchini: > > Hi, > >thanks for a message. I tried to fix this in commit fd75cdf in evolution > > > Maybe can this depend on the fact that I have an Evolution 2.30 > installed from ubuntu repository? > Could well be. I had the same

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Thomas Mittelstaedt
Am Freitag, den 05.11.2010, 10:45 +0100 schrieb Stefano Facchini: > >> > >> Maybe can this depend on the fact that I have an Evolution 2.30 > >> installed from ubuntu repository? > >> > > > > Could well be. I had the same problem and I did a > > "LDFLAGS=-L/opt/evo/lib" when I called autogen: > > >

Re: [Evolution-hackers] Evolution 2.91 installation error

2010-11-05 Thread Thomas Mittelstaedt
Am Freitag, den 05.11.2010, 12:28 +0100 schrieb Thomas Mittelstaedt: > Am Freitag, den 05.11.2010, 10:45 +0100 schrieb Stefano Facchini: > > >> > > >> Maybe can this depend on the fact that I have an Evolution 2.30 > > >> installed from ubuntu repository?

Re: [Evolution-hackers] evolution-2.32.1 build error

2010-12-08 Thread Thomas Mittelstaedt
Am Dienstag, den 07.12.2010, 22:46 +0100 schrieb Sasa Ostrouska: > On Tue, Dec 7, 2010 at 10:16 PM, Sasa Ostrouska wrote: > > On Tue, Dec 7, 2010 at 4:20 PM, Reid Thompson > > wrote: > >> On 12/07/2010 10:11 AM, Sasa Ostrouska wrote: > >>> Hi, again me. I'm getting this time the following error

Re: [Evolution-hackers] evolution-2.32.1 build error

2010-12-08 Thread Thomas Mittelstaedt
Am Mittwoch, den 08.12.2010, 14:37 +0100 schrieb Sasa Ostrouska: > On Wed, Dec 8, 2010 at 2:10 PM, Thomas Mittelstaedt > wrote: > > >> libevolution_a11y_la-gal-a11y-util.lo `test -f 'gal-a11y-util.c' || > >> echo './'`gal-a11y-util.c > >

Re: [Evolution-hackers] Evolution 2.28 obsolete?

2011-01-27 Thread Thomas Mittelstaedt
Am Donnerstag, den 27.01.2011, 16:04 + schrieb Matt Davey: > I'm not sure this is the right list, as this is more of a policy > question than a dev question. > > I recently logged a bug (#639970) that crops up every now and again for > me, and it was closed as OBSOLETE because I raised it agai

Re: [Evolution-hackers] Building Evolution

2011-03-06 Thread Thomas Mittelstaedt
Am Sonntag, den 06.03.2011, 10:05 +0530 schrieb Manu Gupta: > I am sorry for extending this thread, I am attaching the jhbuildrc which > I made > > and I get this error > checking for SCANNER... yes > checking for FFI... no > checking for ffi.h... configure: error: ffi.h not found > > In the con

[Evolution-hackers] Need assistance building evolution master (3.1.xx) on ubuntu oneiric alpha

2011-08-03 Thread Thomas Mittelstaedt
Just did a git pull of the latest master sources for evolution and evolution-data-server, built the whole thing and installed it into /opt/evo. Then moved the existing dbus service out of the way and symlinked them to my install directory. Unfortunately, evolution never comes up, with the output be

Re: [Evolution-hackers] Need assistance building evolution master (3.1.xx) on ubuntu oneiric alpha

2011-08-04 Thread Thomas Mittelstaedt
Am Donnerstag, den 04.08.2011, 07:37 +0200 schrieb Milan Crha: > On Wed, 2011-08-03 at 23:17 +0200, Thomas Mittelstaedt wrote: > > Just did a git pull of the latest master sources for evolution and > > evolution-data-server, built the whole thing and installed it into > > /op

[Evolution-hackers] Need assistance installing latest evolution 3.1.5 on Fedora 15

2011-08-16 Thread Thomas Mittelstaedt
Just installed a Fedora 15 system on a free partition and thought about testing the latest evolution a bit. The one installed is 3.0.2. Found out that there is a brand-new package for the 3.1.5 version available at https://admin.fedoraproject.org/pkgdb/builds/show/F-devel-i386/evolution/0/3.1.5/1.f

Re: [Evolution-hackers] Need assistance installing latest evolution 3.1.5 on Fedora 15

2011-08-16 Thread Thomas Mittelstaedt
Am Mittwoch, den 17.08.2011, 08:39 +0200 schrieb Thomas Mittelstaedt: > Just installed a Fedora 15 system on a free partition and thought about > testing the latest evolution a bit. The one installed is 3.0.2. > Found out that there is a brand-new package for the 3.1.5 version >

Re: [Evolution-hackers] List of packages for debuging

2011-08-28 Thread Thomas Mittelstaedt
Am Sonntag, den 28.08.2011, 15:22 -0400 schrieb François Michonneau: > Hello, > > I am facing regular (apparently random) crashes with Evolution 3.0.2 > and I would like to report these bugs. However, I seem to be missing > some debugging symbols in the gdb trace. > > I installed evolution an

Re: [Evolution-hackers] Updated Windows Port

2011-10-08 Thread Thomas Mittelstaedt
Am Freitag, den 07.10.2011, 04:42 -0700 schrieb J. Kauffman: > Evolution seems like a great email client, but my company lives in the > windows world. I have tried several of the old evolution installs that > have been ported to windows and none of them work. Several will not > even start and the o

[Evolution-hackers] [patch] segfault in gal_a11y_e_cell_popup_new

2011-10-31 Thread Thomas Mittelstaedt
Just had a segfault in gal_a11y_e_cell_popup_new. Turned out that the cast popupcell= E_CELL_POPUP (cell_view->ecell); would turn up a broken pointer, crashing afterward. I inserted the following on my side: ECellPopup *popupcell = NULL; ECellView* child_view = NULL;

Re: [Evolution-hackers] [patch] segfault in gal_a11y_e_cell_popup_new

2011-11-02 Thread Thomas Mittelstaedt
Am Dienstag, den 01.11.2011, 07:04 +0100 schrieb Milan Crha: > On Mon, 2011-10-31 at 21:22 +0100, Thomas Mittelstaedt wrote: > > Just had a segfault in gal_a11y_e_cell_popup_new. Turned out that > > the cast > > popupcell= E_CELL_POPUP (cell_view->ecell); > &g

Re: [Evolution-hackers] [patch] segfault in gal_a11y_e_cell_popup_new

2011-11-02 Thread Thomas Mittelstaedt
Am Mittwoch, den 02.11.2011, 09:10 -0400 schrieb Matthew Barnes: > On Wed, 2011-11-02 at 12:29 +0100, Thomas Mittelstaedt wrote: > > You are right. I just had another crash with the above code changes. gdb > > told me that > > popupcell->popup_cell_view->cell_view.ece