summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-18Fix PLIST (some directories were not removed).ghen1-1/+4
2009-03-18Fix build and PLIST for -opengl caseabs2-5/+11
2009-03-18+ accerciser-1.6.0, gdl-2.26.0, genius-1.0.6, glade-3.6.0,wiz1-2/+7
intltool-0.40.6, monodevelop-1.9.3.
2009-03-18Updated mail/dovecot to 1.1.12.ghen1-1/+2
2009-03-18Update to Dovecot 1.1.12. Changes since 1.1.11:ghen2-6/+6
* Added :MAILBOXDIR= to mail_location to specify the root dir for mailboxes. dbox users should migrate to ":MAILBOXDIR=mailboxes", because that's going to be the default in v1.2+. + Linux: Adding -D parameter to login_executable makes login processes dump core to login_dir if they crash. - IMAP: SELECT didn't always return first unseen message in reply - POP3: pop3_lock_session=yes didn't use mail_privileged_group while dotlocking. - mbox: Don't crash if >=8192 bytes long line begins with "From ". - Maildir: More fixes to handling over 26 keywords. - Several logging fixes and improvements - Fixed authentication caching with non-plaintext mechanisms when using a blocking passdb (e.g. MySQL) - Fixed DIGEST-MD5 authentication with user@domain style usernames.
2009-03-18Include libglade/buildlink3.mk to get us building.snj1-1/+2
2009-03-18Remove some now-unused bl3 includes.snj1-10/+1
2009-03-18 Updated devel/bzr to 1.13 [epg 2009-03-18]epg1-1/+4
Updated devel/bzrtools to 1.13.0nb1 [epg 2009-03-18] Updated devel/bzr-svn to 0.5.3 [epg 2009-03-18] Forgot to comment out PKGREVISION in bzrtools but doing so now would possibly break someone, so leaving as is.
2009-03-18bzr-svn 0.5.3 2009-03-10epg3-7/+20
BUG FIXES * Lazily load commands during help. (#330928) * Fix one-line helps for dpush / foreign-mapping-upgrade. (#331051) * Skip unicode tests if the local file system doesn't support unicode paths. * Don't print traceback when connection errors occur during push. (#331078) * Fix exception importing with itrunk* layout. * Break subversion locks in ``bzr break-lock''. * Handle corner case following branch paths outside of prefixes in revision metadata browser. * Handle strange corner case in HTTP, where get_dir() works on files and we accidently start to call update() on files. * Don't check branch root when looking for round-tripped revisions that used revision properties. (#294784) * Support non-ascii characters in home directories. (#333121) * Fix recognizing tags when using wildcard layouts. (#333960) * Fetch left-hand side ancestry if it's outside of the prefix in svn-import. (#334692) * Support pushing kind changes from directory to file. (#335445) * Fixed canonicalization issue when retrieving remote revision trees over HTTP. * Fix recognition of v3 mappings pushed with incomplete revision properties. * Print proper error when a part of the repository is inaccessible during fetch. (#323084) * Fix concurrent access problems during push/commit. (#248289) * Allow svn: revision specifier in non-svn branches. (#337295) * Cope with v3 and v4 mappings being interwined in a mainline with roundtripped revisions. (#332364) * Print proper error when it is impossible to get a branch path in a particular layout. (#340081) PERFORMANCE * Significant speed improvements when no (old) tags have to be fetched. Requires InterBranch.pull() patch. * The guessed layout is now only stored in the configuration and no longer re-determined every time a repository is accessed. * Looking for missing revisions is now done in groups, significantly improving the time spent in the "determining revisions to fetch" step. * A simple LRU cache is now used for texts during fetch. * Avoid loading subvertpy in a couple more situations when probing for Subversion repositories. (#336449) FEATURES * Now prints parent Subversion revision number after successful pull. (#332196) * Annotate run against Subversion repositories now works. (#335735) bzr-svn 0.5.2 2009-02-18 BUG FIXES * Fix installation of cache module.
2009-03-18March 11 2008epg2-6/+6
* `bzr patch` handles URLs with trailing slashes. * RELEASE: bzrtools 1.13.0
2009-03-18bzr 1.13 "paraskavedekatriaphobia" 2009-03-14epg3-7/+53
--------------------------------------------- This release includes bug fixes and a few performance and feature improvements. GNU Changelog output can now be produced by ``bzr log --format gnu-changelog``. Debug flags can now be set in ``~/.bazaar/bazaar.conf``. Lightweight Checkouts and Stacked Branches should both be much faster over remote connections. CHANGES FROM bzr 1.13rc1 2009-03-10: BUG FIXES: * Fix "is not a stackable format" error when pushing a stackable-format branch with an unstackable-format repository to a destination with a default stacking policy. (Andrew Bennetts) * Progress bars now show the rate of network activity for ``bzr+ssh://`` and ``bzr://`` connections. (Andrew Bennetts) COMPATIBILITY BREAKS: * ``bzr log --line`` now indicates which revisions are merges with `[merge]` after the date. Scripts which parse the output of this command may need to be adjusted. (Neil Martinsen-Burrell) NEW FEATURES: * ``bzr reconfigure`` now supports --with-trees and --with-no-trees options to change the default tree-creation policy of shared repositories. (Matthew Fuller, Marius Kruger, #145033) * Debug flags can now be set in ``~/.bazaar/bazaar.conf``. (Martin Pool) * Filtered views provide a mask over the tree so that users can focus on a subset of a tree when doing their work. See ``Filtered views`` in chapter 7 of the User Guide and ``bzr help view`` for details. (Ian Clatworthy) * GNU Changelog output can now be produced by ``bzr log --format gnu-changelog``. (Andrea Bolognani, Martin Pool) * The ``-Dmemory`` flag now gives memory information on Windows. (John Arbash Meinel) * Multiple authors for a commit can now be recorded by using the "--author" option multiple times. (James Westby, #185772) * New clean-tree command, from bzrtools. (Aaron Bentley, Jelmer Vernoij) * New command ``bzr launchpad-open`` opens a Launchpad web page for that branch in your web browser, as long as the branch is on Launchpad at all. (Jonathan Lange) IMPROVEMENTS: * ``bzr add`` no longer prints ``add completed`` on success. Failure still prints an error message. (Robert Collins) * ``bzr branch`` now has a ``--no-tree`` option which turns off the generation of a working tree in the new branch. (Daniel Watkins, John Klinger, #273993) * Bazaar will now point out ``bzr+ssh://`` to the user when they use ssh://. (Jelmer Vernooij, #330535) * ``bzr -v info`` now omits the number of committers branch statistic, making it many times faster for large projects. To include that statistic in the output, use ``bzr -vv info``. (Ian Clatworthy) * ``bzr push`` to a ``bzr`` url (``bzr://``, ``bzr+ssh://`` etc) will stream if the server is version 1.13 or greater, reducing roundtrips significantly. (Andrew Bennetts, Robert Collins) * Lightweight Checkouts and Stacked Branches should both be much faster over remote connections. Building the working tree now batches up requests into approx 5MB requests, rather than a separate request for each file. (John Arbash Meinel) * Support for GSSAPI authentication when using HTTP or HTTPS. (Jelmer Vernooij) * The ``bzr shelve`` prompt now includes a '?' help option to explain the short options better. (Daniel Watkins, #327429) * ``bzr lp-open`` now falls back to the push location if it cannot find a public location. (Jonathan Lange, #332372) * ``bzr lp-open`` will try to find the Launchpad URL for the location passed on the command line. This makes ``bzr lp-open lp:foo`` work as expected. (Jonathan Lange, #332705) * ``bzr send`` now supports MH-E via ``emacsclient``. (Eric Gillespie) BUG FIXES: * Bazaar now gives a better message including the filename if it's unable to read a file in the working directory, for example because of a permission error. (Martin Pool, #338653) * ``bzr send`` help is more specific about how to apply merge directives. (Neil Martinsen-Burrell, #253470) * ``bzr missing`` now uses ``Repository.get_revision_delta()`` rather than fetching trees and determining a delta itself. (Jelmer Vernooij, #315048) * ``bzr push`` to a smart server no longer causes "Revision {set([('null:',)])} not present ..." errors when the branch has multiple root revisions. (Andrew Bennetts, #317654) * ``bzr shelve`` now properly handle patches with no terminating newline. (Benoît PIERRE, #303569) * ``bzr unshelve`` gives a more palatable error if passed a non-integer shelf id. (Daniel Watkins) * Export now handles files that are not present in the tree. (James Westby, #174539) * Fixed "sprout() got an unexpected keyword argument 'source_branch'" error branching from old repositories. (Martin Pool, #321695) * Make ``bzr push --quiet <non-local location>`` less chatty. (Kent Gibson, #221461) * Many Branch hooks would not fire with ``bzr://`` and ``bzr+ssh://`` branches, and this was not noticed due to a bug in the test logic for branches. This is now fixed and a test added to prevent it reoccuring. (Robert Collins, Andrew Bennetts) * Restore the progress bar on Windows. We were disabling it when TERM wasn't set, but Windows doesn't set TERM. (Alexander Belchenko) * ``setup.py build_ext`` now gives a proper error when an extension fails to build. (John Arbash Meinel) * Symlinks to non ascii file names are now supported. (Robert Collins, Vincent Ladeuil, #339055, #272444) * Under rare circumstances (aka nobody reported a bug about it), the ftp transport could revert to ascii mode. It now stays in binary mode except when needed. (Vincent Ladeuil) * Unshelve does not generate warnings about progress bars. (Aaron Bentley, #328148) DOCUMENTATION: * Added ``Organizing your workspace`` to the User Guide appendices, summarizing some common ways of organizing trees, branches and repositories and the processes/workflows implied/enabled by each. (Ian Clatworthy) * Hooks can now be self documenting. ``bzrlib.hooks.Hooks.create_hook`` is the entry point for this feature. (Robert Collins) * The documentation for ``shelve`` and ``unshelve`` has been clarified. (Daniel Watkins, #327421, #327425) API CHANGES: * ``bzr selftest`` now fails if the bazaar sources contain trailing whitespace, non-unix style line endings and files not ending in a newline. About 372 files and 3243 lines with trailing whitespace was updated to comply with this. The code already complied with the other criteria, but now it is enforced. (Marius Kruger) * ``Branch.fetch`` and ``Repository.fetch`` now return None rather than a count of copied revisions and failed revisions. A while back we stopped ever reporting failed revisions because we started erroring instead, and the copied revisions count is not used in the UI at all - indeed it only reflects the repository status not changes to the branch itself. (Robert Collins) * MutableTree.commit now favours the "authors" argument, with the old "author" argument being deprecated. * Remove deprecated EmptyTree. (Martin Pool) * ``Repository.fetch`` now accepts an optional ``fetch_spec`` parameter. A ``SearchResult`` or ``MiniSearchResult`` may be passed to ``fetch_spec`` instead of a ``last_revision`` to specify exactly which revisions to fetch. (Andrew Bennetts) * ``RepositoryAcquisitionPolicy.acquire_repository`` now returns a tuple of ``(repository, is_new_flag)``, rather than just the repository. (Andrew Bennetts) * Revision.get_apparent_author() is now deprecated, replaced by Revision.get_apparent_authors(), which returns a list. The former now returns the first item that would be returned from the second. * The ``BranchBuilder`` test helper now accepts a ``timestamp`` parameter to ``build_commit`` and ``build_snapshot``. (Martin Pool) * The ``_fetch_*`` attributes on ``Repository`` are now on ``RepositoryFormat``, more accurately reflecting their intent (they describe a disk format capability, not state of a particular repository of that format). (Robert Collins) INTERNALS: * Branching from a non-stacked branch on a smart protocol is now free of virtual file system methods. (Robert Collins, Andrew Bennetts) * Branch and Repository creation on a bzr+ssh://server are now done via RPC calls rather than VFS calls, reducing round trips for pushing new branches substantially. (Robert Collins) * ``Branch.clone`` now takes the ``repository_policy`` formerly used inside ``BzrDir.clone_on_transport``, allowing stacking to be configured before the branch tags and revision tip are set. This fixes a race condition cloning stacked branches that would cause plugins to have hooks called on non-stacked instances. (Robert Collins, #334187) * ``BzrDir.cloning_metadir`` now has a RPC call. (Robert Collins) * ``BzrDirFormat.__str__`` now uses the human readable description rather than the sometimes-absent disk label. (Robert Collins) * ``bzrlib.fetch`` is now composed of a sender and a sink component allowing for decoupling over a network connection. Fetching from or into a RemoteRepository with a 1.13 server will use this to stream the operation. (Andrew Bennetts, Robert Collins) * ``bzrlib.tests.run_suite`` accepts a runner_class parameter supporting the use of different runners. (Robert Collins) * Change how file_ids and revision_ids are interned as part of inventory deserialization. Now we use the real ``intern()``, rather than our own workaround that would also cache a Unicode copy of the string, and never emptied the cache. This should slightly reduce memory consumption. (John Arbash Meinel) * New branch method ``create_clone_on_transport`` that returns a branch object. (Robert Collins) * New hook Commands['extend_command'] to allow plugins to access a command object before the command is run (or help generated from it), without overriding the command. (Robert Collins) * New version of the ``BzrDir.find_repository`` verb supporting ``_network_name`` to support removing more _ensure_real calls. (Robert Collins) * ``RemoteBranchFormat`` no longer claims to have a disk format string. (Robert Collins) * ``Repository`` objects now have ``suspend_write_group`` and ``resume_write_group`` methods. These are currently only useful with pack repositories. (Andrew Bennetts, Robert Collins) * ``BzrDirFormat``, ``BranchFormat`` and ``RepositoryFormat`` objects now have a ``network_name`` for passing the format across RPC calls. (Robert Collins, Andrew Bennetts) * ``RepositoryFormat`` objects now all have a new attribute ``_serializer`` used by fetch when reserialising is required. (Robert Collins, Andrew Bennetts) * Some methods have been pulled up from ``BzrBranch`` to ``Branch`` to aid branch types that are not bzr branch objects (like RemoteBranch). (Robert Collins, Andrew Bennetts) * Test adaptation has been made consistent throughout the built in tests. ``TestScenarioApplier``, ``multiply_tests_from_modules``, ``adapt_tests``, ``adapt_modules`` have all been deleted. Please use ``multiply_tests``, or for lower level needs ``apply_scenarios`` and ``apply_scenario``. (Robert Collins) * ``TestSkipped`` is now detected by TestCase and passed to the ``TestResult`` by calling ``addSkip``. For older TestResult objects, where ``addSkip`` is not available, ``addError`` is still called. This permits test filtering in subunit to strip out skipped tests resulting in a faster fix-shrink-list-run cycle. This is compatible with the testtools protocol for skips. (Robert Collins) * The ``_index`` of ``KnitVersionedFiles`` now supports the ability to scan an underlying index that is going to be incorporated into the ``KnitVersionedFiles`` object, to determine if it has missing delta references. The method is ``scan_unvalidated_index``. (Andrew Bennetts, Robert Collins) * There is a RemoteSink object which handles pushing to smart servers. (Andrew Bennetts, Robert Collins) * ``TransportTraceDecorator`` now logs ``put_bytes_non_atomic`` and ``rmdir`` calls. (Robert Collins) * ``VersionedFiles`` record adapters have had their signature change from ``(record, record.get_bytes_as(record.storage_kind))`` to ``(record)`` reducing excess duplication and allowing adapters to access private data in record to obtain content more efficiently. (Robert Collins) * We no longer probe to see if we should create a working tree during clone if we cannot get a local_abspath for the new bzrdir. (Robert Collins)
2009-03-18+@dirrm share/pixmaps/pidgin/emotes/small. This has been missing forsnj1-1/+2
3 months and nobody has complained. PKGREVISION not bumped on grounds of "no reasonable person would want to upgrade."
2009-03-18Add back a CFLAGS hack for NetBSD overlooked by me in last commit.hasso2-6/+16
2009-03-18Remove midori-0.1.4.snj1-2/+1
2009-03-18Updated www/webkit-gtk to 1.1.3 [snj 2009-03-18]snj1-1/+3
Updated www/midori to 0.1.4 [snj 2009-03-18]
2009-03-18Update to 0.1.4. Changes:snj4-17/+67
v0.1.4: + Automatic inline find can be disabled + Implement an Encoding menu + Add Open all in Tabs for bookmarks and history + Bookmarks can be moved to other folders + Fix blank page 'loading' and HTTP authentication + Display history dates in the local format + Allow editing of completion items v0.1.3: + Sidepanel can be aligned on the right + Bookmarks can be organized in folders + Support find as you type + Support international domain names + Tweak location completion + Provide default search engines + Integrate with Maemo if available + Implement Mouse Gestures extension + Implement a Plugins panel + Editing the toolbar via a context menu + Introduce Zoom Text and Images preference v0.1.2: + Open new tabs by clicking on the tabbar + Refactor and speed up location completion + Show a Crash dialog after crashes + Dynamically save files when needed + Support Back/ Forward mouse buttons + Support javascript: bookmarklets + Implement Proxy and Identification string + Implement cookie storage on disk + Remove autotooled build system + Add a new Extensions panel + Implement opening of new windows + Display tooltips in Preferences
2009-03-18Update to 1.1.3. Changes:snj9-181/+44
2009-03-15 Xan Lopez <xlopez@igalia.com> Bump version to 1.1.3 for release and fix soversion calculation (oops). Thanks to Frederik Himpe for pointing this out. * configure.ac: 2009-03-15 Xan Lopez <xlopez@igalia.com> Bump version and libtool version for release. * configure.ac: 2009-03-14 Xan Lopez <xlopez@igalia.com> No review, build fix. Split clean rules to make distcheck pass. * GNUmakefile.am: 2009-03-13 Mark Rowe <mrowe@apple.com> Reviewed by Dan Bernstein. Remove rarely used Makefile targets from the Makefile. There are many situations in which the targets don't work as expected, and their primary use is addressed by having the build system default to building the appropriate architecture. * Makefile.shared: 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> Reviewed by Holger Freyther. [Gtk] Fix make clean targets https://bugs.webkit.org/show_bug.cgi?id=24450 Fix 'make' clean targets. We shouldn't be removing DerivedSources if it's only clean. Only remove it if it's distclean or maintainer-clean. Also remove build-related auxillary files on dist/maintainer clean. * GNUmakefile.am: 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> Reviewed by Holger Freyther [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore https://bugs.webkit.org/show_bug.cgi?id=2260 pangoft2 is also used in directfb builds so use it for all targets * configure.ac: 2009-03-02 Xan Lopez <xan@gnome.org> Reviewed by Mark Rowe. https://bugs.webkit.org/show_bug.cgi?id=24287 [GTK] Move auth dialog feature to WebKit/ Add WebKitSoupAuthDialog files to build. * GNUmakefile.am: 2009-03-03 Gustavo Noronha Silva <gns@gnome.org> Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=16826 [Gtk] Implement WebKitDownload Adding new files related to WebKitDownload to the GTK+ port. * GNUmakefile.am: 2009-03-02 Gustavo Noronha Silva <gns@gnome.org> Unreviewed build fix; adding missing files to EXTRA_DIST, so that they show up in the tarball. * GNUmakefile.am: 2009-03-01 Christian Dywan <christian@twotoasts.de> * configure.ac: Bump GTK port version to 1.1.1. 2009-02-27 Gustavo Noronha Silva <gns@gnome.org> Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list file to EXTRA_DIST to fix make dist. * GNUmakefile.am: 2009-02-26 Xan Lopez <xan@gnome.org> Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=16947 [GTK] Missing HTTP Auth challenge Add HTTP authentication dialog with optional GNOME Keyring storage. * GNUmakefile.am: * configure.ac: 2009-02-26 Xan Lopez <xan@gnome.org> Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=16947 [GTK] Missing HTTP Auth challenge Take marshallers to be built from a manually maintained list instead of grepping the sources. It's much faster, especially so now that we want to add marshallers from WebCore too. A system to only take into account the modified files when generating the marshallers from sources could be hacked, but I think it's overkill considering how rarely a new marshaller is added. * GNUmakefile.am: 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org> Reviewed by Alexey Proskuryakov. [Gtk] add options for 3D transforms and HTML5 channel messaging to the build https://bugs.webkit.org/show_bug.cgi?id=24072 Add options for toggling 3D transforms and HTML5 channel messaging support on or off. Also fix the web-workers option. It should be web-workers and not workers. * configure.ac: 2009-02-23 Xan Lopez <xan@gnome.org> Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=22624 [SOUP][GTK] Need API to get SoupSession from WebKit. Remove CURL support, the only supported HTTP backend is SOUP now. * GNUmakefile.am: * configure.ac: 2009-02-19 Christian Dywan <christian@twotoasts.de> Rubber-stamped by Holger Freyther. http://bugs.webkit.org/show_bug.cgi?id=22811 Underlinking in Programs_UnitTests (GTK+ build) * GNUmakefile.am: Add GLIB_LIBS to unit test library flags. 2009-02-18 Gustavo Noronha Silva <gns@gnome.org> Reviewed by Holger Freyther. Fix symbols.filter location, and add other missing files to the autotools build, so that make dist works. * GNUmakefile.am: 2009-02-17 Gustavo Noronha Silva <gns@gnome.org> Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=23939 Release build being built with debugging symbols * configure.ac: Revert change done in revision 40790, since we already have a AC_PROG_CXX macro call as part of WEBKIT_INIT 2009-02-12 Gustavo Noronha Silva <gns@gnome.org> Reviewed by Eric Seidel. * configure.ac: Make soup the default HTTP backend for the Gtk port. 2009-02-09 Calvin Walton <calvin.walton@gmail.com> Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=23823 [Gtk] Fix build with recent autotools Current versions of automake/libtool don't assume you want C++ enabled by default any more, so explicitly check for a C++ compiler. * configure.ac: Add AC_PROG_CXX macro 2009-02-02 Christian Dywan <christian@twotoasts.de> Rubber-stamped by Holger Freyther. Don't require Geolocation by default. * configure.ac: 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org> Reviewed by Nikolas Zimmermann. [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits https://bugs.webkit.org/show_bug.cgi?id=22136 * GNUmakefile.am: * acinclude.m4: Removed. * autogen.sh: * autotools/acinclude.m4: Added. * autotools/dolt.m4: Added. * autotools/symbols.filter: Renamed from symbols.filter. * autotools/webkit.m4: Added. * configure.ac: 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org> Reviewed by Nikolas Zimmermann. [GTK] Implement GeolocationService using the Geoclue library https://bugs.webkit.org/show_bug.cgi?id=22022 Untested implementation of the GeolocationService using the geoclue library. Velocity handling is completely missing and the accuracy handling might be wrong. * GNUmakefile.am: * configure.ac: 2009-01-11 Xan Lopez <xan@gnome.org> Reviewed by Holger Freyther. Bump version to 1.1.0 since we are breaking ABI and adding new major features. * configure.ac: 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk> Reviewed by Holger Freyther. http://bugs.webkit.org/show_bug.cgi?id=16562 [gtk] Implement WebPolicyDelegate methods Original work by Pierre-Luc Beaudoin. Final touches by Gustavo Noronha. This implements the delegates methods of WebPolicyDelegate. Since Gtk+/C doesn't have delegate methods, they are replaced with signals. A new object WebKitWebPolicyDecision allows the browser to delay its response in certain cases. WebKitWebNavigationAction contains the information about what caused a navigation request. * GNUmakefile.am: Add new files 2008-12-19 Gustavo Noronha Silva <gns@gnome.org> Reviewed by Holger Freyther. Use ustar tar format for WebKit/GTK+'s make dist target, so that storing files whose filenames are > 99 is possible. * configure.ac: 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org> [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST Fix the jit compilation on i*686 on Linux by using the va_list to pass arguments to the CTI. This is done on the MAC as well and sunspider and javascriptcore seem to work with that. * configure.ac: 2008-12-18 Pamela Greene <pam@chromium.org> Submitted without review. Right, remove the whole misplaced directory, not just the tests. * fast: Removed. * fast/dom: Removed. 2008-12-18 Pamela Greene <pam@chromium.org> Submitted without review. Moving layout test into LayoutTests where it belongs. * fast/dom/setter-type-enforcement-expected.txt: Removed. * fast/dom/setter-type-enforcement.html: Removed. 2008-12-15 Daniel Macks <dmacks@netspace.org> Reviewed by Darin Adler. Default to use external libicu-config if avail on all platforms. https://bugs.webkit.org/show_bug.cgi?id=22713 * configure.ac:
2009-03-18Updated devel/libgnomeuimm to 2.26.0jmcneill2-3/+3
2009-03-18Update libgnomeuimm to 2.26.0.jmcneill2-7/+7
2.26.0: * Cleaned up glib includes to use only toplevel headers. (Przemys\xc5\x82aw Grzegorczyk) Bug #564222
2009-03-18Updated misc/gok to 2.26.0jmcneill2-3/+3
2009-03-18Update gok to 2.26.0.jmcneill4-8/+46
What's new in GOK 2.26.0? * Lots of translation updates What's new in GOK 2.25.91? Bug fixes: #435973 - Migrate to GtkAboutDialog #560441 - Remove deprecated GLib symbols #567105 - Fix empty msgid's #570756 - Disable XEvIE by default (Li Yuan) New and updated translations: [bg] Alexander Shopov [da] Kenneth Nielsen [es] Jorge Gonzalez [eu] Inaki Larranaga Murgoitio [nb] Kjartan Maraas [nl] Wouter Bolsterlee [pt] Duarte Loreto [sv] Daniel Nylander [vi] Clytie Siddall [zh_HK] Chao-Hsiung Liao [zh_TW] Chao-Hsiung Liao What's new in GOK 2.25.90? * Bug fixes: #536277 * New '--disable-autobranch' command-line option. What's new in GOK 2.25.3? * Migration to msgctxt (#567105), thanks to Leonardo Ferreira Fontenelle. * Updated translations.
2009-03-18Updated editors/gconf-editor to 2.26.0jmcneill2-3/+3
2009-03-18Update gconf-editor to 2.26.0.jmcneill3-10/+109
2.26.0 * Updates: - Updated translations. 2.25.91 * New features: - Add preliminary support to set default/mandatory values with PolicyKit (Vincent Untz). * Fixes: - Fix sensitivity of context menu entries for Unset, SetDefault and SetMandatory (Vincent Untz). - Port to GtkTooltip. - Enforce single-include policy for GLib and GTK+ - Don't steal focus with the "Pattern not found" dialog. - Drop dependency on libgnome and libgnomeui. - Plug some memory leaks. * Updates: - Updated translations.
2009-03-18Updated misc/deskbar-applet to 2.26.0jmcneill2-3/+3
2009-03-18Update deskbar-applet to 2.26.0.jmcneill3-11/+27
===================== deskbar-applet 2.26.0 ===================== This is the first stable release of the 2.26 series. Translations: - Updated as: Amitakhya Phuka - Updated bn_IN: Runa Bhattacharjee - Updated el: Jennie Petoumenou - Updated et: Priit Laes - Updated gl: Ignacio Casal Quinteiro - Updated gu: Ankitkumar Patel - Updated he: Yair Hershkovitz - Updated hu: Gabor Kelemen - Updated lt: Gintautas Miliauskas - Updated ml: Praveen Arimbrathodiyil, Ani Peter - Updated mr: Sandeep Shedmake - Updated nb: Kjartan Maraas - Updated or: MAnoj Kumar Giri - Updated ru: Nickolay V. Shmyrev - Updated ta: I. Felix - Updated te: Krishnababu K - Updated tr: Baris Cicek Help Manual Translations: -Updated en_GB: Jen Ockwell ====================== deskbar-applet 2.25.92 ====================== - Fixed #572291, Bookmark search doesn't match on Epiphany topics (Sebastian Pölsterl) Translations: - Updated ca: Gil Forcada - Updated de: Nathan-J. Hirschauer - Updated en_GB: Philip Withnall, David Lodge - Updated fr: Bruno Brouard - Updated gu: Sweta Kothari - Updated it: Milo Casagrande - Updated kn: Shankar Prasad - Updated ko: Changwoo Ryu - Updated lv: Raivis Dejus - Updated pt_BR: Krix Apolinário, Jonh Wendell Help Manual Translations: - Updated de: Mario Blättermann ====================== deskbar-applet 2.25.91 ====================== - Fixed bug that only local GTK bookmarks showed up. - Searching for bookmark name is case insensitive now. - Check if there's an default application to open the url in ShowUrlAction.is_valid - Fixed bug that first and last category where not selectable with keyboard - Select last item when Enter is pressed in entry when the applet is on the bottom panel - Set correct sort order of CuemiacTreeView at startup Translations: - Updated be@latin: Ihar Hrachyshka - Updated bg: Alexander Shopov - Updated cs: Pavel Šefránek - Updated eu: Iñaki Larrañaga Murgoitio - Updated fi: Ilkka Tuohela - Updated ja: Takeshi AIHANA - Updated nb: Kjartan Maraas - Updated pl: Tomasz Dominikowski - Updated pt: Duarte Loreto - Updated ro: Jani Monoses, Adi Roiban - Updated sv: Daniel Nylander - Updated th: Theppitak Karoonboonyanan - Updated vi: Clytie Siddall - Updated zh_HK: Chao-Hsiung Liao - Updated zh_TW: Chao-Hsiung Liao ====================== deskbar-applet 2.25.90 ====================== - Fixed #569260, crash in Deskbar: started typing 3 (based on patch by Tom Parker) - Fixed #528184, Write OpenSearch module (based on work by Arthur Perton) - Fixed #419211, Web search in new a browser window (Sebastian Pölsterl) - Fixed #542861, Deskbar applet has a pixel border when placed at the edge of the screen (Sebastian Pölsterl) - Fixed #557801, Results category nodes are not keyboard focusable (Sebastian Pölsterl) - Fixed #569093, use indexer for path searches (patch by Juri Pakaste) - Fixed #570059, Strings from .ui files missing from translation template (Sebastian Pölsterl) - Fixed bug that same GoogleCodeSearchMatch has been added multiple times and assign priorities to matches (Sebastian Pölsterl) - Added match to yahoo, googlesearch and googlecodesearch that opens the results in the browser (Sebastian Pölsterl) Translations: - Updated ca: Gil Forcada - Updated da: Kenneth Nielsen - Updated es: Jorge González - Updated fi: Ilkka Tuohela - Updated gu: Sweta Kothari - Updated hu: Gabor Kelemen - Updated ko: Changwoo Ryu - Updated nb: Kjartan Maraas - Updated pt_BR: Daniel S. Koda ===================== deskbar-applet 2.25.5 ===================== - Fixed #567422, Add missing include to eggaccelerators.c (patch by Magnus Boman) - Fixed launch_default_for_uri_and_scheme function to work with ghelp and mailto addresses (Sebastian Pölsterl) Translations: - Updated ca: Gil Forcada - Updated he: Yair Hershkovitz, Mark Krapivner - Updated sv: Daniel Nylander - Updated th: Theppitak Karoonboonyanan ===================== deskbar-applet 2.25.4 ===================== - Fixed #558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl) - Fixed #564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters) Translations: - Updated be@latin: Ihar Hračyška - Updated el: Jennie Petoumenou - Updated es: Jorge González - Updated hu: Gabor Kelemen - Updated nb: Kjartan Maraas ===================== deskbar-applet 2.25.3 ===================== - Show windows that are part of viewport that is currently not visible (Daniel Wutke) ===================== deskbar-applet 2.25.2 ===================== Despite bug fixes this release adds a new reboot action. - Fixed #552204, AttributeError: 'NoneType' object has no attribute 'get_actions' in __get_match_action_for_cell (Sebastian Pölsterl) - Fixed #559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing) - Fixed #560190, Added RebootAction and RebootMatch (Sebastian Pölsterl) - Fixed #561181, Support both simplejson and json module (Sebastian Pölsterl) Translations: - Updated es: Jorge González - Updated pt_BR: Leonardo Gregianin, Og Maciel - Updated sv: Daniel Nylander ===================== deskbar-applet 2.25.1 ===================== In this release all gnomevfs calls have been ported to gio and from glade files are replaced GTK builder UI files. Therefore, pygobject 2.15.3 or later is required. - Fixed #557570, Crash when proxy port changed (Sebastian Pölsterl) - Fixed #551218, Use of strings "Croation" and "Croatian" (Sebastian Pölsterl) - Fixed #552203, Typo: affect (Sebastian Pölsterl) Translations: - Updated ast: Gil Forcada, Astur - Updated de: Christian Kirbach - Updated ja: Takeshi AIHANA - Updated uk: Maxim Dziumanenko
2009-03-18Updated games/gnome-games to 2.26.0jmcneill2-3/+3
2009-03-18Updated games/gnome-games to 2.26.0.jmcneill5-160/+521
gnom-games 2.26.0 ================= This release is the first stable release in the Gnome 2.26 desktop module. Other than translation updates, three bugs were fixed: Aisleriot: - When using Clutter, draw Aisleriot card movement animations to empty stacks correctly (Neil Roberts) Sudoku: - Fix crasher bug where the a dict was being changed in one thread while another was iterating over the dict. (Thomas H.P. Andersen, Bug #529792) - Fixes a crasher bug when numpy is not installed. (Thomas H.P. Andersen, Bug #416249) Translations: aklapper (2): Updated Czech translation by Petr Pulc. aman (2): updating for Gnome Punjabi Translation by A S Alam amitakhya (1): Updated assamese translations claudep (3): Fixed wrong term and typo. Updated French translation by Bruno Brouard and Claude Paroz. Updated French translation (synced edit with aisleriot help) dnloreto (1): Updated Portuguese translation gforcada (2): Updated Catalan translation by Joan Duran gintas (2): Updated Lithuanian translation. hendrikr (1): Updated German translation. icq (1): Updated Galician Translation by Suso Baleato. ifelix (1): tamil translation updated kelemeng (2): Hungarian translation updated kennethn (1): Updated Danish translation by Ask. H. Larsen kkrothap (2): Updated Telugu Translation mateju (2): Updated Slovenian translation mgiri (2): Updated Oriya Translation. Added entries for Oriya language Translation updation. miloc (4): Updated Italian translation nshmyrev (2): Updated Russian translation. pwithnall (10): Added British English manual translation by Jen Ockwell Updated British English translation. Added British English translations by Jen Ockwell Added British English to DOC_LINGUAS. Added British English manual translations. rranjan (1): hindi update by Rajesh Ranjan sandeeps (1): Updated Marathi Translations sprasad (1): updated kn.po tvainika (1): Added initial Finnish translation of manual by Valto Wirkola wbolster (1): Updated Dutch translation by Tino Meinen. yairhr (1): updated hebrew translation gnome-games 2.25.92 ================== This release fixes a castling bug in chess, drops gnome.help and bumps the clutter dependency when building with --enable-clutter. Aisleriot: - Add creator of "Tango" card set to Artists tab in the Credits dialogue (Christian Persch) Chess: - Stop king castling when blocked by pawn (Robert Ancell) - Use gtk.show_uri to show help (Thomas H.P. Andersen) Gnometris: - Bump the required version of clutter to 0.8.8 (Jason Clinton) Sudoku: - Use gtk.show_uri to show help (Thomas H.P. Andersen) Translations: - bg: Alexander Shopov - ca: Gil Forcada, Joan Duran - el: Marios Zindilis - en_GB: Philip Withnall - eu: Inaki Larranaga Murgoitio - fi: Ilkka Tuohela - fr: Claude Paroz, Bruno Brouard - gu: Sweta Kothari - it: Milo Casagrande - ja: Takeshi AIHANA - ml: Abhishek Jacob - pl: wadim dziedzic - pt_BR: Vladimir Melo - sv: Daniel Nylander - th: Theppitak Karoonboonyanan gnome-games 2.25.91 ================== This second beta release brings many bugfixes to aisleriot and also many code cleanups all over the place. Bugs from bugbuddy are now sent to a new component 'BugBuddyBugs' to help manage the bug flow. The new Gnometris rendering engine based on Clutter is feature complete, though a few bugs remain to be squashed. The engine was massively revamped to make it more responsive to keyboard controls. This rendering engine will be the default in 2.27. For now, it is enabled with --enable-clutter. Due to limitations in Mesa software rendering, you cannot currently play this engine without hardware acceleration. General: - Send bug from bugbuddy to new component 'BugBuddyBugs' (Jason Clinton, Thomas H.P. Andersen) - Rewrite of GamesFrame (Christian Persch) - Code cleanups (Christian Persch, Thomas H.P. Andersen) - Autogenerate changelogs in po/ from commitlogs (Christian Persch) Aisleriot: - Fix cards disappearing without pairs in Thirteen (Vincent Povirk) - Be more strict about allowing drops in Valentine (Vincent Povirk) - Fix crash when clicking an empty stock in Sir Tommy (Vincent Povirk) - Always reshuffle the deck properly in Scuffle (Vincent Povirk) - Respect the temporary slot setting in the hint code in Ten Across (Vincent Povirk) Chess: - Fixed a translator comment (Claude Paroz) Gnometris: - New clutter rendering engine (Jason Clinton) Translations: - da: Ask H. Larsen - de: Hendrik Richter - es: Daniel Mustieles, Jorge Gonzalez - eu: Inaki Larranaga Murgoitio - he: Yair Hershkovitz, Mark Krapivner - hu: Gabor Kelemen - ro: Adi Roiban - sv: Daniel Nylander - vi: Clytie Siddall - zh_HK: Chao-Hsiung Liao - zh_TW: Chao-Hsiung Liao gnome-games 2.25.90 ================== This is the first beta release of gnome-games. Starting the stabilization period this release includes fixes for two crasher bugs introduced in 2.25 as well as some compiler warnings. Mahjongg got a scalable icon and lots of translations were updated. General: - Separate needed CFLAGS into each games makefile (Thomas H.P. Andersen) - Fix warnings with -DGDK_PIXBUF_DISABLE_DEPRECATED (Thomas H.P. Andersen) Aisleriot: - Fix compiler warnings (Christian Persch) Chess: - Fix GGZ config file exception handler typo (Robert Ancell) Gnometris: - Translate renderer-noclutter.cpp not renderer.cpp (Jason Clinton) - Fix for crash when setting background image by dnd (Thomas H.P. Andersen) Mahjongg: - Add scalable icon (Andreas Nilsson, Robert Ancell) Translations: - de: Mario Blättermann - el: Jennie Petoumenou - es: Jorge Gonzalez - fi: Ilkka Tuohela - ko: Changwoo Ryu - mr: Sandeep Shedmake - pl: Joanna Mazgaj gnome-games 2.25.5 ================== The gnome-games team is proud to release another version with lots of nice improvements. Many of the changes are under the hood but the users can look forward to lower mem usage and a new game in aisleriot, possibility to add network profiles in chess, and also undo support in chess. We hope you'll love it :) General: - Move GThread and gettext initialisation into games_runtime_init() (Christian Persch) - Refactored card themes code (Christian Persch) - Change xml entities to utf-8 (Jason Clinton) - Fixed typoed XML files (Jason Clinton) - Allow ChangeLog from git-svn (Jason Clinton) - Distcheck and warning fixes (Thomas H.P. Andersen) - Add msg context to translations (Christian Persch) Aisleriot: - Reduce memory usage in aisleriot/clutter by only caching the card textures and not the GdkPixbufs (Christian Persch) - Reduce graphics memory usage by drawing highlighted cards with a different colour instead of creating a separate texture for it (Christian Persch) - New game "Accordion" (by Ed Sirett in #526392) - Fix Treize in click-to-move mode (Christian Persch) Chess: - Add ability to resign AI vs. AI games (Robert Ancell) - Made GGZ config writable so dialogs can update it (Robert Ancell) - Added dialog to add new network profiles (Robert Ancell) - Added undo support (Robert Ancell) Translations: - de: Andre Klapper - el: Marios Zindilis - es: Jorge González - nb: Kjartan Maraas - sv: Daniel Nylander gnome-games 2.25.4 ================== This release brings the beginnings of an implementation of Clutter-based Gnometris and a few minor tweaks to GLChess. Gnometris renders with Clutter in an extremely rudamentary way, as a first milestone on the way to a fully-canvas driven game engine. Right now, it's just two ClutterCairo surfaces, background and foreground, which are used as compositors. These two actors will end up staying: background for--eh--the background, and foreground for display of Pango text. An intermediate layer will be introduced on which game pieces are actually animated, rotated and exploded. Sadly, even this stupid way of rendering is faster than the old method. This pre-alpha 'leaks' memory like gang-busters, also. I do not know if it is merely a i915 driver bug or something more fundamental. It's not a 'leak' in the traditional sense: all the textures that are 'leaked' are still reachable in the i915 driver code. It leaks on the order of 1MB of memory per frame of animation. This will be fixed either by doing things the Right Way or mitigating i915 leaks by avoiding the use of texture uploads at all costs (a tile cache). Hopefully, the final rendering infrastructure will be in place by the next development release. Gnometris: - Implement Clutter-based rendering surfaces (Jason D. Clinton) GLChess: - Catch keyboard interrupts in AI monitor process - Apply antialias setting on new game (Robert Ancell, Bug #565743) - Ignore unexpected messages from the GGZ server (Robert Ancell, Bugs #559193, #562482) - Fix UI bug when players join a room (Robert Ancell) - Change GGZ language from hardcoded en_NZ.UTF-8 to use environment variable LANG (Robert Ancell, Bug #565402) - Describe reason for GGZ disconnection (Robert Ancell, Bug #564515) - Mark load game filters as translatable (Claude Paroz, Bug #565162) Translations: - nb: Kjartan Maraas - es: Daniel Mustieles - fr: Claude Paroz - el: Evgenia Petoumenou, Marios Zintilis - de: Mario Blättermann gnome-games 2.25.3 ================== This release brings a few UI improvements to the games. Beating the high score in a game is now congratulated in the high score dialog and gtali now defaults to the name of the player who won if there are multiple human players. Chess got its "New Game" dialog cleaned up and mahjongg saw numerous great improvements. General: - Move the card textures cache to libgames-support (Christian Persch) - Move clutter-embed to libgames-support. (Christian Persch) - Use different message for getting the top score versus getting a score in the top ten (Robert Ancell) - Use g_timeout_add_seconds where possible (Thomas H.P. Andersen) Aisleriot: - Add setting to enable animations (Christian Persch) Chess: - Removed icons from new game dialog for a cleaner design (Andreas Nilsson) Gnometris: - Use GamesClutterEmbed instead of ClutterGtkEmbed (Christian Persch) Gtali: - Make the High score table allow the user to change name to someone other than their username. (Geoff Buchan) Mahjongg: - Reword the change map dialog (Robert Ancell) - Use selected tile for hint if possible (Robert Ancell) - Refactor new game code so all state is correctly reset (Robert Ancell) - Add new game button when no more moves (Claude Paroz, Robert Ancell) - When cannot shuffle tiles don't display shuffle button in 'no moves' dialog (Robert Ancell) - Update documentation to correct the description of the high score dialog (Robert Ancell) Translations: - de: Mario Blättermann - sk: Marcel Telka gnome-games 2.25.2 ================== Lots of exciting new things in this release. The most user visible stuff are the addition of Terrace aka Queen of Italy to aisleriot, anti-aliasing support for Chess and fewer wakeups in Five or more, Iagno and Same-gnome. The beginning scafolding for gnometris clutter support has also been added; this is a compile-time option enabled by --enable-clutter. Note that none of the game logic has been checked in yet. General: - Code cleanups and warnings (Robert Ancell, Christian Persch, Thomas Andersen, Zhang Sen) - High score lists are now always selectable (Thomas Andersen, Jason Clinton) - Makefile modernisation (Christian Persch) - Use games-runtime to locate files (Christian Persch) - Clean up linking in networked game servers (Robert Light) Aisleriot: - Move hint code to AisleriotGame (Christian Persch) - Only update the game options once when chaning a radio option (Vincent Povirk) - Add Terrace aka Queen of Italy (Vincent Povirk, David Rogers) - Be more strict about rules in Seahaven (Vincent Povirk) - Rewrite Baker's Game rules (Vincent Povirk) Blackjack: - window-state-event callback needs to return gboolean, not void. (Christian Persch) Chess: - Added anti-aliasing support (Robert Ancell) Glines, iagno, same-gnome: - Only run animation timer during animation (Robert Ancell) Gnibbles: - Change Gnibbles to Nibbles in user visible strings (Thomas Andersen) Gnometris: - Scafolding for clutter support (Jason Clinton) - Use correct name in g_set_application_name (Jason Clinton) Sudoku: - Fix crasher bugs: #523062, #436275, #486385, #421487, #532937 (Robert Ancell) - Handle errors loading stock icons (Robert Ancell) - Show highlighter at game launch (Zhang Sen) Translations: - cs: Marek Lisy - de: Mario Blättermann, Ulf Ehlert - es: Jorge Gonzalez, Daniel Mustieles gnome-games 2.25.1 ================== This is the first 2.26 development release. A huge amount of kudos should go out to Neil for his work on clutter and Thomas for his work on killing off libgnome. ** ATTENTION ** Gnome Games now optionally depends on clutter. We have run some preliminary testing of clutter rendering on Intel, NVidia and ATI hardware and are satisfied with the hardware accelerated state of things with regard those specific hardware use cases. However, a wide range of graphics hardware still-- in 2008--doesn't have OpenGL acceleration. We have tested software-based rendering with Mesa 7.2 and clutter and found it a little lacking, even on a modern CPU. Therefore, at this time, we recommend that clutter only be enabled by default by distributors that ensure that OpenGL acceleration is working for hardware from the three major vendors: Intel, NVidia and ATI. We hope that in the future, low-hanging fruit in the Mesa software rendering pipeline can be fixed enabling even software-fallback to work optimally for the subset of OpenGL functions needed for rendering a clutter stage. ** END ATTENTION ** All games: - GTK req. bumped to 2.14.0 for libgnome killoff (thomashpa, chpe) - Remove directory defines from CPPFLAGs (chpe) - Kill off libgnome usage (thomashpa, chpe) YAY! All games now start faster! - Whitespace cleanups - All games now build with gtk-only. libxml now checked for independently. (chpe) - -lSM is now only added in the XSMP case (chpe) - ggz-gtk dropped libgnome requirement, also. - GNOME_MAINTAINER_MODE_DEFINES enabled, maintainer_mode also (chpe) - ggz-gtk now builds better when out of srcdir (chpe) - Update libegg, add egg_sm_client (thomashpa, chpe) - -Wformat-security fixups (chpe) - -Werror fixups (chpe) - games-runtime: add runtime directory provider (thomashpa) - Refactor accel map loading code to load the accel map from .config/gnome-games/${game}.accels even in the HAVE_GNOME case, if the game doesn't use GnomeProgram (e.g. aisleriot). (chpe) - Scores: use g_get_user_name when g_get_real_name returns empty. Patch by Morita Sho in bug #544376 (chpe) - Read saved window configuration from correct GConf group (affects gnometris, gnibbles, gnobots) (Bug #544389) (rancell) Sudoku: - GUI sensitivity fixups (thomashpa) - Guard against accidental dancer activation Patch by Zhang Sen. (thomashpa) - Add, not overwrite, time and also remember to actually save the time in the file. Fixes bug #556155 (thomashpa) - Correct typo in error message that led to an exception. Patch by Zhang Sen in bug #530380 (thomashpa) Iagno: - Fix warning (thomashpa) - Fix SM issue with -lSM Aisleriot: - Aisleriot now optionally animated and accelerated in OpenGL through the use of clutter. Try it with --enable-clutter to configure. (Neil Roberts) - A littel clutter cleanup (chpe) - Check for HAVE_GNOME again (thomashpa) - Remove duplicate include (thomashpa) - Build with *_DISABLE_DEPRECATED and *_DISABLE_SINGLE_INCLUDES. Add some missing includes. (chpe) GLChess: - Don't display failed to claim draw dialog when successfully claimed draw (rancell) - Added support for Figurine Algebraic Notation (FAN) (Bug #556803) (rancell) - Fix crash in error handler when GGZ connection closed (Bug #553982) (rancell) - Fix crash in empty scene when no AI engines available (Bug #551844) (rancell) - Implement GGZ config parser instead of using Python config parser which does not handle '%' characters as GGZ does (Bug #554108) (rancell) - Ignore GGZ server remove player/table for unknown players/tables (Bug #545155) (rancell) - Handle exceptions loading OpenGL textures (Bug #548916) (rancell) - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391) (rancell) - Only allow one new/load game dialog to be visible at once. (Bug #546702) (rancell) - Fix incorrect function call for single buffered 3D display (Bug #555567) (rancell) - Fix errors detected by pychecker (rancell) - Handle fork() errors in AI processes (Bug #530425) (rancell) GTali: - Use games-runtime to locate its files (thomashpa) - Undoing 5 of a kind reduces the score by 50 as there might be multiple scores (Geoff Buchan, Bug #537673) (rancell) Gnomine: - Fix memory leak (thomashpa) - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391) (rancell) Gnotravex: - Stop game immediately completing when started from high score dialog (bug #558904, rancell) - Stop paused tiles becoming visible after changing colour settings (Bug #550023) (Damian Peterson) GLines: - Use games-runtime to locate its files (thomashpa) Gnibbles: - Fix missing prototypes warnings. (chpe) - Reclassify Gnibbles as Arcade game not logic game (Bug #553484) (rancell) Gnometris: - Fix constant string cast insanity (thomashpa) Blackjack: - Port game rules to GKeyFile Mahjongg: - Use games-runtime to locate its files (thomashpa) Translations: - ca: Joan Duran - de: Mario Blättermann, Hendrik Richter - es: Jorge Gonzalez - et: Ivar Smolin - fr: Claude Paroz - fi: Timo Jyrinki - gl: Ignacio Casal Quinteiro - nb: Kjartan Maraas - pt_BR: Leonardo Ferreira Fontenelle - sl: mateju - ta: Felix - zh_HK: Chao-Hsiung Liao - zh_TW: Chao-Hsiung Liao
2009-03-18Updated archivers/file-roller to 2.26.0jmcneill2-3/+3
2009-03-18Update file-roller to 2.26.0.jmcneill3-18/+38
version 2.26.0 -------------- New or updated application translations: * Assamese (Amitakhya Phukan) * Bengali INDIA (Runa Bhattacharjee) * Español (Jorge González) * Estonian (Ivar Smolin) * Galego (Suso Baleato) * Greek (Jennie Petoumenou) * Gujarati (Ankit Patel) * Hebrew (Gil Osher) * Hindi (Rajesh Ranjan) * Lithuanian (Vytautas Rekus) * Maithili (Sangeeta Kumari) * marathi (Sandeep Shedmake) * Oriya (Manoj Kumar Giri) * Russian (Anton Shestakov) * Swathanthra Malayalam Computing|സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് (Ani Peter) * Tamil (I. Felix) * Telugu (Krishna Babu K) New or updated manual translations: * British English (Philip Withnall) version 2.25.92 --------------- New or updated application translations: * English (British) (David Lodge) * Bulgarian (Alexander Shopov) * Czech (Adrian Guniš) * Hungarian (Gabor Kelemen) * Italian (Milo Casagrande) * Japanese (Takeshi AIHANA) * Swedish (Daniel Nylander) * Turkish (Baris Cicek) New or updated manual translations: * Swedish (Daniel Nylander) version 2.25.91 --------------- Bugs fixed: * #571273: crash in Archive Manager: Opening an archive (ISO) Patch by Tom Parker. * #560429: GNOME Goal: Remove deprecated GLib symbols * #570505: file-roller crashed with signal 5 in IA__g_malloc() New or updated application translations: * Asturian (Astur) * Aviary.pl (Tomasz Dominikowski) * Basque (Iñaki Larrañaga Murgoitio) * Belarusian Latin (Ihar Hrachyshka) * Brazilian Portuguese (Fabrício Godoy) * Bulgarian (Alexander Shopov) * Chinese (Hong Kong) (Chao-Hsiung Liao) * Chinese/Traditional (Chao-Hsiung Liao) * Danish (Kenneth Nielsen) * Dutch (Wouter Bolsterlee) * Español (Jorge González) * French (Claude Paroz) * Kannada (Shankar Prasad) * Macedonian (Arangel Angov) * Portuguese (Duarte Loreto) * Romanian (Adi Roiban) * Serbian (sr) (Горан Ракић) * Serbian (sr) (Goran Rakić) * Thai (Theppitak Karoonboonyanan) * Ukrainian (Maxim Dziumanenko) * Vietnamese (Clytie Siddall) * zh_CN (甘露(Gan Lu)) version 2.25.90 --------------- New features and user visible changes: * Use gtkbuilder instead of libglade. Bugs fixed: * #568881: don't rely on gtk implementation details * #569825: file-roller should use TMPDIR or XDG_CACHE_HOME for temporary files. New or updated application translations: * Brazilian Portuguese (Fabrício Godoy) * Catalan (Jordi Mallach) * Deutsch (Christian Kirbach) * Finnish (Ilkka Tuohela) * Hungarian (Gabor Kelemen) * Korea (Changwoo Ryu) * Swedish (Daniel Nylander) version 2.25.2 -------------- Bugs fixed: * #567554: An error occurred while adding files to the archive after encrypt the zip archive. * #566591: File roller cannot create splitted archives with pieces smaller than 1 Mb * #560647: file-roller wakes up the CPU 2 times per second. * #563208: file-roller can't extract to an ftp mounted directory. Patch by Gerard Lommerse. * #564029: Unziping an archive from nautilus fails with certain characters. * #565879: isoinfo.sh has shebang but is installed -x Patch by Loïc Minier. * #567901: renaming directory in tarball creates duplicate files * #568260: file-roller installs static libraries by default (for nautilus extension) * #566683: remove redundant figures New or updated application translations: * Español (Jorge González) * Norwegian Bokmål (Kjartan Maraas) * zh_CN (甘露(Gan Lu)) version 2.25.1 -------------- Bugs fixed: * #564805: Drop libgnome/ui dependency. Patch by Saleem Abdulrasool. * #561535: Unable to create archive with OpenOffice document using nautilus integration. Patch by Gerard Lommerse. * #559481: Can't open/view file directly from File Roller if there is a bracket in the directory/file name. Patch by Gerard Lommerse. New or updated manual translations: * Catalan (Joan Duran)
2009-03-18Updated math/gcalctool to 5.26.0jmcneill2-3/+3
2009-03-18Update gcalctool to 5.26.0.jmcneill4-8/+64
Overview of changes in gcalctool 5.26.0 * Fix button expansion (nowak2000, Bug #575385) * Removed deprecated test/ directory (Bug #574048) * Updated documentation: C (Robin Sonefors), ca (Joan Duran) * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen), el (Jennie Petoumenou), es (Jorge Gonzalez), fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro), gu (Ankitkumar Patel), hi (Rajesh Ranjan), hu (Gabor Kelemen), it (Sergio Durzu), lt (Vytautas Rėkus), mai (Rajesh Ranjan), ml (Ani Peter), mr (Sandeep Shedmake), nb (Kjartan Maraas), nl (Tino Meinen), pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev), ta (felix), te (Krishnababu K), zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao) Overview of changes in gcalctool 5.25.92 * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881) * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540) * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007) * Updated documentation: eu (Inaki Larranaga Murgoitio) * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela), fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA) kn (Shankar Prasad), lv (Raivis Dejus), nl (Wouter Bolsterlee), pt (Duarte Loreto) pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander) Overview of changes in gcalctool 5.25.91 * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581) * Rework command-line arguments to be standard (Robert Ancell, Bug #569885) * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929) * Fix shortcut keys so standard menu keys work (Robert Ancell) * Updated documentation: eu (Inaki Larranaga Murgoitio) * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio), gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall), zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao) Overview of changes in gcalctool 5.25.90 * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176) * Updated documentation: sv (Daniel Nylander) * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri) Overview of changes in gcalctool 5.25.5 * Updated documentation: de (Christian Kirbach) * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan) Overview of changes in gcalctool 5.25.4 * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露) Overview of changes in gcalctool 5.25.3 * Made exponential numbers work without a sign, e.g. '1e2' works the same as '1e+2' (Robert Ancell). * Correctly calculate exponential numbers in binary mode and convert correctly when changing bases (Robert Ancell, Bug #516159). * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476). Overview of changes in gcalctool 5.25.2 * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key. The following shortcut keys have changed: Function | Old | New -------------------------- Sine | K | k Inv. Sine | - | K Cosine | J | j Inv. Cosine | - | J Tangent | L | w Inv. Tangent | - | W Natural Log | N | n e^x | { | N Log | G | g 10^x | } | G Log_2 | H | h 2^x | - | H x^y | ^ | ^ or o x^(1/y) | - | O (Robin Sonefors, Bug #379476). * Fixed crash where financial dialogs are activated from other modes on startup (Robin Sonefors, Bug #560196). * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251) * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988) * Always read configuration from /apps/gcalctool not /apps/(appname) as the application name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260). * Correct gconf key names in man page (Robert Ancell, Bug #559458). * Updated translations: es (Jorge Gonzalez) * Updated help: es (Jorge Gonzalez) Overview of changes in gcalctool 5.25.1 * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508). * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686). * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663). * Don't clear display when changing modes and allow all functions to work in all non-basic modes (Robert Ancell, Bug #554133). * Set decimal point label to be based on LC_NUMERIC as users can set their numerical representation to different to their language settings (Robin Sonefors, Bug #557331). * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091). * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965). * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690). * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307). * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207). * Added translator comments (Robert Ancell) * Updated translations: bg (Alexander Shopov), da (Ask H. Larsen, Kenneth Nielsen), es (Jorge Gonzalez), et (Ivar Smolin), fi (Ilkka Tuohela), mk (Jovan Naumovski), pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle) * Updated help: es (Jorge Gonzalez)
2009-03-18Updated print/evince to 2.26.0jmcneill2-3/+4
Updated print/evince-nautilus to 2.26.0
2009-03-18Update evince and evince-nautilus to 2.26.0.jmcneill6-96/+146
================ Evince 2.26.0 ================ Bug fixes: * Fix compiler warning when building with -Wformat (#574168, Tobias Mueller) * Fix a crash with encrypted documents (Christian Persch) Translation updates: * F Wolff (af) * Martin Picek (cs) * Fotis Tsamis (el) * Ivar Smolin (et) * Suso Baleato (gl) * Yaron Shahrabani (he) * Gabor Kelemen (hu) * Francesco Marletta (it) * Shankar Prasad (kn) * Gintautas Miliauskas (lt) * Sangeeta Kumari (mai) * Ani Peter (ml) * Sandeep Shedmake (mr) * Manoj Kumar Giri (or) * Fabrício Godoy (pt_BR) * Mișu Moldovan (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Krishna Babu K (te) ================ Evince 2.25.92 ================ Bug fixes: * Show the 'jump to page' window in the right GdkScreen (#560541, Carlos Garcia Campos) * Make our own thumbnail when the provided one doesn't have the needed size (#323198, #307357, Christian Spurk, Carlos Garcia Campos) * Reduce the restriction on the minimum size of thumbnails from 40 to 1 (#323198, Christian Spurk) * Use GOption in thumbnailer (Carlos Garcia Campos) * Fix saving a copy of encrypted PDF documents (#566791, Carlos Garcia Campos) * Don't use g_quark_from_static_string in a loadable module (Christian Persch) * Use g_object_unref() instead of gdk_pixbuf_unref() in impress backend (#571707, Thomas H.P. Andersen) Translation updates: * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Gil Forcada (ca) * Petr Kovar (cs) * Christian Kirbach (de) * David Lodge (en_GB) * Juanje Ojeda Croissier (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Claude Paroz (fr) * Sweta Kothari (gu) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Duarte Loreto (pt) * Daniel Nylander (sv) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) ================ Evince 2.25.91 ================ Bug fixes: * Fix several memory leaks (Christian Persch) * Fix errors handling and propagation (Christian Persch) * Fix several translation strings in properties dialog (#571787, Nickolay V. Shmyrev) * Do not resize the window on reloading (#571051, #304249, Carlos Garcia Campos) * Experimental introspection support (#569083, Christian Persch) * Use g_set_error_literal() (Christian Persch) * Other firxes for win32 (#339172, Hib Eris) * Make session manager code compile for win32 (#339172, Carlos Garcia Campos) * Update totem-screensaver from totem svn to make it build for win32 (#339172, Hib Eris) * Make use of GConf optional (#339172, Hib Eris, Carlos Garcia Campos) * Fix i18n in libdocument (Christian Persch) * Include gi18n-lib.h instead of gi18n.h in libs and backends (Christian Persch) Translation updates: * Mikel González (ast) * Ihar Hrachyshka (be@latin) * Kenneth Nielsen (da) * Dawa pemo (dz) * Juanje Ojeda Croissier (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Shankar Prasad (kn) * Arangel Angov (mk) * Wouter Bolsterlee (nl) * Tomasz Dominikowski (pl) * Taylon (pt_BR) * Горан Ракић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Gan Lu (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) ================ Evince 2.25.90 ================ Bug fixes: * Split API documentation into libdocument, libview and shell (#568465, Carlos Garcia Campos) * Fix symbols conflict in impress backend (#569998, Christian Persch) * Add mnemonics to buttons in search bar (#569212, Carlos Garcia Campos) * Fix a crash when printing (#569328, Carlos Garcia Campos) * Fix --version command line option (#562869, Christian Persch) * Use versioned directory for backends (#569082, Christian Persch) * Add EV_DEFINE_BOXED_TYPE and EV_DEFINE_INTERFACE macros (#568228, Carlos Garcia Campos) * Sync EggToolbarEditor with libegg (Nickolay V. Shmyrev) * Respect directory umask and setgid when saving files (#568593, Michael J. Chudobiak) * Add libtool versioning, pkg-config files and single headers for libdocument and libview (#568224, #568220, #568229, #568227, Christian Persch) * Remove G_OBJECT casts from g_signal_connect calls (#568386, Hiroyuki Ikezoe) * Install several missing header files of libdocument and libview (#567787, #567790, Tomeu Vizoso) * Other bugs fixed: #569120, #569231, #569327, #570077 Translation updates: * Hendrik Richter (de) * Ivar Smolin (et) * Gabor Kelemen (hu) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Daniel Nylander (sv) ================ Evince 2.25.5 ================ Code changes: * Move EvView specific code to a libevview library so that it can be embbeded in other applications (#567751, Tomeu Vizoso, Carlos Garcia Campos) * Other improvements for embbeders (#567785, #567788, #567789, Tomeu Vizoso) Bug fixes: * Fix a minor typo (Michal Vaner) * Fix the API docs build (#568171, Christian Persch) * Simplify drag data handling (#558084, Christian Persch) * Several portability issues (#339172, Hib Eris) * Fix mnemonic conflict (#567937, Carlos Garcia Campos) * Other bugs fixed: #567910 Translation updates: * Gil Forcada (ca) * Hendrik Richter (de) * Juanje Ojeda Croissier (es) * Kjartan Maraas (nb) * Gan Lu (zh_CN) ================ Evince 2.25.4 ================ New Features and UI Improvements: * Show progress information when loading/saving remote files (#370958, Carlos Garcia Campos) * Remember page setup options (#525185, #349102, Carlos Garcia Campos) * Show a confirmation dialog when there are pending print jobs while closing the main window (#480964, Carlos Garcia Campos) * Show progress information when printing (#482770, Carlos Garcia Campos) * Add document URI to properties page (#555376, Carlos Garcia Campos) Bug fixes: * Bump glib requirement to fix build with older versions (Christian Spurk) * Fix mime type handling (Hib Eris) * Fix saving images to remote locations (Carlos Garcia Campos) * Do not try to jump to the location of the find result for every match, but only for the first one. It makes searching really faster. (#564774, Michael Hunold) * Fix zip mime-type in comics backend (Juanjo Marín) * Fix several memory leaks (Carlos Garcia Campos) Translation updates: * Ihar Hrachyshka (be@latin) * Juanje Ojeda Croissier (es) * Yuval Tanny (he) * Kjartan Maraas (nb) * Taylon (pt_BR) * Gan Lu (zh_CN) ================ Evince 2.25.2 ================ New Features and UI Improvements: * PDF Optional content (layers) support. (Carlos Garcia Campos) * The password dialog has been reworked in order to make it more hig compliant and consistent (#562496, Carlos Garcia Campos) * Improved keyring support. Password dialog is not shown anymore when the password is already in the keyring (Carlos Garcia Campos) * Support for monitor and reload of remote documents (#555399, Carlos Garcia Campos) Bug fixes: * Fix opening comic documents with a wrong but valid extension (#562143, Carlos Garcia Campos) * Fix a crash when searching (#558377, Carlos Garcia Campos) * Fix several crashes when selecting text (#561393, Marek Kašík) Translation updates: * Jorge González (es) * Nguyễn Đình Trung (vi) ================ Evince 2.25.1 ================ New Features and UI Improvements: * Use the message area instead of popup dialogs for any error and warning messages (Carlos Garcia Campos) Bug fixes: * Adapt to the new single-include policy (#558064, Christian Persch) * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev) * Other bugs fixed: (#558066, Christian Persch) Translation updates: * Hendrik Richter (de)
2009-03-18Unify all the mozilla projects into using a single Makefile.common andabs18-352/+75
INSTALL, and put it in seamonkey. Ensure all build with USE_DESTDIR. Bump PKGREVISIONs
2009-03-17Updated multimedia/swfdec-gnome to 2.26.0jmcneill2-3/+3
2009-03-17Update swfdec-gnome to 2.26.0.jmcneill3-8/+25
2.26.0 - updated translations: ar, as, kk, kn, ku, or, ps, ro, te
2009-03-17Add bl3 file for libbrasero-mediajmcneill1-0/+19
2009-03-17Updated audio/sound-juicer to 2.26.0jmcneill2-3/+3
2009-03-17Update sound-juicer to 2.26.0.jmcneill3-11/+35
Sound Juicer "Don't Go Back To Dalston"" 2.26.0 =============================================== * Many translation updates Sound Juicer "I Am In A Room" 2.25.92 ===================================== * Allow building with the old libmusicbrainz (Bastien) * Set the PulseAudio role hint Sound Juicer "I Call Out To You And You Don't Save Me?" 2.25.3 ============================================================== * Put the disc number in the file name * Support multiple genres * Use libcanberra for event sounds * Handle custom patterns in the prefs dialog * Remove Musicbrainz data if the track data is changed * Fix disc number editing logic Sound Juicer "I Should Be Crying, But I Just Can't Let It Show" 2.25.2 ====================================================================== * Port to Brasero (Luis Medinas) * Fix Solaris builds (Brian Cameron) * Drop libgnome (Iain Holmes, Emilio Pozuelo Monfort) * Fix conflicting mnemonics in the message area (Bastien Nocera) * Fix mb3 backend (Bastien Nocera) Sound Juicer "Old Man Take A Look At My Life" 2.25.1 ==================================================== * Chain the metadata lookups (Bastien Nocera) * Finish the libmusicbrainz3 metadata fetcher (BN) * Add a GVFS metadata fetcher as fallback (BN) * Make libcdio option, as it breaks the GPL+Exception license (BN) * Export ASIN, Discogs, Wikipedia in the internal metadata (BN) * Lots of other cleanups to the metadata code (BN) * Remove copy of the id3mux plugin, assume it exists now (BN) * Remove Encoding field from desktop file (Pacho Ramos) * Add Audio to desktop categories (Patryk Zawadzki) * Correctly parse CDDA URLs (Matthew Martin) * Don't free the option context
2009-03-17Updated misc/mousetweaks to 2.26.0jmcneill2-3/+3
2009-03-17Update mousetweaks to 2.26.0.jmcneill3-11/+53
Version 2.26.0 -------------- New and updated translations: - [as] Amitakhya Phukan - [el] Jennie Petoumenou - [gu] Sweta Kothari, Ankit Patel - [lt] Vytautas Liuolia - [mr] Sandeep Shedmake - [te] Krishna Babu K - [ru] Yuriy Penkin New and updated manual translation: - [de] Mario Blättermann Version 2.25.92 --------------- Misc improvements/fixes: * LP #332084: Fix possible crash if accessible object is defunct. New and updated translations: - [ca] Gil Forcada - [cs] Adrian Guniš - [de] Wolfgang Stoeggl - [en_GB] Philip Withnall - [fi] Ilkka Tuohela - [fr] Bruno Brouard - [he] Yair Hershkovitz - [ja] Takeshi Aihana - [ko] Changwoo Ryu - [ml] Hari Vishnu - [pt] Duarte Loreto - [pt_BR] Fabrício Godoy - [sl] Matej Urbančič - [ta] Dr.T.Vasudevan - [tr] Baris Cicek - [zh_HK] Chao-Hsiung Liao - [zh_TW] Chao-Hsiung Liao Version 2.25.91 --------------- Misc improvements/fixes: * #571133: Improve long descriptions in schemas. * #569457: Also keep english gconf values in translations. New and updated translations: - [bg] Alexander Shopov - [da] Per Kongstad - [es] Jorge González - [eu] Iñaki Larrañaga Murgoitio - [hu] Gabor Kelemen - [nl] Wouter Bolsterlee - [pa] Amanpreet Singh Alam - [pl] Tomasz Dominikowski - [ro] Adi Roiban - [sv] Daniel Nylander - [th] Theppitak Karoonboonyanan - [vi] Clytie Siddall - [zh_HK] Chao-Hsiung Liao - [zh_TW] Chao-Hsiung Liao New and updated manual translation: - [es] Jorge González - [it] Milo Casagrande Version 2.25.90 --------------- Misc improvements/fixes: * Update manual for GNOME 2.26 and raise its license to GFDL 1.3. New and updated translations: - [ca] Gil Forcada - [fi] Ilkka Tuohela - [ko] Changwoo Ryu New and updated manual translation: - [sv] Daniel Nylander Version 2.25.5 -------------- Misc improvements/fixes: * Remove old glade files. * Improve key descriptions in pointer-capture-applet.schemas. Bug fixes: #545059: Use standard icon for activation button on dwell applet and use standard icon name. #567197: Use N_() instead of _() for command-line options. #567483: Add missing <locale.h>. New and updated translations: - [es] Jorge González - [he] Yair Hershkovitz - [pt_BR] Leonardo Ferreira Fontenelle - [sl] Matej Urbančič - [sv] Daniel Nylander Version 2.25.4 -------------- Misc improvements/fixes: * Improved descriptions in pointer-capture-applet.schemas New and updated translations: - [sl] Matej Urbančič Version 2.25.3 -------------- This version has been skipped. Version 2.25.2 -------------- Misc improvements/fixes: * Increase internal double click delay in dwell mode to make it compatible to gftp. Bug fixes: #562212: Fix conflict when dwell click and simulated secondary click are simultaneously running. New and updated translations: - [cs] Adrian Guniš - [es] Jorge González - [et] Ivar Smolin - [eu] Iñaki Larrañaga Murgoitio Version 2.25.1 -------------- Misc improvements/fixes: * Migrated from libglade to GtkBuilder Bug fixes: #556946: Fixed accessibility warning at GDM New and updated translations: - [et] Ivar Smolin - [zh_CN] Funda Wang
2009-03-17Updated graphics/libgnomecanvasmm to 2.26.0jmcneill2-3/+3
2009-03-17Update libgnomecanvasmm to 2.26.0.jmcneill2-7/+7
2.26.0: * Updated version number to match GNOME version.
2009-03-17Updated graphics/libgnomecanvas to 2.26.0jmcneill2-3/+3
2009-03-17Update libgnomecanvas to 2.26.0.jmcneill3-10/+14
libgnomecanvas 2.26.0 --------------------- What's new since 2.25.90 Translations * Amitakhya Phukan (as) * Reşat SABIQ (crh) * Suso Baleato (gl) * Rajesh Ranjan (hi) * Francesco Marletta (it) libgnomecanvas 2.25.90 --------------------- What's new since 2.19.2 Bug fixes * Avoid tearing while repainting (Federico Mena Quintero) * Fix compilation with gcc 2.x (Jens Granseur) * Register gailcanvas into a11y type system (Sven Herzberg) * Do not use deprecated GTK_OBJECT macros (Stefan Kost) * Use single GTK+ includes (Cosimo Cecchi, Przemysław Grzegorczyk) Translations * Khaled Hosny (ar) * Khandakar Mujahidul Islam (bn) * Reşat SABIQ (crh) * Lucas Lommer (cs) * Jorge González (es) * Iñaki Larrañaga Murgoitio (eu) * Pauli Virtanen (fi) * Robert-André Mauchin (fr) * Ignacio Casal Quinteiro (gl) * Launchpad Translations Administrators (hr) * Francesco Marletta (it) * Vladimer Sichinava ვლადიმერ სიჭინავა (ka) * Raivis Dejus (lv) * Sangeeta Kumari (mai) * Santhosh Thottingal (ml) * Badral (mn) * sandeep shedmake (mr) * Nabin Gautam (ne) * Åsmund Skjæveland (nn) * Yannig Marchegay (Kokoyaya) (oc) * Leonardo Ferreira Fontenelle (pt_BR) * Mișu Moldovan (ro) * Marcel Telka (sk) * Matej Urbančič (sl) * Laurent Dhima (sq) * தங்கம் அருண் (ta) * Krishna Babu K (te) * Theppitak Karoonboonyanan (th) * Baris Cicek (tr) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW)
2009-03-17Updated devel/libgnomemm to 2.26.0jmcneill2-3/+3
2009-03-17Update libgnomemm to 2.26.0.jmcneill2-7/+7
2.26.0: * Increased version number to match GNOME 2.26.
2009-03-17Updated x11/gtkmm to 2.16.0jmcneill2-3/+3
2009-03-17Update gtkmm to 2.16.0.jmcneill3-36/+123
2.16.0 (stable): Gtk: * Builder: - get_widget_derived(): Reference-counting correction. - create_from_file(), add_from_file(), create_from_string(), add_from_string(): Add method overloads that take a char* for the object ID, to avoid ambiguity with the two other overloads that take ustring or StringArrayHandle. * Entry: - *_icon_* methods(): Rearrange parameters to make these consistent and so we can have more default parameter values. - Added icon_press and icon_release signals. * FileChooserButton: Added the file_set signal, noticed by Damon Register. * Stock: Added CAPS_LOCK_WARNING. * Style: Added get_style_property_value() and templated get_style_property(). * Added Orientable and Activatable interfaces, though they cannot be used yet because that would break ABI of existing classes. (Murray Cumming) Gdk: * PixbufAnimation: create_from_file(): Throw an exception when the GError is not null. (Murray Cumming) Maemo-specific API: * TextBuffer: get/set_rich_text_format(), set_rich_text_format_all(), get/set_can_paste_rich_text(): Remove these Maemo-specific methods which have been superseded by the generic TextBuffer serialization functions. (Daniel Elstner, Openismus) * Enums - Added Maemo-specific Gtk::HildonSizeType, wrapping HildonSizeType, which was inexplicably added to GTK+ in Maemo 5. - Likewise added Gtk::Hildon::InputMode, wrapping HildonGtkInputMode. (Daniel Elstner, Openismus) 2.15.5 (unstable): (2.15.4 was skipped) * Activatable: reset_vfunc() renamed to sync_action_properties_vfunc(). (Murray Cumming) * Builder: - create_from_file(), add_from_file(), create_from_string(): Add method overloads that take char* to avoid ambiguity. - get_widget_derived(): Correct reference-counting. (Murray Cumming) * FileChooserButton: Add file_set signal. (Murray Cumming) * Stock: Added CAPS_LOCK_WARNING. * Added interfaces, but we can't use them yet without breaking ABI: Activatable, Orientation. 2.15.3 (unstable): (2.15.2 was skipped) Gtk: * Action: Reimplemented set_tooltip() with the new C gtk_action_set_tooltip() function. Added get/set_label(), get/set_short_label(), get_tooltip(), get/set_stock_id(), get/set_gicon(), get/set_icon_name(), get/set_visible_horizontal(), get/set_visible_vertical(), get/set_is_important(), which are new accessors for the properties. Added the gicon property. Added block_activate() and unblock_activate(). * ImageMenuItem: Added get/set_always_show_image() and property. * Scale: Added add_mark() and clear_marks(). * TreeView: Added a get_path_at_pos() overload that takes less parameters. (Murray Cumming) Build: * Allow pangomm to build outside the source tree. (Theppitak Karoonboonyanan) Bug #570325 * MSVC++: Disabled compiler warning 4250 also for MSVC2005. (Armin Burgmeier) Bug #568083 (Tao Wang). * Documentation: Reference documetnation: Unescape some < and > characters. (Daniel Elstner, Murray Cumming) #568485 (Mihai Niculescu) 2.15.1 (unstable): Gtk: * CellView: Added get_model() and some new properties. * Entry: Added unset_invisible_char(), get_invisible_char(). Added the new progress and icon methods and the properties, including the new im-module property. * ImageMenuItem: Added get/set_use_stock(), set_accel_group(). * MenuItem: Added get/set_label(), get/set_use_underline() and properties. * PaperSize: Constructor: Remove the default value for the name parameter, because there is already a default constructor, This caused MSVC++ warning C4520 with Visual Studio 2008. (Tao Wang) Bug #568074. * PrintOperation: Added draw_page_finish(), set_defer_drawing(). * PrintSettings: Added get_resolution_x(), get_resolution_y(), set_resolution_xy(), get/set_printer_lpi(). * SelectionData: Reimplement get_selection() using the new C getter method. * StatusIcon: Added button_press_event, button_release_event and scroll_event signals. Added get/set_has_tooltip(), get/set_tooltip_text(), get/set_tooltip_markup(). * Stock: ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE, ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT, avoiding undefined reference errors when trying to use these. (Murray Cumming) Bug #568416 (Tao Wang). * TextBuffer: Added the paste_done signal. * TextView: Added im-module property. * TreeModel::Path::empty(): Also check for a null underlying GtkTreePath. Added operator bool() to do the same, just calling !empty(). (Murray Cumming) Gdk: * Drawable::draw_pixbuf(): Add an override without a GC parameter, becauase it can be NULL in C. * Screen: Added get_monitor_width_mm(), get_monitor_height_mm(), get_monitor_plug_name(). * Windows build: - Disabled MSVC++ compiler warning 4250 (Armin Burgmeier) Bug #568083 (Tao Wang). - Installer: Added Simplified Chinese translation. (Tao Wang) 2.15.0 (unstable): * CellRendererPixbuf: Added the icon-name and follow-state properties, noticed by Mathias Hasselmann. (Murray Cumming) * Printer::enumerate_printers(): Fix a refcounting problem found by Tor Krill. (Armin Burgmeier) * Gdk::Window: Added an invalidate() that takes no rect parameter because it can be NULL in C. (Murray Cumming) * Cleaned up gtk includes to use only toplevel headers, as may be required by a future GTK+ version. (Przemysław Grzegorczyk) Bug #564006 * Container: Use GType instead of GtkType for the child_type_vfunc() return type This should allow soure code to use gtkmm if it declares GTK_DISABLE_DEPRECATED. (Murray Cumming) Bug #562893 (Dénes Faluvégi) * Documentation: TreeModel: set_value_impl() documentation: Mention row_changed(), not set_row_changed(). Bug #562505 (Bohumir Zamecnik) * HandleBox: Restore the child-attached property, which was lost at some point during 2.14. * LinkButton: Resore the visited property definition, which was lost at some point during 2.14. (Murray Cumming) * CellView, ComboBox, EntryCompletion, IconView: Added unset_model(). (Alexander Shaduri) Bug #555268
2009-03-17Mark as make jobs unsafe.asau1-1/+3
This affects both sysutils/gamin and sysutils/libgamin. PR pkg/41031 by Ryo HAYASAKA, tested by Daniel Horecki.