Fabiano Fidêncio | 9 Feb 14:23
Gravatar

Re: hub - r30565 - in abiword/trunk/src: af/ev/cocoa af/xap/cocoa wp/ap/cocoa


Hub,

On Thu, Dec 29, 2011 at 2:28 AM,  <cvs <at> abisource.com> wrote:
>
> Author: hub
> Date: 2011-12-29 05:28:33 +0100 (Thu, 29 Dec 2011)
> New Revision: 30565
>
> Modified:
>   abiword/trunk/src/af/ev/cocoa/ev_CocoaMenu.cpp
>   abiword/trunk/src/af/ev/cocoa/ev_CocoaToolbar.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaApp.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaAppController.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaCompat.h
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaDialog_Utilities.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaDlg_ClipArt.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaDlg_MessageBox.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaPlugin.h
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaTextView.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_CocoaToolPalette.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_Cocoa_NSTableUtils.cpp
>   abiword/trunk/src/af/xap/cocoa/xap_PrintingNSView.cpp
>   abiword/trunk/src/wp/ap/cocoa/ap_CocoaDialog_FormatFrame.h
>   abiword/trunk/src/wp/ap/cocoa/ap_CocoaFrameImpl.cpp
> Log:
> Warning fixes
> 64-bits fixes
>
> Modified: abiword/trunk/src/af/ev/cocoa/ev_CocoaMenu.cpp
(Continue reading)

alb348 | 9 Feb 02:36
Picon

Chances of seeing my desired feature implemented soon?


Hi everyone,

some time ago I submitted a feature request concerning switchable color 
themes in Abiword, and it was duly recorded in the database.
I would like to know what chances are there that I may see my wish 
fulfilled in the near future, and how long does it normally take for a 
requested feature of this kind to be implemented.

Thank you.

Alby

Andrei Sfrent | 8 Feb 19:41
Picon
Gravatar

UT_std_vector_freeall function

Hello!

The attached patch adds the UT_std_vector_freeall function to
ut_std_vector.h file. This is the equivalent of
UT_VECTOR_SPARSECLEANUP macro defined in ut_vector.h. It is useful
when we need to call something else than "delete" on every element of
a std::vector.

Andrei
Index: src/af/util/xp/ut_std_vector.h
===================================================================
--- src/af/util/xp/ut_std_vector.h	(revision 30623)
+++ src/af/util/xp/ut_std_vector.h	(working copy)
@@ -35,6 +35,13 @@
 	}
 }

+template <class V, typename F>
+void UT_std_vector_freeall(V & v, F free_func = g_free)
+{
+	for(typename V::iterator iter = v.begin();iter != v.end(); ++iter) {
+		if(*iter)
+			free_func(*iter);
+	}
+}

-
 #endif
(Continue reading)

Martin Sevior | 8 Feb 04:02
Picon

AbiWord on the raspberry pi!


From the "another reason that abiword is cool" department.

The default distro for the $35 Raspberry Pi is fedora which includes abiword.

See the video linked below:

http://www.youtube.com/watch?v=6I7jCSWdRLQ&feature=player_embedded

Maybe this could be linked from the new webpage?

Cheers

martin

J.M. Maurer | 5 Feb 14:15

Win32 #warning build error


The win32 build is broken because of the use of #warning:

1>..\..\src\text\ptbl\xp\pp_Revision.cpp(1150) : fatal error C1021:
invalid preprocessor command 'warning'

I'm not sure who added it, but could he shed some light on this?

Thanks!

  Marc

Andrei Sfrent | 4 Feb 16:15
Picon
Gravatar

XP code for saveRectangle & restoreRectangle

Hello!

I attached a patch in order to make saveRectangle and restoreRectangle XP code.

UNIX: I made a "cairo only" implementation and moved them to from
GR_UnixCairoGraphics to GR_CairoGraphics.
WIN: This way, there will also be no need to implement these methods
in a future GR_Win32CairoGraphics class.
COCOA: Unfortunately, due to a bug in the quartz backend,
GR_CocoaCairoGraphics cannot take advantage of this code yet, so I
left the GR_CocoaCairoGraphics class untouched.

I already tested the patch and it seems to work fine (64bit Linux
Mint, 32bit Ubuntu).

Please, can someone review so I can commit it?

Andrei SFRENT
Index: src/af/gr/gtk/gr_UnixCairoGraphics.h
===================================================================
--- src/af/gr/gtk/gr_UnixCairoGraphics.h	(revision 30602)
+++ src/af/gr/gtk/gr_UnixCairoGraphics.h	(working copy)
@@ -85,8 +85,6 @@
 	virtual void		scroll(UT_sint32 x_dest, UT_sint32 y_dest,
 						   UT_sint32 x_src, UT_sint32 y_src,
 						   UT_sint32 width, UT_sint32 height);
