[Logo]

AbiWord v2.9.3 Changelog

Development

  • Buildfix from Tucker (Marc Maurer)

Core

  • Fix win64 build of the EPub plugin (Fridrich Strba)
  • Be sure we link the libabiword we are building and not one that is installed (Fridrich Strba)
  • Fix GTK2 build. Define new key names. Patch by Simon Larochelle, larochelle.simon.1 gmail com. (Ingo Brückl)
  • Fix GTK2 build. gtk_widget_set_visible() was only introduced in v2.18 while AbiWord only requires v2.12, so allow building with GTK2 versions in between. (Ingo Brückl)
  • Fix GTK2 build. Build in src/text/fmt/gtk for GTK2 as well. (Ingo Brückl)
  • Fix GTK2 build. Build in plugins/epub/dialogs/gtk for GTK2 as well. (Ingo Brückl)
  • Cosmetic: Change coding style. Break and indent lines. (Ingo Brückl)
  • Bug 13182: add BOOST_CPPFLAGS to the CPPFLAGS (Hubert Figuière)
  • Fix warning: initialization order. (Hubert Figuière)
  • Bug 12880: the list level is constrained to 0-8 in RTF. Ensure that (Hubert Figuière)
  • Fix GTK2 build. Make several features work again. Since re-enabling GTK2 support in r30397 these weren't functioning. Patch by Simon Larochelle, larochelle.simon.1 gmail com. (Ingo Brückl)
  • Fix GTK2 build. Make WMF plugin work again. Since re-enabling GTK2 support in r30397 it only creates blurred images. (Ingo Brückl)
  • Bug 13182: Fail configure on missing boost because it is now required. (Hubert Figuière)
  • Bug 13192: Fix GtkBuilder files (Hubert Figuière)
  • Bug 13197: only import glib.h (Hubert Figuière)
  • Fix const-ness (Hubert Figuière)
  • Update doxygen file for new syntax. (Hubert Figuière)
  • Fix some more warnings in trunk (Hubert Figuière)
  • Allow building plugins for Gtk2 Patch by Simon Larochelle (Hubert Figuière)
  • Bug 13187: use xmlURIEscape for UT_UTF8String::escapeURL(). (Hubert Figuière)
  • First patch from Simon Larochelle to partially fix 13208. Thanks Simon! (Martin Sevior)
  • Thanks Simon. ( (Martin Sevior)
  • (. (Martin Sevior)
  • Allow building plugins for Gtk2 - missing file Patch by Simon Larochelle. (Hubert Figuière)
  • Fix for bug 13101 from Simon Larochelle. Thanks very much Simon! (Martin Sevior)
  • Fix bug 13209 Centered line may move off the left margin. Patch from Simon Larochelle. (Martin Sevior)
  • Fix 13210 Strange division of paragraphs at bottom of columns. Patch by Simon Larochelle. Thanks Simon! (Martin Sevior)
  • Fix GTK2 build. Directory src/text/fmt/gtk2 does not exist, use src/text/fmt/gtk to look for include files. (Ingo Brückl)
  • Fixed text display in preview window. (urmaslt)
  • Bug 13217: refactor init3dColors to use a widget. (Hubert Figuière)
  • Bug 13217 - remove gtk2 dir from Makefile.am (Hubert Figuière)
  • Fix some improper cast in the RDF editor. Gtk2 AND Gtk3 (Hubert Figuière)
  • Bug 13220 - Remove iostream and cerr usage to use xxx_UT_DEBUGMSG (Hubert Figuière)
  • Fix warnings (Hubert Figuière)
  • more gtk2 compat (Hubert Figuière)
  • Fix warnings. (Hubert Figuière)
  • Fix Gtk2 build for Gtk 2.20 - Patch by Simon Larochelle. (Hubert Figuière)
  • Fix the unit tests. (Hubert Figuière)
  • Fix the properties misordered and missing comas. This validate the test framework by finding the first bug (Hubert Figuière)
  • More comments (Hubert Figuière)
  • Bug 10707 - Reenable the locale test. (Hubert Figuière)
  • Verify the number of properties. (Hubert Figuière)
  • Remove unused code that I missed in the refactor (Hubert Figuière)
  • classes with virtual methods require a virtual destructor (Hubert Figuière)
  • Some code needs it with spaces. (urmaslt)
  • Fix a warning (Hubert Figuière)
  • Fix a bug due to wrong type. PL_StuxDocHandle MUST die. (Hubert Figuière)
  • wrong "Handle" type. (Hubert Figuière)
  • Remove __MRC__. Who cares about a compiler that was obsolete 10 years ago. (Hubert Figuière)
  • Fix some warnings. Need more testing Add UT_DebugOnly<> (Hubert Figuière)
  • Get rid of UT_String in RTF. (Hubert Figuière)
  • Unit test for new ut_std_string function (ported from UT_String) (Hubert Figuière)
  • Remove some UT_UTF8String (Hubert Figuière)
  • Get rid of most UT_Vector (Hubert Figuière)
  • fix some more warnings in RDF (Hubert Figuière)
  • A little tidy up. (Ben Martin)
  • New GOTO Annotation tab. (Ben Martin)
  • Missing pt_types.h (Hubert Figuière)
  • test must run with valgrind. The output is in tf-vgdump (Hubert Figuière)
  • Bug 13215 - remove the print button if print is disabled. (Hubert Figuière)
  • Add missing widgets to Gtk2. Remove duplicate line. (Hubert Figuière)
  • Right clicking RDF links works again :/ (Ben Martin)
  • Use std::string in EPUB. (Hubert Figuière)
  • Annotation stubs now use std::string. (Hubert Figuière)
  • Bookmarks are now std containers (Hubert Figuière)
  • Bug 9287 - remove higly inefficient use of PD_Document::enumStyles() (Hubert Figuière)
  • Silence UT_DEBUGMSG (Hubert Figuière)
  • Bug 13229 - check if stylenames are in UTF-8 from wv. (Hubert Figuière)
  • Fix GTK2 build. Add gtk_widget_set_can_default(), gtk_widget_get_sensitive(), gtk_widget_get_visible(), and gtk_widget_get_requisition() to xap_Gtk2Compat.h. (Ingo Brückl)
  • Fix GTK2 build. Include xap_Gtk2Compat.h in xap_UnixWidget.cpp. (Ingo Brückl)
  • Fix GTK2 build. Install xap_UnixDlg_Image-2.ui, not xap_UnixDlg_Image.ui. (Ingo Brückl)
  • PL_ObjectHandle -> pf_Frag_Object* (Hubert Figuière)
  • Remove UT_StringMap from Unix toolbar style combo. Was not really used anyway. (Hubert Figuière)
  • Remove obsolete gtk2 directories. (Ingo Brückl)
  • Fix xap_Gtk2Compat.h. gtk_widget_set_can_default() and gtk_widget_set_can_focus() should set or unset according to their boolean parameters. (Ingo Brückl)
  • Fixed crash when loading some large files (Jean Bréfort)
  • Fix some more warnings (Hubert Figuière)
  • Bug 12045 - Make sure to not dereference nil. (Hubert Figuière)
  • Fix the detroy method of the widget as it was crashing. (Hubert Figuière)
  • Simple PieceTable tests to reveal the basic leaks. (Hubert Figuière)
  • Properly purge the fragments maintaining the ownerhsip rules: the PT. This suppress the leaks. Add an assert in a place where leakage opens but shouldn't happen. Make sure Node is not copyable (Hubert Figuière)
  • Fix memory leaks. UT_go_* usually return an allocated string. (check the code/doc) (Hubert Figuière)
  • Fix memory leaks from Pango (Hubert Figuière)
  • en_GB L10n from cjl (Chris Leonard)
  • Fulah (ff) L10n from Ibrahima SARR (Chris Leonard)
  • Fulah (ff) L10n from Ibrahima SARR (Chris Leonard)
  • fix layout bug for multi-column documents (Simon Larochelle)
  • Dutch (nl-NL) L10n from Pjotr Kan (Chris Leonard)
  • Warning fixes. (Hubert Figuière)
  • Build fix for GNU/Hurd. Patch by Svante Signell. (Hubert Figuière)
  • Fixed bug with incorrect TOC in case if document splitting is disabled (Volodymyr Rudyj)
  • Turn off debugmsg in fv_View::getHyperLinkRun(). Add files to svn:ignore lists. (Simon Larochelle)
  • Fix some frame related bugs described in Bug 13208 (comment 4) (Simon Larochelle)
  • Bug 13008 - Fix build with libpng 1.5. Patch by hanno AT gentoo. (Hubert Figuière)
  • Include config.h conditionally (Marc Maurer)
  • Compile with and *without* WITH_CHAMPLAIN (Ben Martin)
  • remove the optional debug block. (Ben Martin)
  • XP code for saveRectangle / restoreRectangle using cairo (Andrei Sfrent)
  • Removed saveRectangle / restoreRectangle from GR_UnixCairoGraphics; Unix uses xp implementation now (Andrei Sfrent)
  • Fixed a warning in gr_CairoGraphics.cpp (Andrei Sfrent)
  • Added UT_std_vector_freeall to ut_std_vector.h (Andrei Sfrent)
  • Use UT_std_vector_freeall() in GR_CairoGraphics destructor to free m_vSaveRectBuf (Andrei Sfrent)
  • Double buffering for rulers (flickering occured on win32) (Andrei Sfrent)
  • Fix xpm warning. (Hubert Figuière)
  • Bug 13256 - fix linker flags. Patch from Mageia. (Hubert Figuière)
  • Remove a #warning by fixing the bad cast. How did this ever worked? (Hubert Figuière)
  • Warning fixing. (Hubert Figuière)
  • Fix an unitialized variable leading to a possible bug (Hubert Figuière)
  • Fix some warning, debug only code (Hubert Figuière)
  • const-ness (Hubert Figuière)
  • IE_Exp_HTML_ListenerImpl is pure virtual. Fix the ensuing bugs. (Hubert Figuière)
  • Make sure that the gtk champlain wants to use and the gtk we want to use are version compatible. (Ben Martin)
  • Move UI stuff into other files as planned (Ben Martin)
  • and here are the new files / redistributed GUI functionality. (Ben Martin)
  • Fix champlain related tests (Jean Bréfort)
  • Cleaned configure.in from unuseful things (Jean Bréfort)
  • Fixed plugins dialog layout. [#13264] (Jean Bréfort)
  • Fix warnings (Hubert Figuière)
  • Bug 12734 - fix X11 include for XKeysym. (Hubert Figuière)
  • Bug 13265 - cairo-fc is only on cairo 1.10. (Hubert Figuière)
  • Bug 13262 - Fix the page background color (Hubert Figuière)
  • Fix some related bugs described in Bug 13208 (comment 4) (Simon Larochelle)
  • Fix frame related issue: text frames no longer move when changing the position mode. (Simon Larochelle)
  • Fix regression causing failure when building from source. This regression was introduced in r30629. Patch with support by Dmitry Smirnov, onlyjob member.fsf org. (Ingo Brückl)
  • First block inside a frame inherits properties from the parent block of the frame. (Simon Larochelle)
  • Fix style / indent (Hubert Figuière)
  • Fix a pango leak. (Hubert Figuière)
  • Fix some warnings (Hubert Figuière)
  • Minversion is 10.4 on MacOS as to be able to link (Hubert Figuière)
  • UT_Assert is no-op in DEBUG on Mac too (Hubert Figuière)
  • Regenerated PNG (Hubert Figuière)
  • Fix build following configure change: cairo-fc is gtk only (Hubert Figuière)
  • add virtual dtor (Hubert Figuière)
  • Removed unused variables (Volodymyr Rudyj)
  • Two minor changes in abi-extract.pl: 1. Prettify output by adding a line break after (improved) status message. 2. Don't call msgmerge if there is nothing to merge (i.e. avoid an error message). (Ingo Brückl)
  • Fix copy & cut for frames (Simon Larochelle)
  • Added MSVC-compilant warning message (Volodymyr Rudyj)
  • Replaced utf8_str with c_str in Win32-dependent code for std::string (Volodymyr Rudyj)
  • Changed XAP_Win32Toolbar_ControlFactory member type to AP_Win32Toolbar_ControlFactory (Volodymyr Rudyj)
  • Added std:: prefix before inserter (Volodymyr Rudyj)
  • Added missing include (Volodymyr Rudyj)
  • Fix const-ness. (Hubert Figuière)
  • Fix URL opening to honour Gnome settings in Gtk3 (Hubert Figuière)
  • Bug 13278 - Change gnome-office URL (Hubert Figuière)
  • This inlined and static stuff was just insane. This reduce bloat. (Hubert Figuière)
  • Fix open_url on Mac to use CoreFoundation launch services. (Hubert Figuière)
  • Bug 13285 - fix parameter type. (Hubert Figuière)
  • Fix some TOC related bugs: 1) Bug 9126: Incorrect page number reported in table of content when a heading is preceded by a page break (Simon Larochelle)
  • Fix constantness (Simon Larochelle)
  • Fixed bug 13240 with Kousik Kumar's patch (Volodymyr Rudyj)
  • constness (Hubert Figuière)
  • Fix small issues with rev. 30681-30682; move fillTOC from class fl_DocLayout to class fl_TOCLayout (Simon Larochelle)
  • Added virtual destructors to avoid possible memory leaks (Volodymyr Rudyj)
  • Added another one virtual destructor (Volodymyr Rudyj)
  • Rename duplicate string declaration. TB_Table is declared twice which renders one of them untranslatable. (Ingo Brückl)
  • Make MENU_STATUSLINE_TOOLS_REVISIONS translatable. In order to be translatable, it must not be an empty string even if it isn't used anywhere. Assign the space character instead which seems to be common for unused string declarations. (Ingo Brückl)
  • Bug 13276 - Fix GtkComboBox usage to be compatible with Gtk2 and Gtk3. (Hubert Figuière)
  • Fix footnotes and endnotes formatting dialog. The spin button controls were virtual invisible and unusable due to wrong packing. Enlarge them and make them uneditable and unfocusable, so that they can be used as designed. Additionally, remove the text label for the value and set the lower value to 1. (Ingo Brückl)
  • Fix a layout bug: adding a page to a section which is followed by another section (Simon Larochelle)
  • Fix bug 13286 (Simon Larochelle)
  • Fix bug: crash when deleting a section with a TOC (Simon Larochelle)
  • remove these PNG from the repository. they don't belong. (Hubert Figuière)
  • Fixed error with assignment to const std::string& (Volodymyr Rudyj)
  • Fixed error in HTML generation in case if document contain headings (Volodymyr Rudyj)
  • Added encoding information for the generated document (Volodymyr Rudyj)
  • Fixed bug in HTML exporter which caused memory being freed twice if non-default writer factory was supplied (Volodymyr Rudyj)
  • Fix compilation error after r30697. Undefined reference to loadRDFXML(boost::shared_ptr, std::string, std::string). (Ingo Brückl)
  • Improved generated HTML by avoiding creating empty 'class', 'style' and 'id' attributes (Volodymyr Rudyj)
  • Partly fix crashes with the Borders and Shading formatting dialog. This makes the dialog appear and usable, but doesn't fix all problems. The crash seemed to occur only on GTK2. (Ingo Brückl)
  • Add missing localization to Text Box dialog. (Ingo Brückl)
  • Add missing localizations to Borders and Shading dialog. (Ingo Brückl)
  • Change packing parameters for check buttons subscript and superscript. Don't divide extra space evenly between them, because this box contains less children than the box above which would result in a too spacious layout. (Ingo Brückl)
  • Set dialog window titles to maximum size. Don't variously limit the length which often cuts off a short document name. Additionally, remove pointless variable title_width and use sizeof() instead which is also safer. (Ingo Brückl)
  • Fix bug with Lists dialog on GTK2. Signal 'draw' is invalid for instance. (Ingo Brückl)
  • Prettify spin only controls. Change the width to 14 which makes the controls look more like normal spin button controls instead of looking clipped off. Additionally, remove property "width_request" from ui file where the request is performed in the cpp file anyway. (Ingo Brückl)
  • Fix some issues with frames: 1) initial layout of a document with a frame on a page which is different from that of its associated block 2) Frame on the last line on a page (Simon Larochelle)
  • Fix warnings + style (Hubert Figuière)
  • Bug 13102 - Change checkbox to radio button. Patch by Tanya Guza. (Hubert Figuière)
  • Fix toggle button images for the border lines. The images of the border line buttons (top/right/bottom/left) in the dialogs "Format -> Table", "Format -> Text Box" and "Format -> Borders and Shading" which represent the border line locations aren't discernible due to image scaling. (Ingo Brückl)
  • Fix toggle button states for the border lines. The border line buttons (top/right/bottom/left) in the dialogs "Format -> Table", "Format -> Text Box" and "Format -> Borders and Shading" behave strangely. After a line has been switched off and after opening the dialog a second time, the button for the line switched off has to be pressed twice in oder to switch the line on again. (Ingo Brückl)
  • Remove useless labels from dialog buttons. The GTK2 Table and the Borders & Shading formatting dialogs have labels for the border line buttons (top/right/bottom/left) which are removed when constructing the dialogs to replace them by images. The GTK2 Text Box dialog as well as the respective GTK3 dialogs don't have these labels nor the code to remove them. Remove labels and removal instructions to harmonize GTK2 and GTK3 code. (Ingo Brückl)
  • Prevent out-of-bounds array access of sBorderStyle. (Ingo Brückl)
  • Fix 13295: Misleading label in Table menu (Kousik ) (Marc Maurer)
  • Update the abiword.pot file (you can use ./update.pl --pot to do this!) (Marc Maurer)
  • Update all .po files (with abi-update-all.sh) to keep the strings in sync with abiword.pot (Marc Maurer)
  • Enable UT_WARNINGMSG. Currently, this is a no-op for the unix build. (Ingo Brückl)
  • Fixing bug 7435. Tested and applying the patch from Aaditya. (Kathiravelu Pradeeban)
  • Fix r30721 / bugzilla bug 13295. The patched menu item is used in two different menus - the table menu (Ingo Brückl)
  • Fallback of gtk_show_uri() fails. (Hubert Figuière)
  • Bug 13291 - Fix the encoding "guess": deprioritize LANGUAGE. (Hubert Figuière)
  • Bug 13277 - Delete table / row / column if first crashes: check that prev isn't NULL (Hubert Figuière)
  • Fix crash when applying background image to table (bug 13276). (Ingo Brückl)
  • Set width and height of the image when creating it from strux. Otherwise, width and height will always be reported to be zero. (Ingo Brückl)
  • Patch from Kousik for the rfe - running word count (http://bugzilla.abisource.com/show_bug.cgi?id=12862). (Kathiravelu Pradeeban)
  • .strings files generated with make (Simon Larochelle)
  • typos in comment (Hubert Figuière)
  • Bug 13284 - implement strptime() to allow building on Windows. (Hubert Figuière)
  • Fix po to string conversion to work if the builddir isnt the srcdir (Hubert Figuière)
  • Reverting the commit of the patch, http://bugzilla.abisource.com/show_bug.cgi?id=12862 (Kathiravelu Pradeeban)
  • but is of no use whatsoever. It has been put under version control in r30739. (Ingo Brückl)
  • header files and needs to be fixed due to the changes in r30739. (Ingo Brückl)
  • Improve GTK progress bar. Currently, the GTK progress bar might burst the status bar, because its default height might be too big (compared to the font used to render the status bar texts). Fix this by requesting a height that will make the progress bar fit into the status bar. (Ingo Brückl)
  • Fix crash with the Edit -> Go To dialog. This partly resolves bug 13276. (Ingo Brückl)
  • Remove ellipses from dialog titles. Dialog titles don't have ellipses, only menu entries. (Ingo Brückl)
  • Ignore tags file under version control. (Ingo Brückl)
  • [Cosmetic] Removing unnecessary comment at the start of a class. (Kathiravelu Pradeeban)
  • Revert removal of modelines. Don't do that. (Hubert Figuière)
  • Bug 12591: cut/paste changes background color of textbox (Simon Larochelle)
  • Insert Textbox was disabled in the Normal and Web Mode. Patch from Aaditya (id=13312), as this seems to be a bug. (Kathiravelu Pradeeban)
  • Bug 13284 - Compile C with C compiler on MacOS for strptime. (Hubert Figuière)
  • Patch from Vincent for Windows build issue (id=13313) (Kathiravelu Pradeeban)
  • Reverting the commit 30755. (Kathiravelu Pradeeban)
  • But 13276: Fix crash in border and shading. From Ingo. DO NOT COMMIT (Hubert Figuière)
  • Remove obsolete po scripts. Since r30739 we don't supply .strings files any longer, but build (Ingo Brückl)
  • Improve abi-update-all shell script. Simplify code and update .po files with --dist which prevents the .pot file from being built unnecessarily over and over again. (Ingo Brückl)
  • Prettify output of update.pl. Additionally, remove the generated message catalog output file which we don't need. (Ingo Brückl)
  • Prettify output to .strings files. (Ingo Brückl)
  • Enable xgettext flag hints. This is, because the xgettext heuristic might guess a wrong flag like c-format for a string that looks like a format specifier, but is not used in printf(). The syntax for such a hint is //xgettext: (i.e. a comment behind the string dcl). (Ingo Brückl)
  • Flag DLG_PageSetup_Percent as no-c-format for xgettext. This avoids a constant fuzziness for the string in the .po files. (Ingo Brückl)
  • Update German po file. (Ingo Brückl)
  • Prettify the Go To dialog Position layout. Increase table border width so that the widgets do not stick so close to the edge. (Ingo Brückl)
  • Remove an #if 0, MSVC needs it (patch by hub) (Marc Maurer)
  • Bug 13284 - Fix build on both Win and Linux: __P is unecessary /me think. (Hubert Figuière)
  • Cosmetic: Fix typo and change function names. These names seem to be common practice in all the other dialog files. (Ingo Brückl)
  • Enable non-UTF-8 encoded filenames. (G_FILENAME_ENCODING set to a specific character set name, not @locale.) (Ingo Brückl)
  • Enable non-ASCII, non-UTF-8 user names. If the user name is in the current locale, convert it. (Ingo Brückl)
  • Set user name as default author for new annotation. (Ingo Brückl)
  • Cosmetic: Adjust indent. (Ingo Brückl)
  • Fix bug: prevent some false match in function UT_String_removeProperty (match of strings 'frame-col-xpos:' and 'xpos:') (Simon Larochelle)
  • Bug 13320 - Remove the last bits of shave. Patch by Adrian Bunk (Hubert Figuière)
  • Bug 13311 - Fix ambiguous call in MSVC. (Hubert Figuière)
  • before the start of the selection has been affected as well. This closes bug #13290. (Ingo Brückl)
  • Cosmetic: Adjust indent. (Ingo Brückl)
  • Set value to page and line spin button without jumping there. The cursor will be moved every time the dialog is opened or activated else. (Ingo Brückl)
  • Improve Go To dialog usability. Rearrange the goto buttons. Put prev button left and jump button in the middle. (Ingo Brückl)
  • Fix the handling of static variables and static methods. With the current code there is no guarantee of initialization order. The static variables are private now and access is only possible by a public get function which controls the initialization of the variable. (Ingo Brückl)
  • slightly revised. This closes bug #13322. (Ingo Brückl)
  • Share common code. FV_View::cmdEditAnnotationWithDialog() and insertAnnotation() are using the same code in their bApply branches. Transfer the common code to new FV_View::insertAnnotationDescription(). (Ingo Brückl)
  • Simplify insertAnnotation(). (Ingo Brückl)
  • Cosmetic: Adjust indent. (Ingo Brückl)
  • Add missing GTK2 ui files for RDF support. This closes bug #13273. (Ingo Brückl)
  • Don't let title or author being selected when moving with the tab key. (Ingo Brückl)
  • Bug 13319 - Remove dolt. Patch by Adrian Bunk (Hubert Figuière)
  • Bug 13319 - Part 2: really remove dolt.m4 (Hubert Figuière)
  • Improve Go To dialog. Don't set page (and fixed line) number only when dialog window needs update, but also when the notebook page switches to the position page. Move page and line setting code to new AP_UnixDialog_Goto::updatePosition(). (Ingo Brückl)
  • Improve Go To dialog. Set (fixed, non-current) line number to 0 instead to 1 indicating that it doesn't really represent the line number the cursor is currently in. This will become obsolete as soon as we are able to get the current line number for the dialog. (Ingo Brückl)
  • Fix Go To dialog. Update page info field in status bar after jump to page or line. (Ingo Brückl)
  • Fix Go To dialog. Scroll page to ensure the cursor is visible on screen after jump to RDF link. (Ingo Brückl)
  • Fix Go To dialog. Scroll page to ensure the cursor is visible on screen after jump to bookmark. (Ingo Brückl)
  • Cosmetic: Rename variable. (Ingo Brückl)
  • Resize RDF Query and Editor dialogs. Decrease default size so that they aren't full-screen on displays with lower resolution. (Ingo Brückl)
  • Remove abiword.pot from version control. The .po files are being updated by calling the update.pl perl script which creates abiword.pot afresh. There is no need to have version control for this temporary auxiliary file. Additionally, update documentation. (Ingo Brückl)
  • Remove abiword.pot from version control. Remove file from repository. (Ingo Brückl)
  • Remove line number information from .po files. This information refers to the temporary header files and is of no use whatsoever. On the contrary, if there is a new string, most of the other strings (which didn't change at all) will be in different lines in the temporary files then, which makes the new line information find its way into the diff that thereby becomes unnecessarily cluttering and unnecessarily increases traffic to and from the repository server. Additionally, fix file extension (.h.h to .h) in file name information for cosmetic reasons. (Ingo Brückl)
  • Fix syntax error in en-GB language file. (Ingo Brückl)
  • Fix invalid multibyte sequence in ko language file. (Ingo Brückl)
  • Update all .po files. (Ingo Brückl)
  • Remove unused variable and unnecessary call. According to Aaditya (see bug #7435) we don't need to (Ingo Brückl)
  • Fix GTK2 build. Remove property unknown until GTK 2.20 from GTK2 .ui file. (Ingo Brückl)
  • Remove junk from RDF Query dialog. All this is unused (and even part of other dialogs). (Ingo Brückl)
  • Remove junk from RDF Editor dialog. All this is unused (and even part of other dialogs). Additionally, remove localization of text for removed text view "query". (Ingo Brückl)
  • Improve RDF Editor dialog. Add image from stock to copy button which is the only one without image. (Ingo Brückl)
  • Remove include of unused xpm. This fixes the compiler warning: 'tb_semitem_select_first_xpm' defined but not used (Ingo Brückl)
  • Revise r30836. Avoid using UT_UTF8String and stringstream. (Ingo Brückl)
  • Revise r30838. Avoid using UT_String. Additionally, rename variable. (Ingo Brückl)
  • Remove pointless addStatement(). There is no code in AP_UnixDialog_RDFQuery::addStatement() to display any PD_RDFStatement value. Since without redland RDF library RDFQuery is pointless anyway, set RDFQuery execution buttons insensitive instead. (Ingo Brückl)
  • Change cerr messages into UT_DEBUGMSG() in RDF Editor and Query code. (Ingo Brückl)
  • Bug 12591: cut/paste changes background color of textbox (Simon Larochelle)
  • Use bit operators (patch by Ingo Brückl) (Simon Larochelle)
  • Don't return NULL as a value of type std::string. This might cause the std::string constructor to throw an exception. (Ingo Brückl)
  • Remove unnecessary initialization. (Ingo Brückl)
  • Improve Semantic Item Insert Reference dialog usability. Don't create a toplevel node if there will be no child items. Additionally, prettify the toplevel node name. (Ingo Brückl)
  • Cosmetic: Adjust indent. (Ingo Brückl)
  • Improve RDF usability. Set the menu entry RDF_SEMITEM_CREATEREF insensitive without redland RDF library since it will be pointless then anyway. (Ingo Brückl)
  • Remove useless ap_GetState_RDFAnchorOK, always returning EV_MIS_ZERO. In r30841, RDFQuery execution buttons have been set insensitive (Ingo Brückl)
  • Improve RDF Editor usability. Since without redland RDF library RDF import and export are pointless anyway, set RDF import and export menu items insensitive. (Ingo Brückl)
  • Improve RDF usability. Set the menu entry RDF_SEMITEM_NEW_CONTACT_FROM_FILE insensitive without libebook and libecal (Evolution Data Server) since it will be pointless then anyway. (Ingo Brückl)
  • Fix bug with strings for RDF menu labels. There is no need for three dots in the string declaration. This is done by setting action bRaisesDialog for the menu ID. Additionally, add bRaisesDialog for menu ID RDF_SEMITEM_CREATEREF. (Ingo Brückl)
  • Fix spelling. This closes bug #13337. (Ingo Brückl)
  • Remove menu entry RDF Advanced for non-debug builds. Everything under this menu entry uses UT_DEBUGMSG for its output. Therefore it doesn't make sense to have it in a non-debug build. Additionally, compile more debug-only stuff in pd_DocumentRDF conditionally. (Ingo Brückl)
  • Fix compiler warnings with libical. warning: 'void addCalPropSZ()' defined but not used warning: unused parameter 'szEncoding' warning: 'std::string tostr()' defined but not used (Ingo Brückl)
  • Add missing icons for RDF toolbar items. Additionally, remove unused tb_semitem_select_first; tb_semitem_this is used instead. (Ingo Brückl)
  • Move RDF toolbar items to toolbar "Extra". These are not that important and could easily confuse users (primarily since the revision toolbar items are next to them). (Ingo Brückl)
  • Fix a format warning (debug only) (Hubert Figuière)
  • Fix the Borders and Shading dialog. It crashed on GTK2. This finally resolves bug 13276. (Ingo Brückl)
  • Update man page. Update date and version, fix formatting and replace UTF-8 right single quotation mark by ASCII apostrophe. (Ingo Brückl)
  • Avoid CamelCase naming for user settings. Since there is no AbiSuite package, don't use this term. This closes bug 11452. Additionally, update man page. (Ingo Brückl)
  • than in all the other tb_semitem icons. This closes bug 13339. (Ingo Brückl)
  • Fix the Semantic Stylesheets dialog .ui file for GTK2. The combo boxes were defined wrongly and caused a crash when selecting an entry. Additionally, remove default stuff. (Ingo Brückl)
  • Implement gtk_combo_box_get_active_id() for GTK2. This isn't exactly what gtk_combo_box_get_active_id() does on GTK3, but it's close enough for our purpose and allows us to identify the combo box entry selected, i.e. there will be no difference for the user between GTK3 and GTK2 builds. (Ingo Brückl)
  • Remove unused variables in Semantic Stylesheets Dialog. (Ingo Brückl)
  • Remove unused ap_EditMethods function. (Ingo Brückl)
  • The icon list should be in alphabetical order (Simon Larochelle)
  • Fix RDF stylesheet strings for menu items and status bar. One was wrong, one had a different spelling than the other ones, some were incomplete, and one had a wrong symbolic ID. Additionally, avoid use of ampersand. (Ingo Brückl)
  • Prettify appearance of Semantic Stylesheets dialog. The explanation text now uses the full width of the dialog window, but keeps a neat distance from the border as well as from the combo boxes. (Ingo Brückl)
  • Remove unused icon. (Ingo Brückl)
  • but at least not as ugly as the existing ones. Anyone with artistic skills volunteering? This closes bug 13340. (Ingo Brückl)
  • and won't be bothered by the change. This is an improvement to r30873 and closes bug 11452. (Ingo Brückl)
  • Define RDF semantic stylesheets as symbolic constants. (Ingo Brückl)
  • Fix compiler warnings about unused items. These are only used in debug mode. (Ingo Brückl)
  • Allow usage of font family 'Standard Symbols L'. Don't unconditionally disable it by commenting the code. Check whether libwmf has installed the font and if so, use it. (Ingo Brückl)
  • and are being considered more as normal text. This closes bug 8653. (Ingo Brückl)
  • Don't check runtime ability at compile time. Replace the check with an option. This fixes r30900. (Ingo Brückl)
  • Prettify appearance of RDF stylesheet dialog. Give labels and buttons a little bit more space and align labels to the left. (Ingo Brückl)
  • Rename a few RDF strings, IDs and function names. This is for consistency reasons and to ease understanding, because similar things should have similar names. Rename string "Show RDF for cursor position" "Query RDF for cursor position" (because a query will be executed). Rename string "Stylesheet Settings" "Settings" (because it is already in main menu "Stylesheet"). Rename string "Reapply Current" "Apply Current" (because nothing is reapplied, but simply newly applied) and rename ID RDF_SEMITEM_STYLESHEET_REAPPLY RDF_SEMITEM_STYLESHEET_APPLY. The related function already had the correct name (rdfApplyCurrentStyleSheet). Rename string "Show RDF" "Edit RDF" (because the editor will be called) and rename ID RDFANCHOR_SHOW_TRIPLES RDFANCHOR_EDIT_TRIPLES as well as the related function rdfAnchorShowTriples rdfAnchorEditTriples. Rename string "SPARQL Query" "Query RDF" (because a fixed query will be executed) and rename ID RDFANCHOR_SPARQL RDFANCHOR_QUERY as well as the related function rdfAnchorSPARQL rdfAnchorQuery. Additionally, shift ampersand for menu item "Edit Semantic Items". (Ingo Brückl)
  • Rename icon semitem_stylesheet_reflow semitem_stylesheet_apply. Rename all SEMITEM_STYLESHEET_REFLOW IDs as well. This is for consistency reasons and to ease understanding, because most of the references to these are already named "apply" instead of "reflow". Additionally, change and fix former SEMITEM_STYLESHEET_REFLOW strings. (Ingo Brückl)
  • Fix clang warning. (Hubert Figuière)
  • Fix an overloaded method warning from clang. (Hubert Figuière)
  • Slightly change color. (Ingo Brückl)
  • Remove pointless script. We are no longer supplying .strings files. In addition, update.pl is responsible for this job. (Ingo Brückl)
  • Fix ui-extract script. Don't extract commented out declarations. Additionally, allow whitespace after id. (Ingo Brückl)
  • Fix bug in ui-backport.pl. Don't drop last msgstr! Cosmetic: Add period. (Ingo Brückl)
  • Silence execution. (Ingo Brückl)
  • Fix dumpstrings script. Build date according to ISO 8601. Use same regex for extraction as ui-extract.pl does. Find .strings files in ./po now. Print out the languages sortedly. Don't cross-compare all languages, because en-US is the reference (Ingo Brückl)
  • Clean up dumpstrings script. Remove unsed code. Prettify output. (Ingo Brückl)
  • Fix name. (Ingo Brückl)
  • Rename two RDF toolbar icons. This is for consistency reasons. It matches the other RDF toolbar icons and the IDs used in context of these. (Ingo Brückl)
  • Fix bug 12591: values of frame properties change during copy/paste add RTF keyword abiframeprops with the complete property string as data (Simon Larochelle)
  • Afrikaans L10n fixes (Chris Leonard)
  • Amharic L10n fixes (Chris Leonard)
  • Arabic L10n fixes (Chris Leonard)
  • Dutch (nl_NL) L10n from Pjotr Kan (Chris Leonard)
  • Update some .po files. (Ingo Brückl)
  • Afrikaans L10n fixes (Chris Leonard)
  • Amharic L10n fixes (Chris Leonard)
  • Arabic L10n fixes (Chris Leonard)
  • Dutch L10n fixes (Chris Leonard)
  • Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
  • Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard)
  • Dutch (nl-NL) L10n from Pjotr Kan (Chris Leonard)
  • Add a reflow to RDF Stylesheet Disassociate. The user won't see any effect otherwise. (Ingo Brückl)
  • Explain menu entry "Disassociate". (Ingo Brückl)
  • Automatically add msgid bugs address to .po files. (Ingo Brückl)
  • Add missing localization to RDF Editor. (Ingo Brückl)
  • Prettify appearance of RDF Editor dialog. Give label a little bit more space and align label to the left. (Ingo Brückl)
  • Fix RDF Editor's combo box entries and improve usability. Only add separate xmlids entries if there was a combined entry. Without a combined entry (i.e. with only one entry) this single entry would otherwise appear twice. Moreover, for a single entry we don't need a combo box at all, so don't show it in that case. (Ingo Brückl)
  • Cosmetic: Adjust indent. (Ingo Brückl)
  • Fix bug with setRestrictedXMLID(). For a single xmlid no triples were displayed. (Ingo Brückl)
  • Prettify appearance of RDF Editor dialog. Add border-width property to children. (Ingo Brückl)
  • Fix German language file. (Ingo Brückl)
  • Fix bug 13269: undo fails after insert footnte/endnote (Simon Larochelle)
  • Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
  • Fix bug in getStylesheetName(). The pointer (combo box entry text) may be NULL if no entry has been selected. (Ingo Brückl)
  • Fix debug message. (Ingo Brückl)
  • Allow applying a semantic stylesheet without reflow. This is a prerequisite to be able to set a current stylesheet that can be applied later. (Ingo Brückl)
  • Cosmetic: Adjust indent. (Ingo Brückl)
  • Fix stylesheet settings dialog. Selecting a stylesheet and pressing OK didn't have any effect so far. It now sets the current stylesheet (as promised in the explanation text). (Ingo Brückl)
  • Fix explanation text of stylesheet settings dialog. Distinguish between "current" (i.e. set) and "default" (i.e. fallback) stylesheet. (Ingo Brückl)
  • Don't suddenly use a different expression for "Semantic Item". (Ingo Brückl)
  • Don't use string constant to name the stylesheet. Use the symbolic constant instead. (Ingo Brückl)
  • Improve usability of Semantic Stylesheets dialog. Show the current stylesheets by activating them in the combo boxes. (Ingo Brückl)
  • Simplify semantic stylesheets code. Replace three almost identical callback functions by one. (Ingo Brückl)
  • Danish (da) L10n from aputsiaq (Chris Leonard)
  • Dutch L10n fixes (Chris Leonard)
  • Arabic L10n fixes (Chris Leonard)
  • Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
  • British English (en_GB) L10n from Chris Leonard (Chris Leonard)
  • Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
  • Amharic L10n fixes (Chris Leonard)
  • Afrikaans L10n fixes (Chris Leonard)
  • Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard)
  • Remove model definition from .ui files. This is pointless, because it is set in the .cpp source anyway (and with a different column layout). (Ingo Brückl)
  • Remove model definition from .ui files. It is pointless, because it is set in the .cpp source anyway (and with a different column layout). (Ingo Brückl)
  • Remove renderer definition from GTK2 .ui file. This is needless, because a GtkComboBoxEntry already comes with a text renderer. (Ingo Brückl)
  • Remove the text column definition from the .cpp file. Put it into the .ui files instead. Moreover, a GtkComboBox with entry is only defined for GTK3 builds, so it is wrong to set entry-text-column starting with version 2.24. The GTK2 build uses a GtkComboBoxEntry which requires text-column to be set. This fixes a crash with pre-2.24 GTK builds when selecting an entry from the combo boxes. (Ingo Brückl)
  • Let defined image appear on button. (Ingo Brückl)
  • Set a minimum width for the find button. It is too small in the find dialog and far larger in the replace dialog else. (Ingo Brückl)
  • Dutch L10n from Pjotr Kan (Chris Leonard)
  • Fix bug 9325: font formatting of text surrounding footnotes and endnotes (Simon Larochelle)
  • Spanish L10n fixes (Chris Leonard)
  • Czech L10n fixes (Chris Leonard)
  • Remove defaults from GTK2 .ui file. (Ingo Brückl)
  • Clean up GTK2 .ui file. Let defined image appear on button. Sort properties. Comment translatable texts. Use proper constant names. (Ingo Brückl)
  • Wolof L10n fixes (Chris Leonard)
  • Vietnamese L10n fixes (Chris Leonard)
  • Quechua (Cusco-Collao) L10n upload (Chris Leonard)
  • Yiddish L10n fixes (Chris Leonard)
  • Zulu L10n upload (Chris Leonard)
  • Add new languages. (Ingo Brückl)
  • Clean up GTK2 .ui file. Add image to button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Fix layout bug. Give types list its maximum height. (Ingo Brückl)
  • Fix layout bug. Give list its maximum height. (Ingo Brückl)
  • Add image to button. (Ingo Brückl)
  • Fix invalid structure. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. (Ingo Brückl)
  • Add image to button. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Add image to button. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. Additionally, remove separator. (Ingo Brückl)
  • Remove defaults from GTK2 .ui files. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Brückl)
  • Add image to button. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Fix bug 13185: crash when erasing a line (Simon Larochelle)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Additionally, translate OK button by using a stock ID. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Let defined image appear on button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui files. Sort properties. Remove unneeded definitions. (Ingo Brückl)
  • German L10n fixes (Chris Leonard)
  • Bulgarian L10n fixes (Chris Leonard)
  • Ukranian L10n fixes (Chris Leonard)
  • Turkish L10n fixes (Chris Leonard)
  • Tamil L10n fixes (Chris Leonard)
  • clang warning: fix method overloading. (Hubert Figuière)
  • Fix a cast error found by clang (Hubert Figuière)
  • Return NULL instead of false. Found by clang. (Hubert Figuière)
  • non-const override for const version. Found by clang. (Hubert Figuière)
  • Fix self assign found by clang (Hubert Figuière)
  • with -Wextra in clang). See bug 13350 to reenable it. (Hubert Figuière)
  • Fix extra parenthesis (clang warning) (Hubert Figuière)
  • Fix self assignment (clang warning) (Hubert Figuière)
  • Nepali L10n fixes (Chris Leonard)
  • Remove defaults from GTK2 .ui files. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Add image to button. Sort properties. Remove unneeded definitions. Additionally, tag formula as non-translatable (just as a reminder, doesn't have an effect). (Ingo Brückl)
  • Fix warnings: comparison of signed and unsigned integers (Simon Larochelle)
  • Remove defaults from GTK2 .ui files. Note: These files aren't yet used. (Ingo Brückl)
  • Disable RDF context menu. It isn't yet implemented. (Ingo Brückl)
  • Disable toolbar entry. It isn't yet implemented. (Ingo Brückl)
  • Disable RDF context menu. It isn't available without libebook and libecal (Evolution Data Server). (Ingo Brückl)
  • Cosmetic: Don't put statement on the same line. (Ingo Brückl)
  • Clean up GTK2 .ui file. Add image to button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Remove pointless properties. The label text is set without markup. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. Additionally, add shadow_type to GtkScrolledWindow. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. Additionally, add shadow_type to GtkScrolledWindow and improve some spacings. (Ingo Brückl)
  • Use setLabelMarkup() and restore properties. This seems to be common practice for this type of dialogs. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Fix localization bug. (Ingo Brückl)
  • Fix wrong button. The button accepts the selection. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Improve Plugin Manager dialog layout. Increase height and reduce width. Add image to button. (Ingo Brückl)
  • Fix bug 10802: check that no section is empty when loading a document (Simon Larochelle)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. (Ingo Brückl)
  • Improve Zoom dialog layout. Add some spacing. (Ingo Brückl)
  • Clean up GTK2 .ui file. Add image to button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Brückl)
  • Chiga L10n upload (Chris Leonard)
  • Breton L10n from Denis Arnaud (Chris Leonard)
  • Chinese (China) L10n fixes (Chris Leonard)
  • Swiss German L10n fixes (Chris Leonard)
  • Swedish L10n fixes (Chris Leonard)
  • Conform localization method. Actually, almost all our widgets contain a label and we localize it without removing. (Ingo Brückl)
  • Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. Additionally, remove adjustments, because they are created in the .cpp file, and the separator. (Ingo Brückl)
  • Remove one of two almost identical .ui files. Add different handling (of only one button) to the .cpp file. Additionally, remove unused code. (Ingo Brückl)
  • Improve Stylist dialog layout. Add shadow_type to GtkScrolledWindow. (Ingo Brückl)
  • Prettify dialogs. Remove separator. (Ingo Brückl)
  • Add new language. (Ingo Brückl)
  • Improve usage information of update.pl script. (Ingo Brückl)
  • Update German po file. (Ingo Brückl)
  • Update option --maintain of update.pl script. (Ingo Brückl)
  • Tag strings as "not translatable". This is just for cosmetic reasons (and a reminder). (Ingo Brückl)
  • Tag strings as "not translatable". This is just for cosmetic reasons (and a reminder). (Ingo Brückl)
  • Fix wrong usage of setLabelMarkup(). These labels are simple texts, no markup included. (Ingo Brückl)
  • Fix wrong usage of setLabelMarkup(). These labels are simple texts, no markup included. (Ingo Brückl)
  • Enhance Latex dialog. (Ingo Brückl)
  • Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
  • Polish L10n fixes (Chris Leonard)
  • Slovak L10n fixes (Chris Leonard)
  • sr@latin L10n fixes from cjl (Kathiravelu Pradeeban)
  • Add mnemonic to top level menu item RDF. (Ingo Brückl)
  • Fix bug 13296: copy/paste of LibreOffice tables (Simon Larochelle)
  • Fix bugs 13304 & 13305: table dialog issues (Simon Larochelle)
  • Install icon in right directory. Additionally, make the directory configurable and rename icon. This closes bug 11510. (Ingo Brückl)
  • Fix trivial crasher. (Jean Bréfort)
  • Fix some labels used as caption. (Ingo Brückl)
  • Scale all images when using cairo (GTK) (Simon Larochelle)
  • Fix bug 13356: numerical props should be encoded using english locale (Simon Larochelle)
  • Luganda L10n upload (Chris Leonard)
  • Esperanto L10n fixes (Chris Leonard)
  • Croatian L10n fixes (Chris Leonard)
  • Swahii L10n upload (Chris Leonard)
  • Acholi L10n upload (Chris Leonard)
  • Bahasa Melayu L10n fixes (Chris Leonard)
  • Galician L10n fixes (Chris Leonard)
  • Portuguese (pt_PT) L10n fixes (Chris Leonard)
  • Greek L10n fixes (Chris Leonard)
  • Estonian L10n fixes (Chris Leonard)
  • Thai L10n upload (Chris Leonard)
  • Hungarian L10n fixes (Chris Leonard)
  • Akan (Twi Asante) L10n upload (Chris Leonard)
  • Danish (da) L10n from aputsiaq (Chris Leonard)
  • Spanish L10n fixes (Chris Leonard)
  • Add new languages. (Ingo Brückl)
  • Fix r31145. Variable $prefix isn't set until the end of the configure script. (Ingo Brückl)
  • Galician L10n from Miguel Bouzada (Chris Leonard)
  • French L10n fixes (Chris Leonard)
  • Only check for matching versions if champlain is actually present. Additionally, change some message texts cosmetically. (Ingo Brückl)
  • Khmer L10n upload (Chris Leonard)
  • Mandinka L10n upload (Chris Leonard)
  • Basque L10n fixes (Chris Leonard)
  • Pashto L10n upload (Chris Leonard)
  • Brazilian Portuguese L10n fixes (Chris Leonard)
  • Norwegian Bokmal L10n fixes (Chris Leonard)
  • Albanian L10n fixes (Chris Leonard)
  • Sardinian L10n fixes (Chris Leonard)
  • Serbian L10n fixes (Chris Leonard)
  • Norwegian Nynorsk L10n fixes (Chris Leonard)
  • Russian L10n fixes (Chris Leonard)
  • Romanian L10n fixes (Chris Leonard)
  • Add new language. (Ingo Brückl)
  • Cosmetic: Arrange alphabetically. (Ingo Brückl)
  • Add missing template. Additionally, arrange alphabetically. (Ingo Brückl)
  • Dutch L10n from Pjotr Kan (Chris Leonard)
  • Malagasy L10n fixes (Chris Leonard)
  • Macedonian L10n fixes (Chris Leonard)
  • Lojban L10n upload (Chris Leonard)
  • Lithuanian L10n fixes (Chris Leonard)
  • Spanish L10n fixes (Chris Leonard)
  • Chinese (China) L10n ffrom lite (Chris Leonard)
  • Korean L10n fixes (Chris Leonard)
  • Indonesian L10n fixes (Chris Leonard)
  • Latvian L10n fixes (Chris Leonard)
  • Italian L10n fixes (Chris Leonard)
  • Japanese L10n fixes (Chris Leonard)
  • Kurdish L10n fixes (Chris Leonard)
  • Zulu L10n fixes (Chris Leonard)
  • Irish L10n fixes (Chris Leonard)
  • Kazakh L10n fixes (Chris Leonard)
  • Dutch L10n from Pjotr Kan (Chris Leonard)
  • Bamanakan L10n upload (Chris Leonard)
  • Finnish L10n fixes (Chris Leonard)
  • Fulah L10n fixes (Chris Leonard)
  • Belarusian L10n fixes (Chris Leonard)
  • Chinese (Hong Kong) L10n fixes (Chris Leonard)
  • Catalan L10n fixes (Chris Leonard)
  • Chinese (Taiwan) L10n fixes (Chris Leonard)
  • Belarusian-latin L10n fixes (Chris Leonard)
  • Asturian L10n fixes (Chris Leonard)
  • Hebrew L10n fixes (Chris Leonard)
  • Clear character style with ctrl-space (in addition to font properties) Fix bugs in FV_View::resetCharCharFormat and in pt_PT_InsertSpan (Simon Larochelle)
  • Chinese (Taiwan) L10n from YuanChao (Chris Leonard)
  • Albanian L10n from Besnik Bleta (Chris Leonard)
  • Galician L10n from Miguel Bouzada (Chris Leonard)
  • Fulah L10n from Ibrahima Saar (Chris Leonard)
  • Fix "=+" to "+=" (Martin Sevior)
  • Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
  • Remove UT_String (Hubert Figuière)
  • Spanish L10n from F Serrador (Chris Leonard)
  • Changed tableLayout to accomodate header information (tnkk)
  • Revert wrong commit (tnkk)
  • Revise the language descriptions. Don't add a country (in parentheses) if there is only one language entry (and it's the main dialect). If there is a specification in parentheses, refer to the country code rather than to geographical or descriptive information. Add other information such as variant information solely by using a comma. (Ingo Brückl)
  • Fix two language descriptions. (Ingo Brückl)
  • Fix bug and minor issue in encoding descriptions. (Ingo Brückl)
  • Improve Encoding dialog layout. (Ingo Brückl)
  • Improve Language dialog layout. (Ingo Brückl)
  • Fix a dialog caption. (Ingo Brückl)
  • Dutch L10n from Pjotr Kan (Chris Leonard)
  • Nepali L10n fixes (Chris Leonard)
  • Fulah L10n from Ibrahima Saar (Chris Leonard)
  • Example script to create a changelog for a particual release. Part of the release process I will share in a bit. (Marc Maurer)
  • Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
  • Slovak L10n from Jaroslav Ryník (Chris Leonard)
  • Remove separator bar above buttons in message boxes. This is default in GTK+ 3 (the option has been removed). (Ingo Brückl)
  • Remove some unnecessary ellipses. (Ingo Brückl)
  • Fulah L10n from Ibrahima Saar (Chris Leonard)
  • Slovak L10n from Jaroslav Ryník (Chris Leonard)
  • Chinese (Hong Kong) L10n from wwycheuk (Chris Leonard)
  • Chinese (Taiwan) L10n from wwycheuk (Chris Leonard)
  • Chinese (China) L10n from lite (Chris Leonard)
  • Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
  • Galician L10n from Miguel Bouzada (Chris Leonard)
  • Fix spacing in Latex dialog. (Ingo Brückl)
  • Fix minor issues in Encoding dialog. (Ingo Brückl)
  • Fix dialog captions. (Ingo Brückl)
  • Center all modal windows on their parent. Additionally, fix minor issues like adjusting the size and, usually, removing the separator bar above buttons (for GTK2 only). (Ingo Brückl)
  • Fix dialog labels and captions. (Ingo Brückl)
  • Center all modal windows on their parent. Additionally, fix minor issues like spacing and resizing and, usually, removing the separator bar above buttons (for GTK2 only). (Ingo Brückl)
  • Remove pointless call. The window position is specified in the .ui files. (Ingo Brückl)
  • Center modal window on its parent. Additionally, fix a minor spacing issue. (Ingo Brückl)
  • Center modal window on its parent. Additionally, fix minor spacing issues. (Ingo Brückl)
  • Position settings windows at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issues. (Ingo Brückl)
  • Fix window position for Zoom dialog. It's modal. (Ingo Brückl)
  • Remove GtkDialog property "visible" (set to True) from GTK2 .ui files. Setting this property prevents (at least on GTK2) the XSizeHints flag PPosition for the window manager from getting set which is done by GTK when changing the property "window-position". As a result, the window won't be properly positioned. (Ingo Brückl)
  • Fix breaking of tables (Simon Larochelle)
  • Czech L10n fixes, correct encoding conversion errors (Chris Leonard)
  • Danish (da) L10n from aputsiaq (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Punctuation tweaks (Chris Leonard)
  • Remove GtkDialog property "modal" (set to True) from GTK2 .ui files. This is pointless, because it's coded whether a dialog runs modally or not. (Ingo Brückl)
  • Fix some captions in dialogs. (Ingo Brückl)
  • Adjust Columns dialog layout to common style. (Ingo Brückl)
  • Adjust Styles (new/modify) dialog layout to common style. (Ingo Brückl)
  • Center modal Tab dialog on its parent. Additionally, fix minor spacing issue and use normal label for lbDefaultTab. (Ingo Brückl)
  • Position dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issue. (Ingo Brückl)
  • Position Stylist dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issue. (Ingo Brückl)
  • Center modal Styles dialog on its parent. Additionally, fix minor spacing and shadow issue. (Ingo Brückl)
  • Center modal Spell dialog on its parent. (Ingo Brückl)
  • Position Semantic Stylesheets dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Brückl)
  • Fix minor spacing issue. (Ingo Brückl)
  • Fix minor spacing issue. (Ingo Brückl)
  • Remove the separator bar above buttons (for GTK2 only). (Ingo Brückl)
  • Center modal Page Setup dialog on its parent. (Ingo Brückl)
  • Center modal Page Numbers dialog on its parent. Additionally, fix minor spacing issue. (Ingo Brückl)
  • Center modal Options ColorSel dialog on its parent. (Ingo Brückl)
  • Center modal New dialog on its parent. (Ingo Brückl)
  • Position Mail Merge dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Brückl)
  • Center modal HdrFtr dialog on its parent. (Ingo Brückl)
  • Position Goto dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issue. (Ingo Brückl)
  • Position Format TOC dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Brückl)
  • Position Format Table dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Brückl)
  • Position Format Frame dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Brückl)
  • Center modal Break dialog on its parent. Additionally, fix minor spacing issue. (Ingo Brückl)
  • Position Border Shading dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor expanding issue. (Ingo Brückl)
  • Fix bug in Goto dialog .ui file. There were no scrolled windows for RDF links and annotations, making the dialog window grow with the number of entries. Please port to GTK3 .ui file. (Ingo Brückl)
  • Polish L10n from marcinu (Chris Leonard)
  • Hungarian L10n from Gabor Kelemen (Chris Leonard)
  • Bug 12264 - Revert trunk@30914 (Hubert Figuière)
  • Nepali L10n from Niraj Paudel (Chris Leonard)
  • Set default width for Stylist dialog. (Ingo Brückl)
  • Make mouse wheel scrolling work (gtk backend). (Jean Bréfort)
  • Bump to 2.9.3 (Hubert Figuière)

