239063 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
nros
|
bd1ed74d8c |
Update abiword-plugins to version 3.0.1nb1.
Packaged for pkgsrc-wip by nros. |
||
leot
|
1c6ec6ab8e | Updated net/dante to 1.4.1 | ||
leot
|
81b9963d27 |
Update net/dante to dante-1.4.1.
Changes: *** *** Wednesday, September 3, 2014 -- Dante v1.4.1 *** o Fixed configure problem with detection of libc.so on recent FreeBSD versions. Problem report and testing by Mikhail <mp39590@gmail.com.example.com>. o Fixed problem in configure test used for figuring out which buffer in an IPC socket is used for determining bytes that can be buffered. Should fix problem on FreeBSD. Diagnosed in detail by Mikhail <mp39590@gmail.com.example.com>. Also reported by Carlos Jacobo Puga Medina <cpm@fbsd.es.example.com>. o Fixed bug in handling of buffered GSSAPI data. o Added keywords for specifying that only IPv4 or IPv6 should be used on internal or external interfaces. o Fix bug that prevented external.rotation: same-same from working correctly. Reported by Alexander.V.Makkoveev (makkoveev@gmail.com.example.com). o AIX 6.1 compilation fixes. o NetBSD 6.1.3 gethostbyaddr() configure fix. Problem reported by Anthony Howe <achowe@snert.com.example.com>. o Use wait3(2) rather than wait4(2), as the latter (implemented as a wrapper on Solaris) has a bug on Solaris in the handling of the WAIT_ANY value. This is -1 traditionally, but on Solaris wait4(2) is expecting it to be the value 0. This change also fixes a similar problem on AIX. o Remove extra CRLF from CONNECT request, as in patch submitted by "Dyson, Brian J" <Brian.Dyson@ca.com.example.com>. *** *** Monday, November 18, 2013 -- Dante v1.4.0 *** o Older syntax for setting the socket buffer sizes via socket.recvbuf.udp, socket.sendbuf.udp, socket.recvbuf.tcp and socket.sendbuf.tcp options have been deprecated and replaced with the more general API for setting socket options. "socket.recvbuf.udp" can now be set by "<interface-side>.udp.so_rcvbuf" "socket.sendbuf.udp" can now be set by "<interface-side>.udp.so_sndbuf" "socket.recvbuf.tcp" can now be set by "<interface-side>.tcp.so_rcvbuf" "socket.sendbuf.tcp" can now be set by "<interface-side>.tcp.so_sndbuf" <interface-side> refers to either "internal", for Dante's internal interface(s), or "external", for Dante's external interface(s). o socks-rules now require a "socks" prefix (like client-rules require a "client" prefix), and the socks "method" keyword has been renamed to "socksmethod". o The "socksmethod" keyword can now be set in client-rules too. It is used to override the default preference for what socksmethod to select for which clients addresses, making it possible to by default e.g., have the preference "gssapi username none", but for some client-ranges have a different preference, e.g., "none username gssapi". Normally there is no need to use set this keyword in a client-rule. o Fallback to direct (non-proxy) routes now defaults to off in the client, as well as in the server. To keep previous behaviour in the client, with direct route fallback for destinations with no matching route, set SOCKS_DIRECTROUTE_FALLBACK to "yes" in the environment, or ./configure with --enable-drt-fallback. Direct fallback is enabled if there are no routes configured (as is usually the case in a server configuration), and disabled otherwise. o IPv6 is now supported in the server. Standard IPv6 address syntax is used for addresses, with the addition of the special address "0/0" used for matching both all IPv4 and all IPv6 addresses. o New "monitor" object added. Syntax is similar to rules and routes, but instead of applying to individual sessions, it applies to all sessions currently matching the addresses to monitor. This can be used for monitoring network anomalies related to too little data being transferred or too many disconnects occurring, triggering alarms if detected. o Possibility to configure system errors and DNS-errors for special logging in certain cases (when connecting and performing hostname resolving). o More aggressive regarding how many processes to fork when starting and how many processes to reserve for future clients. o Added new log keyword: "tcpinfo". Used to report more extensive statistics about sessions, including TCP_INFO on supported platforms. o SIGINFO/SIGUSR1 output is now logged at level "info" instead of level "debug". o SIGHUP code rewritten. Should function considerably better in environments were SIGHUP is, for whatever reason, sent an excessive amount of times every second. o Default for the maximum number of clients an i/o process can handle has been increased from 8 to 32. o Improved UDP compatibility by sending appropriate ICMP unreachable errors to clients and targets, if running with the appropriate privileges (typically, root is required for this). Makes it possible for a client or target to be notified that a UDP packet it wanted the Dante server to forward was not forwarded. o Reduction in memory consumption at the expense of allocating extra memory dynamically in the very rare, perhaps non-existing, cases where the extra memory is needed. o The default timeout for TCP i/o (timeout.io.tcp) has been changed from 84000 to 0. 0 means use the kernels default, which in most cases will mean no timeout. See UPGRADE for more information. o The session module has been merged with the mainstream Dante code, and has also been extended to support the following new features: - connection throttling (number of new sessions accepted per second). - state-keys. Two state keys are currently supported: - per-IP address. - per-hostid (hostid is supported on certain platforms, with certain kernel patches, with certain clients). The syntax has also changed (see UPGRADE). See the manual for more information about the new features. o Code used for finding the correct outgoing address to bind when external.rotation is set to "route" replaced with much simpler, but hopefully equally (or better) functioning code. Idea taken from Quagga. o Use getpassphrase() rather then getpass() to obtain password for username authentication when available. Avoids 9 character limit on Solaris. Suggested by Albert Fluegel <af@muc.de.example.com> o Use sqrt() rather than sqrtl() in stddev calculation, as sqrtl() is not available on some platforms (such as FreeBSD 7.2). Problem reported by Rudolf Polzer <rpolzer@one-it.de.example.org>. o If the authentication method used was RFC931 (ident), the username was not always logged when it should be. Reported by Gregory Charot (EVENIUM) <gcharot@evenium.com.example.com>. o Syntax checking has been improved to better detect invalid or likely incorrect server configurations. This can result in some configurations that have previously been accepted or accepted with warnings by Dante, to now cause an error on startup, preventing the Dante server from starting up until the configuration error has been fixed. o Fixed compilation on OpenBSD with compilers not supporting -Wbounded. Problem report and testing by Mikael More <mikael.more@gmail.com.example.com>. o GSSAPI "clear" is no longer enabled by default, as it is not part of the SOCKS GSSAPI standard per se. o external.rotation was not handling non-IPv4 target addresses correctly. Reported and diagnosed by Rudolf Polzer <rpolzer@one-it.de.example.com>. o The "--disable-libwrap" option has been renamed "--without-libwrap". o Fixed bug that would cause the following warning to sometimes be erroneously reported: "warning: accept(2) failed: Resource temporarily unavailable" o SIGINFO log information extended to include information about i/o buffer status and as well as UDP packet latency. o Real-time scheduling priority settings and CPU affinity settings made available in sockd.conf. See https://www.inet.no/dante/files/dante_realtime_preview.pdf for a performance analysis done in relation to these new features. o General API for setting socket options on sockets used by Dante made available in sockd.conf. o Support for cross compilation of client library for Android (system name 'arm-linux-androideabi'). Testing and analysis by Yoav Weiss <weiss.yoav@gmail.com.example.com>. o Problem with sockd.init generation in dante.spec fixed. Reported by Luiz Gustavo Nascimento <luizgn@gmail.com.example.com>. *** *** Thursday, August 4, 2011 -- Dante v1.3.2 *** o Part of the possible resource optimization indicated in section 4.4 of the Dante 1.3.1 performance evaluation report (http://www.inet.no/dante/doc/1.3.x/dante_performance_1.3.1.pdf) has been implemented: scheduling new clients to the Dante process with fewest free slots available. o If a proxy server (socks, http, or upnp) is configured via environment variables, don't attempt to also parse any socks.conf files. o The "HTTP_PROXY" environment variable has been renamed to "HTTP_CONNECT_PROXY" to avoid conflict with HTTP proxies that do not support the HTTP CONNECT request. o Fixed an unintended change to ACL semantics regarding bind requests in Dante 1.2.3. Noted by Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>. Many thanks. o Fixed a bug regarding handling of cases where the ulimit for max number of files is unlimited. Reported and analyzed by Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>. o Fixed a bug introduced in 1.3.1 related to privileges during startup on Solaris. *** *** Tuesday, June 21, 2011 -- Dante v1.3.1 *** o Fixed a bug regarding handling of socks clients that do not follow the spec and start sending traffic data before request has been granted. o Fixed an error related to ACL on UDP-packets. If a given SOCKS client was allowed to send some UDP packets, in some cases packets from the same SOCKS client that should have been blocked were allowed. *** *** Tuesday, June 14, 2011 -- Dante v1.3.0 *** o Fixed a bug related to parsing the HTTP_PROXY environment variable. Problem reported by John Fletcher <john.fletcher@rd.bbc.co.uk.example.com>. Note that the format of the HTTP_PROXY variable has also changed. o Logfiles can now be added or changed in sockd.conf after startup. o The priority of proxy routes has changed, so that a SOCKS v4 route is now preferred over a SOCKS v5 route when both can be used, because v4 requests can be performed faster than v5 requests. o Support for a new module, providing LDAP based authorisation. Developed by Markus Moeller (markus_moeller at compuserve.com). Note that modules need to be purchased separately. See "http://www.inet.no/dante/module.html" for more information about Dante modules. o Resource requirements have been significantly reduced. Performance has also been improved. o When checking whether a username is member of a group, as used in in group-based authentication checks, also check against the primary groupname of the user, as listed in /etc/passwd or similar, rather than only against the entries in /etc/group or similar. Based on a patch from Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>. Thanks. o The socket buffer sizes can now be set in sockd.conf. The default value is 0, which lets the kernel choose the buffer sizes itself. o A new keyword has been added to the configuration files: "errorlog". The syntax is the same as for the "logoutput" keyword, but "errorlog" is used to specify how errors, and only errors, should be logged. The meaning of the "logoutput" keyword has not changed, and will still log errors if configured to do so. o "child.maxidle: yes" is now the default setting, meaning most idle sockd child processes will be terminated automatically. o A bug that prevented binding privileged ports in the client from working has been fixed. Bug reported by Christophe Réquillart <requillart@gmail.com.example.com> o Two new timeout parameters have been added to sockd.conf: - "timeout.connect": This controls how many seconds the server will wait for a connect initiated on behalf of the SOCKS-client to complete. The default is 30. Setting it to 0 will use the kernel default. - "timeout.tcp_fin_wait": This controls the equivalent of TCP FIN-WAIT-2. Note that FIN-WAIT-2 is a normal TCP state. Having many tcp connections stuck in this state does not indicate something is wrong, but it can create a resource problem for the kernel if there are too many of them. The default value is 0, meaning, let the kernel handle it as before rather than for Dante to time out sessions in this state. o "timeout.connect" is now supported also in socks.conf. The value overrides the default timeout when the client attempts to connect to the SOCKS server. o The different server timeouts (negotiate, connect, i/o) can now be set on a rule-by-rule basis, and not just globally for all rules. o The config.h variables MAX_ROUTE_FAILS and BADROUTE_EXPIRE can now set in the configuration files instead of at compile time. The new values are "route.maxfail" and "route.badexpire" and control how to handle bad routes (to e.g., a SOCKS/HTTP proxy server). o Support for a new value for the "external.rotation" keyword: "same-same". This will tell the Dante server to use the same address for outgoing connections as the address the SOCKS client was accepted on, i.e., one of the internal addresses. Based on a patch from Lysenko Konstantin <gshaud@gmail.com.example.com>. Thanks. o Fixed a bug where we could end up exiting if we got a SIGHUP at a point where we had no more free file descriptors, and thus could not reopen the sockd.conf. Problem reported by Mark Sinner <mark.sinner@db.com.example.com>. o The most time consuming part of the work performed by the request children (waiting for connect(2) to complete) has been moved to the i/o children. This should reduce the total number of sockd processes necessary to handle medium and higher loads, since the request children can only handle one client at a time, while the i/o children can handle many. o The "srchost" parameter "nomismatch" has been renamed to "nodnsmismatch", while "nounknown" has been renamed to "nodnsunknown". The "nodnsmismatch" and "nodnsunknown" functionality is now implemented internally in sockd, rather than via libwrap; there is no longer any dependency on libwrap ("tcp_wrappers") when using these options. o BSD authentication support on OpenBSD. o Option ordering in sockd.conf is now enforced, rather than just recommended. Server options now always have to come before rules and routes. o The file to write the pid to can now be specified on the command line using the "-p" option. o If TMPDIR is not set, temporary files will be created in the current working directory when sockd is started. If this fails, temporary files will be created in "/tmp" as before. o A 64-bit version of libdsocks is now built on 64-bit OpenSolaris machines. Should make socksify work with 64-bit applications. o Fix compilation on machines with Linuxthreads. Locking via Linuxthreads is however not supported. Problem report and testing by Nicolas VANHAUTE <nicolas.vanhaute@ac-clermont.fr.example.com> o Fix usage of negation operation in shell scripts causing problems for socksify when using Bourne shell on Solaris 8. Problem reported by Sebastian Kayser <skayser@opencsw.org.example.com>. o Size of byte and packet counters used for logging changed to 64 bits. o IBM Visual Age C/C++ V8 compilation fixes for AIX. Problem reported by Kieron Curtis2 <KCURTIS2@uk.ibm.com.example.com> *** *** Monday, March 21, 2011 -- Dante v1.2.3 *** o Fix problem introduced in version 1.2.1, causing the SO_REUSEADDR flag to not be set. Would cause problems during server restart if only the main process was killed. Thanks to Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com> for reporting this problem. o The regular expression for host and interface name parsing has been relaxed somewhat, allowing the use of some interface names and host names containing characters that were not allowed previously. Fixes problem reported by karesmakro <ipcop@it-connect-unix.de.example.com>, Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>, and <Adam.Barclay@barclayscapital.com.example.com>. o The traffic log format has been slightly extended and now includes complete information about all communication endpoints, for both normal usage and with server chaining. o Compilation fixes for older Linux distributions. o Fix bug where the Solaris capabilities were not correctly added/removed at all times. o Compilation fixes for AIX 6.1. Problem report and testing by Ville O Kesola <ville.kesola@fi.ibm.com.example.com> and Ralf Wenk <iz-dante-0910@hs-karlsruhe.de.example.com>. *** *** Tuesday, September 21, 2010 -- Dante v1.2.2 *** o Fix PAM bug introduced in v1.2.0 that would leak resources when using PAM. Also relax the code handling PAM concerning unknown msg_styles. o Set PAM_RUSER so that rhosts-based PAM authentication can work. o Wrapper for calling getsockopt(2) with SO_ERROR added. o Compilation fixes for AIX 6.1. Problem reported by Ralf Wenk <iz-dante-0910@hs-karlsruhe.de.example.com>. Note to Ralf Wenk: we have been unable to contact you on the email address you send from. *** *** Friday, May 28, 2010 -- Dante v1.2.1 *** o GSSAPI support is no longer disabled on Heimdal versions older than 0.8.0, which have no wrap/unwrap support for aes256-cts-hmac-sha1-96. The following krb5.conf configuration might be needed to ensure that AES-256 is not used: default_etypes = arcfour-hmac-md5 des3-cbc-sha1 des-cbc-crc des-cbc-md5 default_etypes_des = des-cbc-crc des-cbc-md5 Problem analyzed by Markus Moeller <markus_moeller at compuserve.com>. o Code for shutting down idle sockd processes put back and can be enabled again, if desired. It is not recommended for busy servers however as performance may be slightly degraded. o Fix bug related to clients using MSG_PEEK and GSSAPI on Linux. Problem found by Markus Moeller <markus_moeller at compuserve.com>. o Don't print warning if accept(2) fails when started with the -N<k> option. When started with the -N option, it is expected that accept(2) will fail in 1/k of the cases. Instead just log a debug message about it. Should fix problem reported by Mark Sinner <mark.sinner@db.com.example.org>. o The fflush() wrapper function did not handle a NULL argument. Reported by "Kirby Zhou" <kirbyzhou@sohu-rd.com.example.org> and Victor Sologoubov <victor0@rambler.ru.example.org> o Fix libsocks upnpcleanup() linking problem when compiled without libminiupnpc. Problem reported by Kyle Thurow <krthurow@gmail.com.example.com> and Adam Prato <adam.prato@gmail.com.example.com>. o Assert failure related to message passing on some 64-bit architectures fixed. Problem reported by Soner Tari <soner@comixwall.org.example.com>. o The capi/socks.h file was not correctly installed. Problem reported by Soner Tari <soner@comixwall.org.example.com>. o Compilation fixes for OpenSuse 11.1. Problem reported by Markus Moeller (markus_moeller at compuserve.com). o Compilation fix for config_parse.y compilation without YYDEBUG. Problem reported by Markus Moeller (markus_moeller at compuserve.com). o Compilation fixes for AIX 6.1. Problem reported by Ralf Wenk <iz-dante-0910@hs-karlsruhe.de.example.com>. Tested by Marcel Augenstein. *** *** Tuesday, October 27, 2009 -- Dante v1.2.0 *** o Improvements to client thread compatibility. The client library should now be mostly thread safe. o Solaris privilege model support. Based on patch from Mayuresh Nirhali <Mayuresh.Nirhali@Sun.COM.example.com> & co. o Make support for the socks 5 version described in draft-5.05 be configurable. Before this was always enabled, but it breaks clients based on NEC socks code in some cases as they use the same bit to mean something completely different. A new option has been added to sockd.conf to enable it: "compatibility: draft-5.05". Unless explicitly enabled, the Dante server will not use the socks 5.05 draft specification. Problem found by Markus Moeller (markus_moeller at compuserve.com). o Don't leak username/passwords provided to us for local authentication to upstream proxy server when server-chaining. Error reported by Mathieu DELAPLACE <mathieu.delaplace@gmail.com.example.com>. o Fixed a bug/oversight that imposed an artificial limit on the number of sockd processes that could be created, even when the load required more. o Slight improvement of configuration parsing in an attempt to avoid confusing non-qualified hostnames with NIC interface names. o The default connect-timeout/negotiate-timeout has been reduced from 120 seconds to 30 seconds. The "connecttimeout" name has also been deprecated in favour of "timeout.negotiate". o Separate iotimeouts can be set for udp and tcp clients. The "iotimeout" object has also been deprecated in favour of "timeout.io". o New configure option: "--disable-drt-fallback". Used to disable the attempted automatic fallback to a direct route if there are no usable proxy routes. Default is, as before, automatic fallback. o Added a new option: "udp.connectdst". Controls whether the server should connect udp sockets to the destination. The default for this release is yes, which improves performance, but _may_ be incompatible with some udp-based application protocols. Please let us know if you experience problems with some applications no longer working. o Markus Moeller (markus_moeller at compuserve.com) contributed support for GSSAPI encryption/authentication (RFC 1961) to both the socks server and socks client. Many thanks to Markus for this and for a lot of help in testing it. o Fixed problem with connection close before accept on HPUX. Based on patch from Reine Persson <reine.persson@skatteverket.se>. o Support for SunOS 4 and Solaris 2.5.1 removed. o Added gethostbyaddr prototype for compilation on FreeBSD v6.2. Patch from "Igor Mozolevsky" <igor@hybrid-lab.co.uk>. o Fix getifa compilation problem on Solaris 8. Reported by "Thomas" <dante@birdhouse.ch.example.com>. o Patch from Markus Moeller (markus_moeller at compuserve.com), to limit the range of udp-ports used between the socks-client and the Dante server. o By default, try to auto-add direct routes for all addresses on the LAN. To disable it, set SOCKS_AUTOADD_LANROUTES to "no". o Fix bug that caused problems with certain combinations of bind(2)/accept(2)/close(2). Reported by Markus Moeller (markus_moeller at compuserve.com). o Fix bug that erroneously blocked the bind request from some clients. Reported by Markus Moeller (markus_moeller at compuserve.com). o Add support for environment variables SOCKS4_SERVER, SOCKS5_SERVER, HTTP_PROXY, and UPNP_IGD. If set, they specify the socks v4, socks v5 server, http proxy, or UPNP-enabled ID to use, without the need for a socks.conf. This should make it possible to run socksify with reasonable results even without a socks.conf, as long as one of these new environment variables are set correctly. o Auto-add direct routes for all gateways. Should make the client a little more user-friendly by not having to specify "direct" routes for the proxyserver any longer. o More fine grained marking of when to mark a proxy route as "bad" so that it will not be used again by the same client. Also add a new variable to config.h, MAX_ROUTE_FAILS, determining how many times a route can fail before being blacklisted. Default is one (same semantics as before there was a variable to control this). o Fix bug that could prevent password authentication from working on some systems. Spotted by Nathan Johnson <n.johnson@vanderbilt.edu.example.com>. o Add configure option --without-glibc-secure, which disables check for the glibc variable __libc_enable_secure. Creates undesired dependencies for packaging. Reported by Mathieu CHOUQUET-STRINGER <mathieu.chouquet-stringer@sgcib.com.example.com>. o New getifaddrs() compatibility function, taken from Heimdal-1.2.1. o (Open)Solaris sa_len compilation problem fixed. Reported by Markus Moeller (markus_moeller at compuserve.com). o New version of the BSD version of "external.rotation: route", from Christoph Badura <bad@bsd.de.example.com>. o Support for interface names in sockd rules, and in the destination address for socks routes. Should make it easier to set up direct routes for local lan in the client (specify all local interface names in route statements), and block connections to e.g. loopback addresses (specify the the loopback interface name in a block rule) in the server. o UPnP support in the client, using the miniupnp library by Thomas Bernard (http://miniupnp.free.fr/). UPnP is a protocol implemented by many home/small-business routers and adsl-modems. It allows you to dynamically open up ports on the router for accepting incoming connections, as well as figuring out what the external ipaddress of the router is. Dante uses this to make socksify of ftp/bittorent/etc programs work via the UPnP router. Note that only the miniupnp library with release date 2009/09/21 or later is expected to work with Dante. o Be less strict about bind in the client. The standards says it is expected that the client first performs a connect via the socks server, but it seems some/many socks servers support the client requesting a bind without a previous connect, so we assume that is the case in the client from now on. o Changed the magic bytes that indicate the client is requesting use of the Dante-specific bind extension from 0x00000000 to 0xffffffff, as part of the process to become less strict about the bind command requiring a previous connection. o Don't zero password in client if we read it from environment, or it will not work the next time the same client process tries to authenticate to the server. Found by Pavel Fedin <fedin@matek.ru.example.com>. That mail address no longer works. Please contact us if you have another address for Mr. Fedin. o Add support for "group:" syntax to rules, similar to "user:" statement. Requested by Don Harvie <donharvi@au1.ibm.com.example.com> o Close connection to PAM server each time we get an error-reply from it, fixing a bug. Patch from Robert Marcano <robert@marcanoonline.com.example.com>. o Incorrect assert fixed. Problem reported by "d binderman" <dcb314@hotmail.com.example.com>. o Log close of client-rule with correct command. Fixes bug reported by Tom Vandenbelt <tvandenb@au1.ibm.com.example.com>. o Update to autoconf 2.61 and libtool 1.5.26. |
||
nros
|
578621a40a |
Update abiword to version 3.0.1.
Packaged for pkgsrc-wip by Ottavio Caruso and nros. Changes found on homepage. Core: Bug 13564 - Fix crash in abw to HTML conversion. Uplifted from master (Hubert Figuière) Bug 13565 - Missing cdump.pl in the tarball. Uplifted from master (Hubert Figuière) Fix 13572: libabiword_init annotation is wrong (Daniel Narvaez ). Cherry-pick from trunk@33573. (Hubert Figuière) Fix 13548: Need method to hide/show rulers in the python bindings (Gonzalo Odiard ) Cherry-pick from trunk@33575. (Hubert Figuière) Fix comments that mention "AiksaurusABI_invoke" when a different name is involved. Bad cut and paste. No code change. (UPLIFT from trunk) (Hubert Figuière) Bug 13586 - We don't have a frame when printing. UPLIFTED from trunk (Hubert Figuière) Bug 13593 - Fix build issue with bison 3.0 Author: Dimitri John Ledkov (Hubert Figuière) Bug 13582 - Fix redraw region in custom widget. Cherry-picked from trunk@33870 and reworked for 3.0.x (Hubert Figuière) Bug 13585 - fix abi_widget_get_content annotation. from Danel Narvaez. Cherry-picked from trunk@33877 (Hubert Figuière) Bug 13596 - Fix extending selection with Ctrl+Shift+arrow key. Cherry-picked from trunk@33878. by jbrefort. (Hubert Figuière) Evolution needs to be 3.6 now Cherry-picked from trunk@33916 trunk@33921 (Hubert Figuière) Bug 11283 - Don't print slection background in tab runs [#11283]. Cherry-pick from trunk@33902. (jbrefort) with indent fixes (Hubert Figuière) Bug 13549 - Add a Gtk3 backend for Aiksaurus. Still needs to fix warnings, but seems things work. Cherry-pick from trunk@33959. By jbrefort (Hubert Figuière) Bug 13605 - Use GsfInputHTTP for URLs starting with "http://" or "https://". Helps with #13605 (also needs a fix in libgsf). Cherry-pick from trunk@33977. By jbrefort (Hubert Figuière) Fix linkage for libjpeg. (Hubert Figuière) Bug 13605 - Fix UT_go_url_resolve_relative(). Backport form trunk@33872. By jbrefort (Hubert Figuière) Fix an automake warning (Hubert Figuière) Added .docx as a default plugin. (Hubert Figuière) Fix crash when loading a file from abicommand. Cherry-pick from trunk@34036. From jbrefort. (Hubert Figuière) Fix all warnings of builtin aiksaurus-gtk3 library and don't use it whaen available from aiksaurus itself. Cherry-pick from trunk@34043. From jbrefort. (Hubert Figuière) Bug 13621 - Fix crash when editing an hyperlink with either NULL title or target. Cherry-pick from trunk@34128. By jbrefort (Hubert Figuière) Bug 13622 - Fix crash when dragging or resizing floating images Cherry-pick from trunk@34144. By jbrefort (Hubert Figuière) Bug 13624 - Fixed applying a format change to only a table column when using the format table dialog Cherry-pick from trunk@34145 by jbrefort. (Hubert Figuière) Make formatting tools work correctly when applied to a table column. Cherry-pick from trunk@34160. By jbrefort. (Hubert Figuière) Bug 11447 - Check --enable-plugins value. Extracted from trunk@34163. By jbrefort. (Hubert Figuière) Fixed configure when aiksaurus is not enabled. Cherry-pick from trunk@34226. By jbrefort. (Hubert Figuière) Bug 13638 - Don't crash when validating a color change in the background dialog, see #13638, comment #3. Cherry-pick from trunk@34396. By jbrefort (Hubert Figuière) Bug 13835 - Do not remember click type when scrolling (#13635). Cherry-pick from trunk@34410. By jbrefort (Hubert Figuière) Bug 13629 - Avoid crashes when loading a file with multiple text frames. Cherry-pick from trunk@34431. By jbrefort. (Hubert Figuière) Bug 13649 - Fix crash on empty hyperlinks in RTF files. Cherry-pick from trunk@34569. By jbrefort (Hubert Figuière) Fix crasher in font dialog. Cherry-pick from trunk@34689. By jbrefort. (Hubert Figuière) Fix a logic error: this is a sparse vector. Cherry-pick from trunk@34947 (Hubert Figuière) Bug 13682 - Fix theming support for ruler. Cherry-pick from trunk@34948 (Hubert Figuière) Bug 13683 - Replace GtkTable by GtkGrid to have the dialog properly sized. By jbrefort. Cherry-pick from trunk@34956 (Hubert Figuière) Fix the dtyle modify dialog. (Jean Bréfort) Gtk Graphics: fix a PangoFontDesc memory leak introduced in ABI-3-0-0-STABLE@34954 Cherry-pick from trunk@35024. (Hubert Figuière) Bug 12577 - new scalable icons and sizes. Also set an icon list for the window (to scale) Cherry-pick from trunk@35027. (Hubert Figuière) Gtk Background Dialog: properly get the color on close with the new color chooser widget. Cherry-pick from trunk@35029 (Hubert Figuière) Bug 12577 - Missing Makefile creation (Hubert Figuière) Gtk Dialogs Background and options: fix the color chooser. (Hubert Figuière) Gtk option dialog: fix the color selector for gtk3: We instantiate it manually instead of doing it in the UI file. This diverge from trunk. (Hubert Figuière) Gtk frame: shorter list of icon to make Gtk2 quiet. (Hubert Figuière) Bug 13689 - Fix initial focus. Cherry-pick from trunk@35044. By jbrefort (Hubert Figuière) Add doublebuffering support for most of the drawing to reduce flickering. (Andrei Sfrent) Some robustness fixes for lists. (Martin Sevior) fl_BlockLayout::_doInsertRDFAnchorRun() needs to create fp_RDFAnchorRun or else a text:meta right at the start of a text:p will assert violently. Of course, I have to update the code in that method and that class to be tailored to RDF instead of fp_AnnotationRun which it is based on. Thanks to Martin for the info on the Dummy run assertion I was getting! (Ben Martin) Updated ff localization by Ibraahiima Saar (Urmas) A little bit of restructure in there because we now have hyperlinks, annotations, and rdfanchors which all share the same fp_run class tree. RDF Anchors can now be highlighted and the annotation bubble for them shows their xmlid and how many RDF triples are associated with that part of the document. Still things to do with it, but a decent step in the right direction. Oh yeah, and a new menu item to turn on/off highlighting. (Ben Martin) Robustness fixes. (Martin Sevior) Updated Copyright year (Xun Sun) Fix crash attempting to import one of Marc's secret HTML documents from the command line. (Martin Sevior) Added some Portuguese characters. (13138) (Urmas) Allow backspace, delete and arrows again (Ben Martin) Some RDF D&D goodness. (Ben Martin) Do not show up in the File/Open dialog types, its confusing. (Ben Martin) Added missing printStyleTree method to IE_Exp_HTML for usage in other plugins (Volodymyr Rudyj) A few issues with double buffering and abicommand, in that mode there is no GUI so some asserts failed and some code would crash (selectclear). These new app variables shouldn't effect GUI programs but should help abicommand ones where dbl buffer is not needed. (Ben Martin) Unicode list labels fix. (Urmas) Removed use of deprecated GtkDialog::vbox (Volodymyr Rudyj) Fix 13129 Numbered Heading is turned into Numbered List (Martin Sevior) Don't create a painter when not needed. (Jean Bréfort) RDF marshaled into a \*\rdf section with rdf/xml in it inside RTF on the clipboard. Copy of triples from one document to another now works. (Ben Martin) The pl_ListenerCoupleCloser is designed to pass along start and end tags for objects which have only one tag in the selected range. This way copying a selection will result in a document with both start and end tags in it. See the class docs for more. Still tinkering on this a bit. (Ben Martin) Now tracking bookmark open and close elements too. (Ben Martin) The remains are in odf-2011-track-changes-git-svn/git-diff-2011-oct-3-cleaned.patch. Some code is added here but enclosed in #ifdef ODF_GCT guards to disable it until it is required for the ODF plugin. (Ben Martin) Absolute movement bugfix (Ben Martin) AbiCommand now allows multi process copy and paste, and has a "run" command to execute the gtk mainloop for X seconds. Some little things for win builds (Ben Martin) Bad things used to happen when there was an RDF Link but no triples at all. A simple guard to stop that from happening in SPARQL on empty RDF cases. (Ben Martin) On repeated copy and paste, do not just keep appending a new uuid to the end of the string. Instead, first remove the old uuid and then append the new one. This keeps xml:id values from continuously growing during repeated copy,paste,copy,paste,... cycles. (Ben Martin) const T& use in the header file which makes a warning in msvc. (Ben Martin) Reversed unwanted change in fv_ViewDoubleBuffering.cpp (Jean Bréfort) Removed revision toolbar buttons until proper icons are available. (Urmas) Do not include vertical fonts in the toolbar list. (Urmas) Don't use horizontal scroll bars (Hubert Figuiere) Scroll the list to the selected language. (Hubert Figuiere) Mismatch free() with g_strdup(). Seems to crash on Windows. (Urmas) Fixed an invalid write (valgrind). (Jean Bréfort) Fixed a double buffering related crasher and other details (Jean Bréfort) Better fix for the double buffering issue, hopefully. (Jean Bréfort) Fix bug 6511: Word count on selected lines is wrong (Simon Larochelle) (Marc Maurer) On linux, when I incorporate a frame image, the line breaks for the surrounding text are sometimes in the middle of a word. The patch makes sure that two static pointers do not inadvertently point to a newly created structure during the execution of fp_Textrun::split(). (Simon Larochelle) 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) Fix bug 7274: set caret position correctly after deleting a footnote (Simon Larochelle) Fix bug 12496: when applying style to a block, do not remove char styles. Also do not touch embedded structures and only remove span properties that were unnecessary with the old style. (Simon Larochelle) Fix bug 8187: Access of image dialog through top and context menus (Simon Larochelle) Fix warning (Simon Larochelle) Replace assert by function exit (Simon Larochelle) Fix assert firing when opening style dialog (Simon Larochelle) Initialize correctly a variable-size array (fix rev. 31392) (Simon Larochelle) Bug 13323 - Fix export for UT_strptime on Windows. (Hubert Figuière) Add Bamanakan language (Simon Larochelle) Cosmetic: Remove trailing whitespace from po perl scripts. (Ingo Brückl) Restrict unsafe constructs in update.pl perl script. (Ingo Brückl) Add languages to the UT_LangRecord table; also realign table (cosmetic) (Simon Larochelle) Correct spelling; arrange list in alphabetical order (Chris Leonard, Simon Larochelle) Arrange English language entries alphabetically. There is no reason to have the English entries at the top, because the whole language name table will be sorted in the UT_Language constructor anyway. Additionally, add some information on how to add languages. (Ingo Brückl) Fix some warning of unhandled cases in switch, unused variable or format. (Hubert Figuière) Don't crash if inserting a footnote / endnote in an empty document. Also get rid of some UT_String right there (Hubert Figuière) Remove a const_cast (Hubert Figuière) The Format Footnote dialog didn't allow changing the initial values. Gtk3 only. (Hubert Figuière) Bug 13361 - Gtk 3.4 warnings removal (Hubert Figuière) cleanup the code of unecessary cast (Hubert Figuière) Don't use "slots" as an identifier. (Hubert Figuière) Remove unused variable. It's redundant after r31496. (Ingo Brückl) Fix compiler warnings. Tag arguments only needed in debug mode. (Ingo Brückl) Add introspection support for the Gtk-3 build. Needs --enable-introspection=yes (or auto) to work. (Jean Bréfort) Fix introspection warnings. (Jean Bréfort) Enhance introspection build. (Jean Bréfort) Fix warning: remove unused code since rev. 14457 (Simon Larochelle) Fix warnings: unused variables (Simon Larochelle) Fix breaking of multi-page TOCs (partial fix of bug 12884). (Simon Larochelle) Fix regression from rev. 31392 (Simon Larochelle) Fix bug 13385: text selection with shift-page up (Simon Larochelle) Fix bug 13365: new line moves vertical scrolling to top of document (Simon Larochelle) Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Brückl) Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Brückl) Fix spacing in Options dialog. (Ingo Brückl) Improve Insert Symbol dialog. Position dialog at the mouse position. Reduce height of font selector combo box. Add some spacing. Add (stock) image to button. Remove separator (GTK2 only). (Ingo Brückl) Rearrange date and time formats. Order them: date, time, date and time. Arrange international formats before American ones. (Ingo Brückl) Add some non-US date and time formats. (Ingo Brückl) Improve Insert Bookmark dialog. Add (stock) image to button. (Ingo Brückl) Improve Insert XMLID dialog. Add (stock) image to button. (Ingo Brückl) Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Brückl) Improve Exit Message Box dialog. Add (stock) image to button. (Ingo Brückl) Fix the Insert XMLID (RDF link) dialog. As long as the combo box is misused as a simple entry field, because the XMLIDs won't be collected for the dialog at all, choose a GtkEntry instead. This is less confusing to the user and more user-friendly. Comment the GtkComboBox code as well as pointless code. Additionally, declare m_combo a GtkWidget pointer to avoid casts. (Ingo Brückl) Remove separator from Insert dialogs (GTK2 only). (Ingo Brückl) Bug 13382 - revert changes from r29670 (and another cosmetic revision). Suggested by Simon Larochelle. (Hubert Figuière) Bug 13361 - More Gtk 3.4 warnings removal: gtk_widget_requested_size() (Hubert Figuière) Fix some const_cast abuse. (Hubert Figuière) Bug 13361 - Fix warning of deprecation in Pango with fallback for Pango < 1.22 (Hubert Figuière) Remove dead code in ut_misc. (Hubert Figuière) Move the HAVE_INTROSPECTION out of the conditionnal, or configure will fail. (Hubert Figuière) ut_unixTimer shouldn't include Gtk but Glib (unless on Cocoa) (Hubert Figuière) Improve Clip Art dialog. Remove separator (GTK2 only) and fix punctuation in labels. (Ingo Brückl) Fix wrong field label descriptions. (Ingo Brückl) Rearrange date and time fields. Order them: date, time, special ones. Arrange locale formats before US onces. (Ingo Brückl) Rearrange application fields. Order more important fields first. (Ingo Brückl) Fix document field names. Use the same names as in the Document Properties dialog. (Ingo Brückl) Rearrange document fields. Order them as they appear in the Document Properties dialog. (Ingo Brückl) Rearrange time fields. Arrange important fields in front. (Ingo Brückl) Reposition Paragraphs line in Word Count dialog. Put it to a more appropriate position. (Ingo Brückl) Clarify Page Reference field function. (Ingo Brückl) Rearrange numbers fields. Group count, sum and reference fields together. (Ingo Brückl) Fix wrong dialog title. (Ingo Brückl) Improve Lists dialog. Add (stock) image to button. Remove separator (GTK2 only). (Ingo Brückl) Improve Lists dialog. Increase spacing between radio buttons. (Ingo Brückl) Fix bug with font list in Lists dialog. There were no items in the list so far. (Ingo Brückl) Fix option with-standard-symbols-l. Don't unconditionally replace font Symbol, but only when it is used for bullet lists. (Ingo Brückl) fix bug in table breaking (Kousik Kumar, Simon Larochelle) Make sure sections follow each other in multi-sections documents; load document completely before doing column layout (Simon Larochelle) Test for page break if a column does not seems to fit on a page (this may occurs at the beginning of a section) (Simon Larochelle) Partly revert r31610. Fix error: Don't touch the font name when exporting, but when importing. (Ingo Brückl) Improve Lists dialog layout. Change spacing on text folding page. (Ingo Brückl) Fix an other issue with option with-standard-symbols-l. Recognize the appropriate font family as Symbol. (Ingo Brückl) Fix bad label for image format notebook page. (Ingo Brückl) Fix bug in Border Shading dialog. Dotted and dashed line style indices had been confused. (Ingo Brückl) Fix bug with cairo graphics. Dotted lines did not show up. (Ingo Brückl) Improve Tab dialog. Remove odd numbering of the leader styles. This improves usability. (Ingo Brückl) Fix bug in Tab dialog. The labels didn't show up. (Ingo Brückl) Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Brückl) Improve usability of Tab dialog. Use textual leader style descriptions. (Ingo Brückl) Harmonize footnote and endnote type descriptions. (Ingo Brückl) Fix bug with footnote dialog. Restart of footnote numbering didn't work correctly and selection wasn't displayed correctly in the combo box. (Ingo Brückl) Fix bug with endnote dialog. Placement of endnote didn't work correctly and selection wasn't displayed correctly in the combo box. (Ingo Brückl) Improve Toggle Case dialog layout. Insert vertical container box to improve spacing. Remove separator (GTK2 only). (Ingo Brückl) Fix wrong status line message. (Ingo Brückl) Indicate dialog to come. (Ingo Brückl) Indicate dialog to come the right way. This reverts r31646. (Ingo Brückl) Improve RDF Insert Reference dialog. Add (stock) image to button. (Ingo Brückl) Improve About dialog. Set window icon. Center dialog. Additionally, update copyright date. (Ingo Brückl) Remove unused code. (Ingo Brückl) Improve stylesheet settings dialog. Use colon with labels for entry fields, selection lists and such. (Ingo Brückl) Improve History dialog. Assign more appropriate label to button and increase spacing. (Ingo Brückl) Improve DocComparison dialog. Increase spacing. (Ingo Brückl) Fix Windows build. Add missing comma. (Ingo Brückl) Fix Windows build. Add #ifdef HAVE_CONFIG_H. (Ingo Brückl) Indicate dialog to come. (Ingo Brückl) Improve Mark Revisions dialog. Fix layout by removing default size. Remove separator (GTK2 only). Fix spacing. (Ingo Brückl) Fix character conversion bug in Mark Revisions dialog. The conversion for GTK must not be performed to local encoding but to UTF-8. (Ingo Brückl) Fix character conversion bug in List Revisions dialog. The conversion for GTK must not be performed to local encoding but to UTF-8. (Ingo Brückl) Improve List Revisions dialog. Set caption bold. Remove separator (GTK2 only). (Ingo Brückl) the time where this feature wasn't yet implemented (see r13380). There (Ingo Brückl) Improve Merge Cells dialog. Position dialog at the mouse position. Don't use a frame label. Remove separator (GTK2 only). (Ingo Brückl) Improve Split Cells dialog. Position dialog at the mouse position. Don't use a frame label. Remove separator (GTK2 only). (Ingo Brückl) Improve Font Chooser dialog. Center modal dialog on its parent. Remove separator (GTK2 only). (Ingo Brückl) Improve Paragraph dialog. Center modal dialog on its parent. Remove separator (GTK2 only). (Ingo Brückl) Fix character conversion bug with localized date. The date string for GTK must not be in local encoding but in UTF-8. (Ingo Brückl) Improve Font Chooser dialog. Increase spacing. Arrange effects in table to avoid clutter. Additionally, use colon with labels for entry fields, selection lists and such. (Ingo Brückl) Improve Paragraph dialog. Add (stock) image to button. (Ingo Brückl) Disable menu entry "Purge History". It actually doesn't purge the history, but the revisions and is a duplicate of the menu entry "Purge Revisions". Don't confuse the user with a menu entry that doesn't do what it says but something completely different. It may be enabled again when there is a function purgeAllHistory for it. (Ingo Brückl) Improve Font Chooser dialog's spacing. (Ingo Brückl) Improve Paragraph dialog. Increase spacing. (Ingo Brückl) Localize break indicators. The column and page break formatting mark labels were hard-coded. (Ingo Brückl) Switch two radio buttons in Lists dialog. The "Apply to Current List" seems more common and should be default. (Ingo Brückl) Fix character conversion bug in Paragraph dialog preview area. Our strings are UTF-8 encoded. The string is only UCS-4 encoded if it's a paragraph from the document. (Ingo Brückl) Fix label. (Ingo Brückl) Improve Styles dialog layout. Fix issue with too small display of description text. Update title and labels. Fix spacing. (Ingo Brückl) Add an appropriate toolbar label. Add TB_ClearForeground for the foreground color picker (which was missing) whereas there already was TB_ClearBackground for the background color picker. (Ingo Brückl) Fix Bug 11446 (Prashant Bafna) Add option --stat to the update.pl script. This will make msgmerge run with option --no-fuzzy-matching and will thus not add untranslated and uninspected strings to the .po file. It is primarily meant to generate a .po file for statistical purposes, but is useful for translators who rather like to have empty new strings as well. (Ingo Brückl) Explain (non-)usage of argument 'fuzzy' more emphatically. (Ingo Brückl) Fix crash with copy & paste. Don't provide a NULL pointer as callback function. It's a regression from r30427. This closes bugzilla bug 13329. (Ingo Brückl) Fix bug with copy & paste. The condition checks the wrong data (target instead of data). (Ingo Brückl) Add gtk_selection_data_get_data() to xap_Gtk2Compat.h. It was missing there. (Ingo Brückl) Avoid drawing in the draw event handler when we are already painting from elsewhere. Seems to fix the unformated paste issue in #13280, and might fix #13355 as well. (Jean Bréfort) Don't paste from buffer if character conversion has failed. Otherwise a segmentation fault will occur. (Ingo Brückl) Cosmetic: Adjust indent. (Ingo Brückl) Convert the child iter to the sort iter before selecting. This closes bugzilla bug 13393. Additionally, scroll to newly selected entry in tree view to improve (Ingo Brückl) Fix Bug 13030 for the linux build, changing the libgsf req to 1.14.18 (Prashant Bafna) Fix warning: explicit cast for size_t argument (Simon Larochelle) Fix Debian bug #681060: Use utf-16 as default encoder instead of ucs-2; (Simon Larochelle) Prevent bug #13355/comment #17: only recalculate scrollbar widgets when needed (Simon Larochelle) Fix bug: correct horizontal scroll limit (Simon Larochelle) Fix bug: missing 'msgstr' section. (Ingo Brückl) Fix name of file. We don't use underscores. (Ingo Brückl) Add new languages. (Ingo Brückl) Fix bug: unref good object during font substitution (Simon Larochelle) Make sure m_pAlignment is not NULL (prevent crash) (Simon Larochelle) Modify color selection for rulers and main window frame (GTK3+ only) (Simon Larochelle) Bug 13401: fix program hanging during paste unformatted (Simon Larochelle) Added implementation of copyToBuffer method to HTML exporter class to fix bug 13351 (Volodymyr Rudyj) Fix bug 13397 (RTF importer): Use PopRTFState on a closing backet if PushRTFState was called on the corresponding opening bracket. (Simon Larochelle) Closes #13405. (Carlos Garnacho, Jean Bréfort) Simplify code. (Ingo Brückl) Fix bug in UT_UTF8String_removeProperty(). In case of a real match, szLoc points to the semicolon of the previous property. Thus, looking for semicolon and taking that as the right part (i.e. the properties behind the property to be removed) won't remove anything. As a result the property to be removed remains in the property list. This caused a lot of strange issues with the FormatTOC dialog where old properties seem randomly to show up, including the toc-header property which is localized but doesn't appear so in the dialog. (Ingo Brückl) Don't lose the text entries when selecting a different level. (Ingo Brückl) Fix bug with wrong level data in FormatTOC dialog. The level data displayed is the data from level m_iDetailsLevel which contains the recently selected level, but the dialog always starts with (i.e. sets the combo box to) level 1. Add missing call to get the right level data. (Ingo Brückl) Arrange children entries (styles) in Stylist dialog alphabetically. (Ingo Brückl) Localize style names in Stylist dialog. (Ingo Brückl) Localize style names in Format TOC dialog. Additionally, remove pointless gtk_label_set_text() from setStyle() that causes an awkward and unnecessary double update of the dialog window. (Ingo Brückl) Add a counterpart to s_getLocalisedStyleName(). New s_getUnlocalisedStyleName() allows to retrieve the original style name from a localized one. (Ingo Brückl) Localize style names in Styles dialog. In order to do so, change the GtkListStore to hold both the original and the localized names. Display the localized names and internally used the original ones. Additionally, fix a problem with "basedon" and "followedby" property values caused by earlier localization of DLG_Styles_DefNone and DLG_Styles_DefCurrent. Now the English style names will be used again to set the values. (Ingo Brückl) Allow pango to do font substitution on field runs (Simon Larochelle) Adapt RTF exporter to handle unicode bullets (Simon Larochelle) Fix caret position for broken tables after a continuous section break (Simon Larochelle) Silent debug msgs (Simon Larochelle) Reimplement handling of breakable containers in fb_ColumnBreaker; use virtual functions to handle TOCs and tables with the same function; cleanup indents in function fb_ColumnBreaker::_breakSection (Simon Larochelle) Remove TopOffset and BottomOffset parameters from table height calculation; set minimum height for broken table (TOC) pieces (Simon Larochelle) Start layout only after document is fully loaded (Simon Larochelle) Fix warning. (Ingo Brückl) Fix warning. Remove unnecessary call and unused variable. (Ingo Brückl) Remove everything related to former option --with-standard-symbols-l. It's obsolete after r31870-r31872. (Ingo Brückl) Get rid of the Symbol/Dingbats to Unicode converting functions. They are obsolete after r31870-r31872. (Ingo Brückl) Fix warning. (Ingo Brückl) Add "None" to the style name localization table. This style name appears after the current line style has been deleted. (Ingo Brückl) Localize chapter and section heading style definitions. (Ingo Brückl) Localize style names in toolbar's styles combo box. Additionally, make sure that the localized entries will be arranged alphabetically. (Ingo Brückl) Simplify EV_UnixToolbar::repopulateStyles(). The item that is being looked for is the styles combo box. If it isn't found, the function will return. There is even an UT_ASSERT() to ensure that we're really dealing with the styles combo box. So, the id surely is AP_TOOLBAR_ID_FMT_STYLE and all checks for it or for other combo boxes are pointless. (Ingo Brückl) Cosmetic: Adjust indent. Additionally, add some blank lines. (Ingo Brückl) Localize page size formats. Add AP_STRING_IDs to the paper size definitions and a function to return this ID, so that the GUI can localize prior to displaying. (Ingo Brückl) Fix wrong page size of Folio. Additionally, use millimeters as unit for it, because it's a traditional European format. (Ingo Brückl) Set msgctxt for DLG_Lists_Type_none. This allows different translations for it. (Ingo Brückl) Add DLG_Lists_Style_none for the style list. Additionally, add msgctxt which allows different translations for it. (Ingo Brückl) Set msgctxt for DLG_Styles_DefNone. This allows different translations for it. (Ingo Brückl) Localize Format TOC dialog. Use textual leader style descriptions. Additionally, set msgctxt for DLG_FormatTOC_None. This allows different translations for it. (Ingo Brückl) Avoid rounding error. The stats on the translation web page are wrong. (Ingo Brückl) Update all .po files. This is a dummy update in order to remove unwanted fuzzy strings from the .po files on the web server used for the translation stats web page. (Ingo Brückl) Add an other bullet style: arrowhead lists. This seems more useful than some of the existing ones. (Ingo Brückl) Fix bug 12334: use unicode fonts for list bullets (Simon Larochelle) Fix warnings: explicit cast for size_t arguments, unused variables, uint variables (Simon Larochelle) Fix bug 12757: opening a document with a header containing a table (Simon Larochelle) Fix bug 13243: import RTF with list (Simon Larochelle) Fix bug 13225: save file with a hyperlink directly following another one (Simon Larochelle) Remove memory leak (ABW exporter) (Simon Larochelle) Adapt importers for MsWord97 RTF and XHTML to lists with Unicode bullets (Simon Larochelle) Fix bug 13402: make vbox expandable (Simon Larochelle) Hyperlink dialog: make bookmark list expandable (Simon Larochelle) Fix warnings + whitespace (Hubert Figuière) Add a cache that knows if there are *any* semantic items in the document. Since all changes go through a mutation object, that cache always gets updated there and all other code that might need to sniff around for RDF can first use this cache to see if there are any to potentially find. (Ben Martin) Fix bug 13417 (crash). (Simon Larochelle) Actually check the result code for document conversions (Marc Maurer) Fix bug 13422: compiler warning (Simon Larochelle) Fix bug 13428 (Matti Hämäläinen, Simon Larochelle) Reversed 31882 since it broke mathview plugin. (Jean Bréfort) Add GR_EmbedManager::setFont(). (Jean Bréfort) Fix warnings (Simon Larochelle) Skip over footnotes when formatting a text span. Only format main text (bugs 5046 & 12496) (Simon Larochelle) Collaboration-plugin: Missing include. (reported over IRC) (Hubert Figuière) Bug 13602 - Add missing boost header Cherry-picked from trunk@33734 (Hubert Figuière) Bug 13657 - Remove gcrypt from tls_tunnel. Cherry-pick from trunk@34946 (Hubert Figuière) Update for compatibility with recent GtkBuilder. Cherry-picked from trunk@34945. By jbrefort (Hubert Figuière) Move the RDF menu from the collab plugin (wrong place) to the core menus structure... (Ben Martin) A tiny improvement in the status reporting of the collab backend (Marc Maurer) Fixed plugins build with both gtk versions (Jean Bréfort) Make the collab xmpp backend work with gtk3 (Jean Bréfort) Dist ap_Win32Res_DlgCollaborationEditAccount.rc2 (Fridrich Strba) 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) Make fake collab backend work. (Ingo Brückl) Fix warnings. Compile debug-only functions conditionally. Additionally, fix debug messages. (Ingo Brückl) a GTK2 build, there is the additional variable TOOLKIT_IS_GTK2. This closes bugzilla bug 13400. (Dmitry Smirnov, Ingo Brückl) Prefer TOOLKIT_GTK_ALL. We did so in all other source files. (Ingo Brückl) Opendocument import/exporter: Bug 13570 - Fix crasher in OpenDocument import. Cherry-pick from trunk@33939. (jbrefort) with indent fixes. (Hubert Figuière) Bug 13539 - Correctly escape links in odt exporter. Cherry-pick from trunk@33978. By jbrefort. (Hubert Figuière) Don't crash when exporting to .odt without a frame. Cherry-pick fron trunk@34041. From jbrefort. (Hubert Figuière) Bug 13661 - We must ignore OpenDoc soft page breaks, they are not manual page breaks. Cherry-pick from trunk@34703. By jbrefort. (Hubert Figuière) Some new STL like methods for the string. In TextContent_ListenerState the code should perform as it did before but also fold newlines and multiple spaces inside the first call to charData(). See http://docs.oasis-open.org/office/v1.2/cos01/ In particular section 6.1.2 of http://docs.oasis-open.org/office/v1.2/cos01/OpenDocument-v1.2-cos01-part1.pdf (Ben Martin) Initial support for creating unique xml:id values during copy and paste. ODF (including embedded RDF) on the clipboard now works for copy and paste to and from Calligra trunk. (Ben Martin) PD_Object has to be respected in order to retain m_objectType which is crucial in serializing correctly to RDF/XML. This now allows copy and paste to Calligra and rdf links follow to the destination too. (Ben Martin) New codepath which uses libgcrypt for decoding blowfish encrypted ODF files. New PL_ListenerCoupleCloser class which will emit closing elements that happen after the desired document range. For example, "te(a)xt bm-start this is(b)more bm-end" selected from (a) to (b) the bm-end will be sent to the listener too even though it is after the official range. (Ben Martin) Remove the old blowfish code itself, added a link line for gcrypt which I didn't seem to need in my build but which might be required in some builds. (Ben Martin) These should allow the opendoc plugin to compile without redland. (Ben Martin) 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) Adapt ODT importer to lists with Unicode bullets (Simon Larochelle) rtf: Fix crash when parsing bogus list in RTF. Bug #12880 (Hubert Figuiere) Bug 12045: Fix parsing of annotation, frame properties and a few others. (Hubert Figuiere) gtk+: Bug 12345: explicitly make empty XML tags due to a buggy parser in Maemo. (Hubert Figuiere) Lots of image dialog fixes from Simon Larochelle's first contribution. (Simon Larochelle) Merged the gtk3 branch. (Jean Bréfort) Fix widget alignments (Hubert Figuiere) Cleanup the widgets alignment. Disable the labels along the other controls (Hubert Figuiere) Honour the markup in the title label. Fix a bit the paddings in the GtkTable (Hubert Figuiere) Enhanced the pseudo-2d colors in the gtk backend. Still not perfect, does not work for high contrast themes, but abiword-2.8 was not better in this respect. (Jean Bréfort) macosx: Adding -headerpad_max_install_names on Mac LDFLAGS From ld(1) man page: " -headerpad_max_install_names (32-bit only) Add to the header padding enough space to allow changing all dynamic shared library paths recorded in the output file to be changed to MAXPATHLEN in length. " It will avoid problems to change dynamic shared library install names and rpaths recorded in a Mach-O binary (Fabiano Fidêncio) Disabling Double Buffering on OS X Unfortunately, OS X still isn't ready to Double Buffering. To avoid strange behavior, at least for now, we're desabling it. (Fabiano Fidêncio) Fixing text selection issue (bug 13116) Calling _generalUpdate() into _drawOrClearBetweenPosition(). According with msevior and andreisfrent, it don't will up performance, because _generalUpdate() doesn't redraw everything, just dirty runs (Fabiano Fidêncio) EPUB's dialog, see you soon! For now, EPUB's dialog build is being disabled in OS X. I need/want to implement it as soon as possible. (Fabiano Fidêncio) DoubleBuffering is working on OS X Thanks, Jean! (Fabiano Fidêncio) Adding -headerpad_max_install_names on some plugins From ld(1) man page: " -headerpad_max_install_names (32-bit only) Add to the header padding enough space to allow changing all dynamic shared library paths recorded in the output file to be changed to MAXPATHLEN in length. " Plugins: latex, docbook, openxml, epub, openwriter, opml and (still with some problems) opendocument It will avoid problems to change dynamic shared library install names and rpaths recorded in a Mach-O binary (Fabiano Fidêncio) Welcome plugins! latex, docbook, openxml, epub, openwriter and opml is a great pleasure having then with us! (Fabiano Fidêncio) Big cleanup/refactor in xap_CocoaModule.cpp to The cleanup/refactor was did as an attempt to improve and simplify code's readability. (Fabiano Fidêncio) Plugins in Mac are .so too instead of .dylib All file compiled with "-module" option will generate a .so and not a .dylib, as in our case. The difference between a .so and a .dylib is that first is a dynamically loadable module and the second is a shared library. So, we only can load the first, while we can link against the second. (Fabiano Fidêncio) Many updates to the RDF core. Two new dialogs for RDF: an editor and a query dialog. A few new dialog superclasses to inject into the inheritance tree to get default 'boilerplate' code instead of having each dialog implement that itself. This is still a WIP. Many little utility functions and methods. (Ben Martin) Link plugins properly against libabiword-x.y.dynlib (Marc Maurer) 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) ms write plugin: Committed Ingo's patch. The codepage conversion had to be reverted due to issues with some documents. (Urmas) Added importer option to specify default codepage ("-i 'encoding:CP1252'"). (Urmas) Patch from Ingo fixing the MS Write plugin. (Marc Maurer) was written. By passing an importer argument, namely '-i mswrite-codepage:CP1250' (Ingo Brückl) Clean up source code and format to AbiWord coding style. (Ingo Brückl) Fixes writing 4 garbage bytes in output file if invalid character is encountered. CAVEAT: Untested on MBCS locales (do we support them, to begin with?) (Urmas) Add debug messages. These messages dump the internal structure of a Write file and will make troubleshooting easier. (Ingo Brückl) 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) 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 plugin: Add missing files and request a stable goffice release. (Jean Bréfort) Add the gtk2 version of goffice-bits (Jean Bréfort) Fixed warnings in goffice-bits (Jean Bréfort) Implement SVG snapshots for components when possible. (Jean Bréfort) Fixed GValue initialization. (Jean Bréfort) 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) Bug 13361 - Fix Gtk and Xlib deprecation warnings (Hubert Figuière) Fix to build with -Werror=format-security (Dmitry Smirnov, Simon Larochelle) Fix warnings in directory goffice-bit2 (Simon Larochelle) Fixed EXTRA_DIST in src/af/xap/gtk (Jean Bréfort) epub plugin: EPUB plugin now using separate file for each book chapter. Fixed generation of incorrect TOC. (Volodymyr Rudyj) Added temporary files cleanup (Volodymyr Rudyj) Changed EPUB plugin and html exporter to handle option of exporter "bAddIdentifiers" like other exporter options (Volodymyr Rudyj) Removed obsolete code fragment from HTML exporter (Volodymyr Rudyj) Handle epub dialog build when builddir != srcdir (Xun Sun) Correct epub dialog title and label (Xun Sun) Added new HTML export options to Win32 UI (Urmas) MERGE gsoc2011-refactoring [30061]:[30295] into trunk (Volodymyr Rudyj) EPUB dialog for Win32, first edition. (Urmas) internationalization: Updated ar translation (by OLPC translation team) (Urmas) Updated ar, br, da, gl, sl by SugarLabs translation service contributors. Updated es translation by F.J.F. Serrador. Updated Slovak translation (Jaroslav Rynik) Update spanish translation (Fco. Javier Fdez. Serrador) Update galician "gl" translation (Miguel Bouzada) Updated Fulah complete translation (Ibraahiima SAAR) Update breton translation (Denis ARNAUD) 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) Acholi L10n fixes (Chris Leonard) Afrikaans L10n fixes (Chris Leonard) Akan (Twi Asante) L10n fixes (Chris Leonard) Amharic L10n fixes (Chris Leonard) Arabic L10n fixes (Chris Leonard) Asturian L10n fixes (Chris Leonard) Belarusian L10n fixes (Chris Leonard) Bulgarian L10n fixes (Chris Leonard) Bamanakan L10n fixes (Chris Leonard) Breton L10n from Denis Arnaud (Chris Leonard) Catalan L10n fixes (Chris Leonard) Chiga L10n fixes (Chris Leonard) Czech L10n fixes (Chris Leonard) Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard) Swiss German L10n fixes (Chris Leonard) Greek L10n fixes (Chris Leonard) British English (en_GB) L10n from Chris Leonard (Chris Leonard) Esperanto L10n fixes (Chris Leonard) Estonian L10n fixes (Chris Leonard) Basque L10n fixes (Chris Leonard) Fulah L10n from Ibrahima Saar (Chris Leonard) Irish L10n fixes (Chris Leonard) Galician L10n from Miguel Bouzada (Chris Leonard) Hebrew L10n fixes (Chris Leonard) Croatian L10n fixes (Chris Leonard) Hungarian L10n from Gabor Kelemen (Chris Leonard) Indonesian L10n fixes (Chris Leonard) Italian L10n fixes (Chris Leonard) Luganda L10n fixes (Chris Leonard) Latvian L10n fixes (Chris Leonard) Malagasy L10n fixes (Chris Leonard) Macedonian L10n fixes (Chris Leonard) Dutch L10n from Pjotr Kan (Chris Leonard) Polish L10n from marcinu (Chris Leonard) Pashto L10n fixes (Chris Leonard) Brazilian Portuguese L10n fixes (Chris Leonard) Quechua (Cusco-Collao) L10n fixes (Chris Leonard) Romanian L10n fixes (Chris Leonard) Russian L10n fixes (Chris Leonard) Sardinian L10n fixes (Chris Leonard) Slovak L10n from Jaroslav Ryník (Chris Leonard) Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard) Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard) Albanian L10n from Besnik Bleta (Chris Leonard) Serbian L10n fixes (Chris Leonard) sr@latin L10n fixes (Chris Leonard) Tamil L10n fixes (Chris Leonard) Turkish L10n fixes (Chris Leonard) Vietnamese L10n fixes (Chris Leonard) Wolof L10n fixes (Chris Leonard) Yiddish L10n fixes (Chris Leonard) Zulu L10n fixes (Chris Leonard) Mandinka L10n fixes (Chris Leonard) Nepali L10n fixes (Chris Leonard) Bengali L10n fixes (Chris Leonard) Bosnian L10n fixes (Chris Leonard) Dari L10n fixes (Chris Leonard) Hindi L10n fixes (Chris Leonard) Filipino L10n fixes (Chris Leonard) qul L10n fixes (Chris Leonard) quh L10n fixes (Chris Leonard) Swedish L10n update from Per Larsson and Svante Signell (Chris Leonard) French L10n update from Simon Larochelle (Chris Leonard) Danish (da) L10n from aputsiaq (Chris Leonard) Spanish L10n from AlanJAS (Chris Leonard) Chinese (China) L10n from lite (Chris Leonard) Chinese (Taiwan) L10n from Walter Cheuk (Chris Leonard) Chinese (Hong Kong) L10n from Walter Cheuk (Chris Leonard) Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard) OXML import/export: Libraries into *LIBADD and not *LDFLAGS (Fridrich Strba) Fix some weird test. (Hubert Figuière) Adapt DOCX importer to lists with Unicode bullets (Simon Larochelle) paint plugin: Fix an assert in Paint plugin. Regression from r31393. (Hubert Figuière) Get rid of UT_String in AbiPaint Add std::string version in xap_Prefs.h (Hubert Figuière) |
||
taca
|
c2770cf96d | Note update of www/typo3_62 package to 6.2.15. | ||
taca
|
fc7bc9833c |
Update typo3_62 packge to 6.2.15, including security fix.
2015-09-08 edc4d53 [RELEASE] Release of TYPO3 6.2.15 (TYPO3 Release Team) 2015-09-08 f6d8d3d #68825 [SECURITY] Fix GeneralUtility::sanitizeLocalUrl to detect foreign schemes (Nicole Cordes) 2015-09-08 ed1e46f #67900 [SECURITY] Prevent information disclosure in tests bootstrap (Nicole Cordes) 2015-09-07 045b4ea #69001,#69289 [FOLLOWUP][BUGFIX] Reestablish DB connection in long-running tasks (Markus Klein) 2015-09-07 9b9e1ee #69584 [TASK] Remove wrong datasets in sanitizeLocalUrlValidPathsDataProvider (Nicole Cordes) 2015-09-06 095b781 #67881 [BUGFIX] Cache CategoryRegistry state together with TCA (Alexander Stehlik) 2015-09-05 159bccc #69303 [BUGFIX] Prevent search upload folder in write protected storages (Nicole Cordes) 2015-09-05 0baa6ff #69537 [BUGFIX] BackendUtility::getAjaxUrl() should not be internal (Francois Suter) 2015-09-04 3189b03 #65867 [BUGFIX] Support packages depending on typo3/cms (Mathias Brodala) 2015-09-04 46a6bb8 #69063 [BUGFIX] Enable page tree filter for admin with mountpoints (Nicole Cordes) 2015-09-03 2e29879 Revert "[BUGFIX] Fix broken link to security resources page on typo3.org" (Helmut Hummel) 2015-09-03 7774a08 #69475 [BUGFIX] Streamline Unit Tests for GeneralUtility::sanitizeLocalUrl (Nicole Cordes) 2015-09-02 5bf0cf8 #69463 [BUGFIX] Abstract XSD generator can handle more than two namespace parts (Helmut Hummel) 2015-08-31 b463428 #69434 [TASK] Do not set application context by default in htaccess (Harry Glatz) 2015-08-30 fc81bed #60995 [BUGFIX] Use single postProcessor layout, otherwise the global layout (Ralf Zimmermann) 2015-08-30 9d03281 #69407 [TASK] Refactor PostProcessorTest to use Prophecy (Anja Leichsenring) 2015-08-30 e2e7e24 #69412 [TASK] Remove eval() in ext:form Unit Tests (Wouter Wolters) 2015-08-29 d3927c8 #69398 [BUGFIX] Add icon for the form wizard number spinner elements (Björn Jacob) 2015-08-29 efe2713 #69399 [BUGFIX] Fatal Error due to class object inconsistencies in ext:form (Oliver Hader) 2015-08-29 3e00f81 #69408 [FOLLOWUP][TASK] Add unit test for fatal error on null object method call (Anja Leichsenring) 2015-08-29 e9b80b4 #69405 [TASK] Add unit test for fatal error on null object method call (Anja Leichsenring) 2015-08-29 fd34498 #69400 [BUGFIX] Fix broken link to security resources page on typo3.org (Wouter Wolters) 2015-08-29 a9bb94a #45685 [BUGFIX] avoid Call to a member function getValue() on a non-object (Ralf Zimmermann) 2015-08-28 4d7150b #69239 [TASK] Use https for links to docs.typo3.org (Georg Ringer) 2015-08-28 e3bdabe #69024 [BUGFIX] Form NumberFields ignore typed values in wizard (Sebastian Wagner) 2015-08-28 3117ea9 #69372 [BUGFIX] IMAGEBUTTON src attribute not working (Ralf Zimmermann) 2015-08-27 17b0d94 #69353 [BUGFIX] Form Wizard does not respect backend debug mode (Oliver Hader) 2015-08-25 6579969 #69138 [BUGFIX] Always use uc_default after first install (Jigal van Hemert) 2015-08-25 136a75d #69306 [BUGFIX] Correctly assign workspace for rootline retrieval (Markus Klein) 2015-08-25 dcac800 #69302 [BUGFIX] Fix task execution in Scheduler (Francois Suter) 2015-08-22 1013549 #69170 [BUGFIX] Replace ###ID### in openCustomUrlInContentFrame correctly (Christian Seifert) 2015-08-22 3561c77 #45519,#31718 [BUGFIX] Assure a backend domain is set in workspace preview (Daniel Goerz) 2015-08-22 a85992c #69236 [BUGFIX] Don't cut off icons in New Record wizard (Andreas Fernandez) 2015-08-21 9b4ee63 #59810 [FOLLOWUP][BUGFIX] Show first tab in Element Wizard as fallback (Markus Klein) 2015-08-21 21c21b5 #59810 [BUGFIX] Show first tab in Element Wizard as fallback (Christian Seifert) 2015-08-20 8f8ea43 #67246 [BUGFIX] Cache healing for classes loaded via ext_autoload (Bernhard Kraft) 2015-08-20 793ed14 #69112 [BUGFIX] FAL upgrade wizard: take care of files in subfolders (Josef Glatz) 2015-08-20 61b3b3a #67843 [BUGFIX] Fix QueryBuilding in IndexSearchRepository (Marc Neuhaus) 2015-08-19 58624b4 #69157 [BUGFIX] Log exception as array instead of serialized (Stephan Großberndt) 2015-08-18 2f4f1b3 #68643 [BUGFIX] Exclude computed field names on fetching record overlays (Albrecht Köhnlein) 2015-08-18 971e193 #65513 [BUGFIX] Assure language override without original file (Stefan Galinski) 2015-08-17 67535f3 #55861,#55837, [BUGFIX] Extbase: Optional arguments must not throw an Exception (Anja Leichsenring) 2015-08-17 42c4f43 #69001 [BUGFIX] Reestablish DB connection in long-running tasks (Stefan Neufeind) 2015-08-16 7ac4737 #59528 [BUGFIX] Prevent error if getimagesize() fails (Stefan Neufeind) 2015-08-16 891ddd2 #69070 [BUGFIX] Fix dependencies for t3x upload (Helmut Hummel) 2015-08-16 0a6948c #69061 [TASK] Properly encode database input in the right place (Helmut Hummel) 2015-08-16 4e1e07f #69092 [BUGFIX] Remove trailing colons from checkbox labels (Daniel Goerz) 2015-08-15 ec1499e #68400 [BUGFIX] Add encodeURIComponent to search parameter (Stephan Großberndt) 2015-08-15 1d20317 #69056 [BUGFIX] Illegal string offset 'currentLangId' in DataHandler (Joerg Kummer) 2015-08-15 af36619 #68503 [BUGFIX] Fix PHP Warning in updateRefIndexTable() (Stephan Großberndt) 2015-08-15 cc27516 #68493 [BUGFIX] Retrieve correct fieldname for condition lookup (Benjamin Serfhos) 2015-08-15 a1238a7 #53002 [BUGFIX] Calculations in GIFBUILDER properties using stdWrap fail (Dan Untenzu) 2015-08-14 4052042 #64214 [BUGFIX] Prevent ResourceDoesNotExistException (Andre Hähnel) 2015-08-14 67053c9 #69040 [BUGFIX] EM: Trim whitespace in search field (Alexander Opitz) 2015-08-14 170283b #67962 [BUGFIX] Make editIconsHook work again (Nicole Cordes) 2015-08-13 39b4993 #66939 [BUGFIX] Allow subclasses of \DateTime as entity properties (Stephan Schuler) 2015-08-13 1c99223 #33436 [BUGFIX] Draft usergroup access rights are now respected (Bart Dubelaar) 2015-08-13 8bcc769 #54924 [BUGFIX] Edits disappear when published twice (Stefan Rotsch) 2015-08-13 0fe4901 #69027 [BUGFIX] Use proper data sets in workspaces tests (Oliver Hader) 2015-08-13 eeaa0b7 #62340 [BUGFIX] Fix wrong comment in install tool for [HTTP][proxy_host] (Frank Nägler) 2015-08-13 fd87254 #68494 [BUGFIX] Fix faulty move-placeholder processing with workspaces (Artur Cichosz) 2015-08-13 247d6d4 #64714 [BUGFIX] Catch exceptions for inaccessible storages (Philipp Gampe) 2015-08-12 1f32468 #66624 [BUGFIX] Catch exception when linked file is deleted (Benjamin Mack) 2015-08-12 c69cc2d #51913 [BUGFIX] Consider placeholders in fixVersioningPid (Timo Webler) 2015-08-12 0878494 #67284 [BUGFIX] Capability check fails for some storage types (Benjamin Mack) 2015-08-10 5ddf0b0 #67145 [BUGFIX] Set background for disabled input fields (Andreas Fernandez) 2015-08-09 e0f72af #68873 [FOLLOWUP][BUGFIX] Provide title label for paste into column (Anja Leichsenring) 2015-08-09 9a436a6 Revert "[BUGFIX] Fix broken functional tests" (Anja Leichsenring) 2015-08-09 e65f253 #68882 [BUGFIX] Fix broken functional tests (Anja Leichsenring) 2015-08-09 911fc3d #68873 [BUGFIX] Provide title label for paste into column (Daniel Goerz) 2015-08-08 0f30972 #20852,#12970 [BUGFIX] Workspace preview links for multiple languages (Stefan Rotsch) 2015-08-07 3c47aae #68734 [TASK] Document required MySQL privileges (Morton Jonuschat) 2015-08-07 b6aa7ab #68386 [BUGFIX] Skip write access check if core files exist (Frederic Gaus) 2015-08-07 73304d5 #68068 [BUGFIX] Remove php warning for RTE classes without name (Manuel Selbach) 2015-08-07 b1059c9 #68810 [BUGFIX] Change value from NULL to empty string for link field in test data (Marc Bastian Heinrichs) 2015-08-06 dcf774c #37952 [BUGFIX] Clear affected caches on page publishing (Bart Dubelaar) 2015-08-05 348039c #68769 [BUGFIX] Typo in neg_foreign_table in DataPreprocessor (Andreas Wolf) 2015-08-04 738861b #68718 [BUGFIX] Do not turn TYPO3 Logo upside down on error pages (Benjamin Mack) 2015-07-30 374940e #68626 [TASK] Disallow access to vcs directories (Philipp Gampe) 2015-07-30 51539dd #68642 [BUGFIX] Call fixPermissions after replaceFile (Frans Saris) 2015-07-30 931f8ad #68624 [BUGFIX] Invalid handling of "mergeIfNotBlank" in backend (Christian Kuhn) 2015-07-30 dc061b0 #68636 [BUGFIX] Don't use FAL based ImageViewHelper in extension manager (Frans Saris) 2015-07-29 ce72378 #67092 [BUGFIX] Rename setLocale() in DateTimeViewHelperTest (Andreas Fernandez) 2015-07-29 f318050 #66702 [BUGFIX] Fixed permissions of media field in page properties (Michael Oehlhof) 2015-07-27 3aa9e2f #67752 [BUGFIX] Show pages with "show at any login" in view module (Daniel Goerz) 2015-07-26 c54c37d #68540 [BUGFIX] Invalid links to documentation (Xavier Perseguers) 2015-07-22 a780e46 #67155,#67172, [BUGFIX] dbal: Cast field to CHAR for FIND_IN_SET() (Morton Jonuschat) 2015-07-22 59dbf92 #68430 [BUGFIX] Use correct extension name for labels in indexed search (Markus Klein) 2015-07-22 c46ea06 #68153 [BUGFIX] Fix image descriptions for renderMethod = table (Torben Hansen) 2015-07-21 4b6dc6b #68423 [BUGFIX] Use parse_url to determine absolute urls in ImageService (Frans Saris) 2015-07-21 7374c3a #60254 [BUGFIX] Allow editing of shortcuts for non-admin users (Markus Klein) 2015-07-21 a8d0135 #22871,#50144 [BUGFIX] HTMLParser doesn't remove endtag when applying rmTagIfNoAttrib (Alexander Stehlik) 2015-07-20 dae171d #65772 [BUGFIX] includeCSS is not compressed and concatenated (Sebastian Michaelsen) 2015-07-20 aa1f2d1 #68361 [BUGFIX] Implement EXT: usage in addModulePath (Michael Oehlhof) 2015-07-20 1edba95 #68341 [BUGFIX] Implement EXT: usage in addModule (Wouter Wolters) 2015-07-20 42d9e7f #68364 [BUGFIX] Reuse local mirror.xml.gz when updating translations (Xavier Perseguers) 2015-07-20 6bb017d #50141 [BUGFIX] felogin: Invalid action url in changePassword form (Stano Paška) 2015-07-19 5b631c6 #55714 [BUGFIX] Invalid sys file storages must be ignored (Georg Ringer) 2015-07-18 3ed2106 #33092 [BUGFIX] Checkbox values not shown in emails (Sebastian Müller) 2015-07-18 09355d1 #68324 [TASK] Clarify install tool no-password-set message (Andreas Wolf) 2015-07-18 |
||
gdt
|
f96de6c607 | Demote py-darcsver to build depends from full. | ||
fhajny
|
e3d64585b1 |
Remove patch for a problem that was fixed in 1.5.1.
Clear PKGREVISION after PKGVERSION update. |
||
gdt
|
f89c0bee32 |
Add patch to avoid test failure without installed package.
The new patch is from upstream and will be in the next release. Set LICENSE (GPL2). |
||
joerg
|
6fd455cc0a | liblcms may be needed for linking against libkdcraw. | ||
joerg
|
cbaaa09437 | libplist may be needed for linking against libgpod. | ||
taca
|
8de333bfce | Note update of graphics/rabbit package to 2.1.8. | ||
taca
|
3db212606e |
Update rabiit to 2.1.8
pkgsrc change: Add dependency to devel/ruby-gnome2-gio. 2.1.8: 2015-09-06 A bug fix release for 2.1.7. 2.1.7 can't start on Windows. Fixes rabbit * Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825] Thanks * yoku0825 2.1.7: 2015-09-05 Note markup support in Markdown release. Improvements rabbit * Removed GDK rendering engine. (Because cairo is always available since a few years ago. If we can use cairo, there is no problem without GDK rendering engine.) * Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez] * Removed unused --server option. * Wiki markup: Improved error message when unsupported markup is used. * Markdown markup: Supported error message when multiple images exist in a paragraph. [GitHub#71][Reported by Colin Dean] * Markdown markup: Supported note markup. [Suggested by yoku0825] Syntax is {::note}...{:/note}. Example: Normal text {::note}note{:/note} Normal text Theme * image-timer: Reduced memory usage. * image-slide-number: Reduced memory usage. * clear-blue: Removed indent of the first line in block quote. Document * Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA] * Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU] Fixes rabbit-slide * Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama] Document * Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU] Thanks * okkez * Matafumi Yokoyama * Colin Dean * Toshi MARUYAMA * YU-TAYU * yoku0825 |
||
taca
|
58d5fa8486 | Note update of math/ruby-spreadsheet package to 1.0.5. | ||
taca
|
57beec1297 |
Update ruby-spreadsheet to 1.0.5.
### 1.0.5 / 01.09.2015 Author: kunashir <kunashir@list.ru> Date: Tue Sep 1 13:12:49 2015 +0300 * add format for nubmer with out # ### 1.0.4 / 18.07.2015 Author: Edmund Mai <edmundm@crowdtap.com> Date: Fri Jul 17 15:32:47 2015 -0400 * Fixes slow Spreadsheet.open response in console |
||
taca
|
ed77b278fb | Note update of www/ruby-sinatra-contrib package to 1.4.6. | ||
taca
|
6b4630bd70 |
Update sinatra-contrib to 1.4.6.
* only assign kcode if ruby version is < 1.9.0 * Fix typo in test description [skip ci] * Modify deploy task's git details * lock libv8 to 3.16.14.7 for 1.8.7 |
||
taca
|
6f83882a90 | Note update of www/ruby-sass package to 3.4.18. | ||
taca
|
52d5f79460 |
Update ruby-sass to 3.4.18.
3.4.17 (21 August 2015) * Allow passing calc values to rgb/hsl color constructors. * The source map end character for lists now correctly uses the end of the list instead of the end of the first element in the list. * Fix up some edge cases where extra semicolons could be added to unknown directives in compressed mode. * If you try to do a stupid color operation with a stupid value, the error message will now be less stupid than it was. * Make is-superselector("a > c d", "a > b c d") return false. This also fixes some related @extend behavior. * A / in a parenthesized list is consistently treated as a plain / unless it meets the criteria for being treated as division. * In sass-convert, ensure that literal /es are preserved. 3.4.16 (10 July 2015) * When converting from Sass to SCSS or vice versa, double-space around nested rules the same as around top-level rules. * Compatibility with listen 3. * Parse a minus operator with no surrounding whitespace (e.g. 20px-10px) the same regardless of whether it’s being used in a static property. 3.4.15 (22 June 2015) * Further improve rounding for various numeric operations. * Be more explicit in the function documentation about functions being immutable. * Improve rounding in operator-based color operations. Deprecations – Must Read! * When using --stdin with the sass or scss executables, importing relative to the working directory is deprecated. Having the working directory on the load path was deprecated in 3.3 and removed in 3.4, but due to an oversight the deprecation process never happened for files read over standard input in particular. This is the first step of that process. |
||
taca
|
7d75543dbd | Note update of www/ruby-raindrops package to 0.15.0. | ||
taca
|
8bb22ded9c |
Update ruby-raindrops to 0.15.0.
=== raindrops 0.15.0 - non-glibc compat fix on Linux / 2015-07-22 00:30 UTC Thanks to Doug Forster for sending us the report. No other fixes * check for the existence of linux/tcp.h === raindrops 0.14.0 - misc doc updates / 2015-06-25 21:50 UTC Eric Wong (7): linux_inet_diag: annotate memory freeing on diag errors README: trim intro and update license modernize packaging and documentation move mailing list to raindrops-public@bogomips.org linux_inet_diag: clarify *fprintf usage without GVL TODO: add item for unix_diag and udp_diag linux_inet_diag: fix Wshorten-64-to-32 warnings Hleb Valoshka (1): Add setup and teardown for ipv6 tests |
||
taca
|
c564259f0c | Note update of www/ruby-rack-contrib package to 1.4.0. | ||
taca
|
e24294df22 |
Update ruby-rack-contrib to 1.4.0.
v1.4.0: Features, Features Everywhere, and not a bug to fix There's a bumper crop of new features this month. Share and enjoy! Deprecations * Rack::AcceptFormat is slated for removal in rack-contrib 2.0.0 (due on or after 1 January, 2016. Using this middleware will now result in a deprecation warning being printed to stderr. If you use this middleware, now would be a good time to start doing things properly. Features * Rack::LazyConditionalGet: new middleware, by Mig. This middleware tracks when the last POST/PUT/DELETE request was made, and returns 304 responses to requests which include a Last-Modified entity request header which is greater than or equal to that time. * Rack::StaticCache: You can now specify a custom "version" regex for your cache invalidation, if the default doesn't do it for you. Initial patch provided by Eric Boehs. * Rack::Profiler: You can now run a single request through the profiler multiple times, by adding the profiler_runs query parameter to the URL. Patch provided by Bryce McDonnell. |
||
taca
|
afb5018d6e | Note update of www/ruby-puma package to 2.13.4. | ||
taca
|
85b9e0fb93 |
Update ruby-puma to 2.13.4.
=== 2.13.4 / 2015-08-16 * 1 bug fix: * Use the environment possible set by the config early and from the config file later (if set). === 2.13.3 / 2015-08-15 Seriously, I need to revamp config with tests. * 1 bug fix: * Fix preserving options before cleaning for state. Fixes #769 === 2.13.2 / 2015-08-15 The "clearly I don't have enough tests for the config" release. * 1 bug fix: * Fix another place binds wasn't initialized. Fixes #767 === 2.13.1 / 2015-08-15 * 2 bug fixes: * Fix binds being masked in config files. Fixes #765 * Use options from the config file properly in pumactl. Fixes #764 === 2.13.0 / 2015-08-14 * 1 minor feature: * Add before_fork hooks option. * 3 bug fixes: * Check for OPENSSL_NO_ECDH before using ECDH * Eliminate logging overhead from JRuby SSL * Prefer cli options over config file ones. Fixes #669 * 1 deprecation: * Add deprecation warning to capistrano.rb. Fixes #673 * 4 PRs merged: * Merge pull request #668 from kcollignon/patch-1 * Merge pull request #754 from nathansamson/before_boot * Merge pull request #759 from BenV/fix-centos6-build * Merge pull request #761 from looker/no-log === 2.12.3 / 2015-08-03 * 8 minor bugs fixed: * Fix Capistrano 'uninitialized constant Puma' error. * Fix some ancient and incorrect error handling code * Fix uninitialized constant error * Remove toplevel rack interspection, require rack on load instead * Skip empty parts when chunking * Switch from inject to each in config_ru_binds iteration * Wrap SSLv3 spec in version guard. * ruby 1.8.7 compatibility patches * 4 PRs merged: * Merge pull request #742 from deivid-rodriguez/fix_missing_require * Merge pull request #743 from matthewd/skip-empty-chunks * Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error * Merge pull request #751 from costi/compat_1_8_7 * 1 test fix: * Add 1.8.7, rbx-1 (allow failures) to Travis. === 2.12.2 / 2015-07-17 * 2 bug fix: * Pull over and use Rack::URLMap. Fixes #741 * Stub out peercert on JRuby for now. Fixes #739 === 2.12.1 / 2015-07-16 * 2 bug fixes: * Use a constant format. Fixes #737 * Use strerror for Windows sake. Fixes #733 * 1 doc change: * typo fix: occured -> occurred * 1 PR merged: * Merge pull request #736 from paulanunda/paulanunda/typo-fix === 2.12.0 / 2015-07-14 * 13 bug fixes: * Add thread reaping to thread pool * Do not automatically use chunked responses when hijacked * Do not suppress Content-Length on partial hijack * Don't allow any exceptions to terminate a thread * Handle ENOTCONN client disconnects when setting REMOTE_ADDR * Handle very early exit of cluster mode. Fixes #722 * Install rack when running tests on travis to use rack/lint * Make puma -v and -h return success exit code * Make pumactl load config/puma.rb by default * Pass options from pumactl properly when pruning. Fixes #694 * Remove rack dependency. Fixes #705 * Remove the default Content-Type: text/plain * Add Client Side Certificate Auth * 8 doc/test changes: * Added example sourcing of environment vars * Added tests for bind configuration on rackup file * Fix example config text * Update DEPLOYMENT.md * Update Readme with example of custom error handler * ci: Improve Travis settings * ci: Start running tests against JRuby 9k on Travis * ci: Convert to container infrastructure for travisci * 2 ops changes: * Check for system-wide rbenv * capistrano: Add additional env when start rails * 16 PRs merged: * Merge pull request #686 from jjb/patch-2 * Merge pull request #693 from rob-murray/update-example-config * Merge pull request #697 from spk/tests-bind-on-rackup-file * Merge pull request #699 from deees/fix/require_rack_builder * Merge pull request #701 from deepj/master * Merge pull request #702 from Jimdo/thread-reaping * Merge pull request #703 from deepj/travis * Merge pull request #704 from grega/master * Merge pull request #709 from lian/master * Merge pull request #711 from julik/master * Merge pull request #712 from yakara-ltd/pumactl-default-config * Merge pull request #715 from RobotJiang/master * Merge pull request #725 from rwz/master * Merge pull request #726 from strenuus/handle-client-disconnect * Merge pull request #729 from allaire/patch-1 * Merge pull request #730 from iamjarvo/container-infrastructure |
||
taca
|
0552109a81 | Note update of www/ruby-jekyll-gist package to 1.3.4. | ||
taca
|
c80ae11e8b |
Update ruby-jekyll-gist to 1.3.4.
## 1.3.4 / 2015-08-28 * Catch `TimeoutError` to further support 1.9.3 (#16) ## 1.3.3 / 2015-08-20 * Fix gemspec to allow Ruby 1.9.3 (relates to #14) ## 1.3.2 / 2016-08-19 * Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14) * Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11) ## 1.3.1 / 2015-08-16 (yanked) * Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11) ## 1.3.0 / 2015-08-05 * Added an `noscript` fallback for browsers without JavaScript enabled. (#7) |
||
taca
|
cf3583223c | Note update of www/ruby-http_router package to 0.11.2. | ||
taca
|
6bbac87561 |
Update http_router to 0.11.2.
* Don't assume a router in Route#name=. * Update README to match the code. |
||
taca
|
823fd6bf6e | Note update of www/ruby-capybara package to 2.5.0. | ||
taca
|
639dea5d33 |
Update ruby-capybara to 2.5.0.
# Version 2.5.0 Release date: 2015-08-25 ### Fixed * Error message now raised correctly when invalid options passed to 'have_text'/'have_content' [Tom Walpole] * Rack-test driver correctly gets document title when elements on the page have nested title elements (SVG) [Tom Walpole] * 'save_page' no longer errors when using Capybara.asset_host if the page has no \<head> element [Travis Grathwell] * rack-test driver will ignore clicks on links with href starting with '#' or 'javascript:' ### Added * has_current_path? and associated asserts/matchers added [Tom Walpole] * Implement Node#path in selenium driver [Soutaro Matsumoto] * 'using_session' is now nestable [Tom Walpole] * 'switch_to_window' will now use waiting behavior for a matching window to appear [Tom Walpole] * Capybara.default_wait_time deprecated in favor of Capybara.default_max_wait_time to more clearly explain its purpose [Paul Pettengill] * Warning when attempting to select a disabled option * Capybara matchers are now available in RSpec view specs by default [Joshua Clayton] * 'have_link' and 'click_link' now accept Regexp for href matching [Yaniv Savir] * 'find_all' as an alias of 'all' due to collision with RSpec * Capybara.wait_on_first_by_default setting (default is false) If set to true 'first' will use Capybaras waiting behavior to wait for at least one element to appear by default * Capybara waiting behavior uses the monotonic clock if supported to ease restrictions on freezing time in tests [Dmitry Maksyoma, Tom Walpole] * Capybara.server_errors setting that allows to configure what type of errors will be raised from the server thread [Tom Walpole] * Node#send_keys to allow for sending keypresses directly to elements [Tom Walpole] * 'formmethod' attribute support in RackTest driver [Emilia Andrzejewska] * Clear field using backspaces in Selenium driver by using `:fill_options => { :clear => :backspace }` [Joe Lencioni] |
||
taca
|
7eb536a762 | Note update of textproc/ruby-redcarpet package to 3.3.2. | ||
taca
|
6f57c29e80 |
Update ruby-redcarpet to 3.3.2.
Exact changes are not available. |
||
taca
|
3e78557538 | Note update of textproc/ruby-multi_json package to 1.11.2. | ||
taca
|
7fdbbe2270 |
Update ruby-multi_json to 1.11.2
1.11.2
------
* [Only pass one argument to JrJackson when two is not supported](
|
||
taca
|
4b8a45da18 | Note update of textproc/ruby-kramdown package to 1.8.0. | ||
taca
|
31a78fdb5b |
Update ruby-kramdown to 1.8.0.
kramdown 1.8.0 released This release contains only some minor updates and bug fixes. Changes * 4 minor changes: - The LaTeX converter now uses \texttt instead of \tt for code spans (fixes #257, reported by richard101696) - New option footnote_backlink for changing the backlink of footnotes in the HTML converter (fixes #247, requested by Benjamin Esham) - A quote directly followed by an ellipsis is now converted into an opening quotation mark (fixes #253, requested by Michael Franzl) - Removed warning for self-closing HTML elements that are not self-closed (fixes #262, requested by Gregory Pakosz) * 3 bug fixes: - Fixed #251: The special character sequence \` now works correctly when used in footnotes or headers that appear in the table of contents (reported by Peter Kehl) - Fixed #254: kramdown crashed on encountering a table with multiple consecutive separator lines (reported by Christian Kruse) - Fixed #256: Certain footnote definitions and codeblocks lead to crashes or unneeded backtracking in the regular expression engine - fixed by using atomic grouping (reported by Ali Ok) |
||
taca
|
01bb2f3033 | Note update of textproc/ruby-haml package to 4.0.7. | ||
taca
|
f0d94aa84e |
Update ruby-haml to 4.0.7.
Add pkg_alternative support. # Haml Changelog ## 4.0.7 Released on August 10, 2015 ([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)). * Significantly improve performance of regexp used to fix whitespace handling in textareas (thanks [Stan Hu](https://github.com/stanhu)). |
||
taca
|
25cf9261d7 | Note update of sysutils/ruby-listen package to 2.10.1. | ||
taca
|
112d99a663 |
Update ruby-listen to 2.10.1, latest 2.10 release.
v2.10.1 * #320 - latency option was completely ignored for both OSX and when Polling * #302 - fix bug related to move_to/move_from breaking TCP functionality |
||
taca
|
ca10d1e221 | Note update of print/ruby-prawn package to 2.0.2. | ||
taca
|
fd5cb882a8 |
Update ruby-prawn to 2.0.2.
PrawnPDF 2.0.2 -- 2015-07-15 Links in repeaters/stamps are now clickable Previously, url links were not clickable when rendered within a stamp. The proper annotation references are now added to the page object that the stamp is called, thereby generating a clickable link in the pdf. Because repeaters are built upon stamps, this fix should also solve issues with links inside of repeaters. (Jesse Doyle, #801, #498) |
||
taca
|
317ede93b0 | Note update of print/ruby-pdf-core package to 0.6.0. | ||
taca
|
1af1a627e9 |
Update ruby-pdf-core to 0.6.0.
* Add spec for trailer initialization * Update document state spec description * Remove securerandom * Fixed tests for document state trailer * Remove default_trailer & leave it as an empty hash * Add document ID to trailer for PDF-X spec compat |
||
joerg
|
8eb05d8506 | Deal with new freetype header. | ||
joerg
|
16af57e146 |
Avoid left-shifting negative values, which is undefined behavior.
Bump revision just in case. |
||
joerg
|
96efc184d6 |
Deal with new freetype header. Remove unwind.h override, the normal
system header list already includes it. |
||
taca
|
14e7b63dab | Note update of net/ruby-net-ping package to 1.7.8. | ||
joerg
|
7612f47233 |
Introduce IGNORE_INTERACTIVE_FETCH to allow trying to fetch files from
the override site, even for INTERACTIVE_STATE=stage or FETCH_MESSAGE. Ignore all backup sites as they won't have the distfile anyway, the fetch wouldn't be interactive in first place otherwise. |