-	virtual void	    saveRectangle(UT_Rect & r, UT_uint32 iIndx);
-	virtual void	    restoreRectangle(UT_uint32 iIndx);
(Continue reading)

Dmitry Smirnov | 4 Feb 14:28
Picon

patch to correct broken link [Help --> About GNOME Office]

Hi,

Just wanted to forward a patch for broken URL in [Help --> About GNOME Office]
(attached).

Thanks for all your work.

Regards,
Dmitry.
Author: Dmitry Smirnov <onlyjob <at> member.fsf.org>
Bug-Debian: http://bugs.debian.org/657909
Last-Update: 2012-01-31
Forwarded: 2012-02-05
Description: Update GNOME Office URL

--- a/src/wp/ap/xp/ap_EditMethods.cpp
+++ b/src/wp/ap/xp/ap_EditMethods.cpp
@@ -3557,7 +3557,7 @@

 Defun0(helpAboutGnomeOffice)
 {
-	return _openURL("http://www.gnome.org/gnome-office/");
+	return _openURL("http://live.gnome.org/GnomeOffice");
 }

 Defun1(cycleWindows)
Svante Signell | 19 Jan 23:24
Picon

Patch to enable a succesful build of abiword 2.9.2 on GNU/Hurd

Hello,
Cc: Debian Maintainer Dimity Smirnov

With the attached patch abiword-2.9.2 builds successfully on Debian
GNU/Hurd. The major problem is that PATH_MAX is not defined. This patch
has already been added to the Debian version 2.9.2-2, but an upstream
adoption would be very nice, so that next release of abiword builds out
of the box also for GNU/Hurd.

Thanks,
Svante Signell

diff -ur abiword-2.9.2/src/af/util/xp/ut_path.h abiword-2.9.2.modified/src/af/util/xp/ut_path.h
--- abiword-2.9.2/src/af/util/xp/ut_path.h	2011-11-08 18:53:10.000000000 +0100
+++ abiword-2.9.2.modified/src/af/util/xp/ut_path.h	2012-01-18 17:33:23.000000000 +0100
@@ -29,6 +29,8 @@
 #include <limits.h>
 #endif

+#include "config.h"
+
 /* GTK build supports platforms without PATH_MAX; we leave the warning in for
  * other platforms to avoid headaches
  */
diff -ur abiword-2.9.2/src/af/xap/gtk/xap_UnixApp.cpp abiword-2.9.2.modified/src/af/xap/gtk/xap_UnixApp.cpp
--- abiword-2.9.2/src/af/xap/gtk/xap_UnixApp.cpp	2011-11-12 15:48:22.000000000 +0100
+++ abiword-2.9.2.modified/src/af/xap/gtk/xap_UnixApp.cpp	2012-01-18 17:38:06.000000000 +0100
@@ -258,15 +258,16 @@
(Continue reading)

Pjotr Kan | 15 Jan 19:43
Picon

Bug report: untranslatable string


In the menu bar of Abiword, both 2.9 and 2.8, there's a menu item
called "Collaborate". This item is somehow not translatable; possibly
because it's not *marked* as translatable?

Regards, Pjotr.

Pjotr Kan | 15 Jan 15:21
Picon

New Dutch translation (nl-NL) for Abiword 2.9

Attached to this e-mail you can find a new full Dutch translation
(nl-NL) of Abiword 2.9.

Regards, Pjotr.
Attachment (Abiword-2_9-nl-NL.po.tar.gz): application/x-gzip, 47 KiB
Ibraahiima SAAR | 9 Jan 13:11
Favicon

Fulah (updated) translation


Hi Chris
You're right about this:
Quick sanity check.

Is "Height:"

Tooweendi:

or

Tooweendii:

It appears variously with one or two "i"s
It is actually Tooweendi (one "i").
Regards

2012/1/9 Chris Leonard <cjlhomeaddress <at> gmail.com>
>
> On Sun, Jan 8, 2012 at 12:58 PM, Ibraahiima SAAR
> <ibrahima.sarr <at> pulaagu.com> wrote:
> > Hi,
> > Please find enclosed the Fulah translation of Abiword I just finished updating.
> > Regards
> > Ibrahima SARR
>
> As you might have guessed, I have performed a poconflicts analysis to
> identify potential inconsistencies in strings.  I obviously do not
> speak Fulah, but something looks funny in the section of the PO file
> in the attached.  The word "right" in some cases looks like the word
(Continue reading)


Gmane