Import/Export

Office Open XML

  • Libraries into *LIBADD and not *LDFLAGS (Fridrich Strba)
  • Fix some weird test. (Hubert Figuière)

OpenDocument

  • Bug 12716: revert a change for bug 10627 that cause a stack smash. (Hubert Figuière)
  • Bug 13176: our URL escaping is buggy. Use libxml instead. This allow the document (Hubert Figuière)
  • Bug 12754: if there is no mimetype but a content.xml, just have a confidence SOSO (Hubert Figuière)
  • Bug 12754: Fix breakage with previous attempt to fix Bug 12754: (Hubert Figuière)
  • Faster RDF selections, gtk3 font dialog startup fix for machines with many fonts, good initial work on ODF accepting the optional annotation-end to associate a range with annotations instead of a single point. You can now click on the (1) markers for annotations to edit them and thus edit annotations that are for a single point such as those saved by OO/LO. (Ben Martin)
  • More warning fixage (Hubert Figuière)
  • Fix more warnings (non-debug mostly) (Hubert Figuière)
  • Slight change in namespace definition. (Ben Martin)
  • Metadata are now pure std::string. (Hubert Figuière)
  • PL_FmtStruxHandle -> fl_Container* (Hubert Figuière)
  • DataItems are now stored in a std::map<>. No longer use a void *. This also fix a memory leak that I suspect was in the string map. (Hubert Figuière)
  • RDF Semantic Items for GTK3 build. (Ben Martin)
  • Warning fix (Hubert Figuière)
  • Fix 13181: Missing file extention for svg images (Tanya Guza) (Marc Maurer)
  • Fix 12310: ODF, tracked changes info shown at start of document (Tanya Guza) (Marc Maurer)
  • Bug 12206 - date-format in ODF annotation. (Hubert Figuière)
  • Fix export of frame objects to ODe 1) fix a crash during copy to clipboard 2) replace asserts with if tests: some frame properties are not always defined (Simon Larochelle)
  • Add back an assert removed in rev. 30775 (Simon Larochelle)

Plugins

MS Write

  • Fix compiler warnings. This fixes "unused parameter" and "suggest braces around empty body" warnings when compiling without enabling debug. (Ingo Brückl)
  • Fixed build (Jean Bréfort)
  • Revise debug output for fonts. Enumerate by starting from zero which matches the debug output for ftc. (Ingo Brückl)
  • Fixed reuse-after-free error. (urmaslt)
  • Revert r30527. There is no error. The property exists as long as the importer class exists. (Ingo Brückl)
  • Fixed reuse-after-free error, v2. Attemps to revert without discussion will be considered a vandalism. (urmaslt)
  • Properly fix the default codepage. see previous revisions and before. (Hubert Figuière)
  • Revert back to r30532 (from r30529). Other patches since were undiscussed and not approved. (Ingo Brückl)
  • Replace fprintf() and perror() by UT_WARNINGMSG. (Ingo Brückl)
  • Improve definition and output of read_pic() warning messages. (Ingo Brückl)

GNOME Office

  • Make SVG snapshots of charts (Jean Bréfort)
  • Bug 13247 - Fix glib headers. Patch by Funda Wang (Hubert Figuière)
  • Bug 13361 - Fix Gtk3 warnings in goffice. (Hubert Figuière)

Collaboration

  • Make goffice plugin work again and fix the collab accounts dialog. (Jean Bréfort)
  • Bug 13217 - refactor gtk2 / gtk3 frontend. (Hubert Figuière)
  • Bug 13219 - fix collab on Gtk2. (Hubert Figuière)
  • Bug 13219 - Fix collab for gtk2: missing (Hubert Figuière)
  • Bug 13218 - rename the glade files to .ui (Hubert Figuière)
  • Fix a memory leak (Hubert Figuière)
  • fix build breakage (Hubert Figuière)
  • PL_DocStruxHandle -> pf_Frag_Strux* (Hubert Figuière)
  • Fix various memory leaks (Hubert Figuière)
  • Fix to build with [-Werror=format-security]. Patch from Debian, by Dmitri Smirnov. (Hubert Figuière)
  • Warning fixes. (Hubert Figuière)
  • Fix bug 13317: MSVC 2008 Build Error : abicollab_export.cpp (Marc Maurer)
  • Fix format warnings (clang) (Hubert Figuière)
  • Fix return of bool when pointer is expected (clang found this) (Hubert Figuière)
  • Reverted wrong commit. (tnkk)
  • Removed remaining extra white spaces. (Jean Bréfort)
  • Revert r31230 (tnkk)

Interface

Mac OSX

  • Fix bug 12183: Generated PDF contains lower quality images. I hope I did the OSX port correct, as I can't test it. The Win32 cairo branch probably needs a similar fix. A patch against 2.8.x has been attached to the bugreport. (Marc Maurer)
  • [mac] Fix build break Please, compile on 64bits too! :-) (fidencio)
  • Missing header on Mac (Hubert Figuière)
  • Fix build if spelling is disabled (Hubert Figuière)
  • Make sure CGFloat is defined Make sure the we use the right controller interface (Hubert Figuière)
  • Missing IBAction (Hubert Figuière)
  • Fix build with older SDK: -don't use fast enumeration -alternative new APIs Also fix several leaks in the enumeration. (Hubert Figuière)
  • Warning fixes 64-bits fixes (Hubert Figuière)
  • Fix build with spell disabled, again. (Hubert Figuière)
  • Fix dialogs due to internal API changes. (Hubert Figuière)
  • Bug 9287 - stop using the wrong enumStyles() on MacOS. (Hubert Figuière)
  • Bug 1434 - rename ap_Toolbar_Icons to xap_Toolbar_Icons as they (Hubert Figuière)
  • Fix warnings (Hubert Figuière)
  • Fix missing include. (Hubert Figuière)
  • Fix warnings (Hubert Figuière)
  • Revise captions in dialogs. Use colon only in captions for entry fields and selection lists (i.e. where user input is expected). Use capitalized captions by default throughout. Avoid verbs (imperatives) in captions. Additionally, revise some texts and remove unused strings. (Ingo Brückl)
  • Set locale territory to "" instead of "US" when none is available (Simon Larochelle)
  • Revert rev. 31219 (Simon Larochelle)
  • Don't change adjustment for the X-scrollbar when not needed. Hopefully fix #13355. Also removed extra spaces at end of lines in src directory. (Jean Bréfort)

Internationalization

  • Update Spanish translation (Fco. Javier Fdez. Serrador) (Marc Maurer)
  • Update kk translation (Baurzhan Muftahidinov) (urmaslt)
  • Improve po documentation. Explain in brief what needs to be done to update a translation of a single language. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Enable translation of labels in Go To dialog. These labels were hard-coded and untranslatable so far. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Enable translation of labels in RDF Query dialog. These labels were hard-coded and untranslatable so far. (Ingo Brückl)
  • Enable translation of help text in RDF Query and Editor dialogs. Move the text portion that should be translatable from the ui file to the code and insert it into the text buffer there. (Ingo Brückl)
  • Enable xgettext msgctxt hints. This is, because the same English expression may need different translations depending on the context. The syntax for such a hint is //xgettext:msgctxt (i.e. a comment behind the string dcl). (Ingo Brückl)
  • Set msgctxt for FIELD_Document_Subject and DLG_RDF_Query_Column_Subject. This allows different translations for them. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Enable translation of menu items in RDF Editor dialog. Do so by using stock ids instead of labels. (Ingo Brückl)
  • Enable translation of labels in RDF Editor dialog. These labels were hard-coded and untranslatable so far. Additionally, add three dots to menu items raising a dialog. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Enable translation of RDF Query and Editor status lines. These texts were hard-coded and untranslatable so far. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Fix German translation. (Ingo Brückl)
  • Enable translation of name of new semantic item (class "Contact"). This was hard-coded and untranslatable so far. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Fix appearance of Semantic Item Insert Reference Dialog window. Increase default width of window so that its title will fit. Revise GTK2 .ui file to match GTK3 .ui file's appearance. Set window icon. Enable translation of labels and texts. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Update German translation. Additionally, remove all obsolete #~ messages. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Fix German translation. (Ingo Brückl)
  • Fix appearance of Semantic Stylesheets Dialog window. Set window icon and title. Enable translation of title. (Ingo Brückl)
  • Enable translation of labels in RDF stylesheet dialog. These labels were hard-coded and untranslatable so far. Additionally, give labels a reasonable id. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Fix German translation. (Ingo Brückl)
  • Enable translation of stylesheets names in RDF stylesheet dialog. These names were hard-coded and untranslatable so far. Moreover, the internal (English) stylesheet name was presented to the user. Improve usability by separating the internal name from the presented one and present translated names only. Remove the combo box items from the .ui files and add them using XAP_appendComboBoxText(). (Ingo Brückl)
  • Update and fix German translation. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Restore abi-backport-all script. It only is needed for translation statistics by dumpstrings.pl and completely useless for every other purpose. (Ingo Brückl)
  • Update German translation file's header fields. (Ingo Brückl)
  • Update German translation. (Ingo Brückl)
  • Remove commented texts that are subject to translation. (Ingo Brückl)
  • Remove defaults from GTK2 .ui file. Additionally, remove texts that are subject to translation. (Ingo Brückl)
  • Enable translation of button label. This label was hard-coded. (Ingo Brückl)

MS Write

  • - Replaced stdio debug output with UT_DEBUGMSG. - Implement proper error handling when converting single-byte characters, and correct translation of multibyte characters for corresponding codepages. (urmaslt)
  • - Added translation table for names of standard FE fonts, as Abiword cannot use localized font names. - Added automatic codepage detection for standard FE fonts. (urmaslt)