Upstream changes:
1.000005 - 2014-08-16
- comment blessed use so people who don't know perl stop trying to break it
- add link to lightning talk given at YAPC::NA 2013
1.000004 - 2013-09-18
- fixed slightly mangled metadata from last release
1.000003 - 2013-03-25
- fix NAME in Makefile.PL (RT#84212)
Development
1.0.9
Don't force a minimum size on the tracker
1.0.9b
Only do the media player allocation event if no video is present
Fix parameter warning to gtk_widget_get_visible
Add backend variable to gmtk.pc
Run autoreconf
Updated Hungarian translation
Updated Polish translation
Updated Portuguese translation
Add key bindings for h tv_step_channel down and k tv_step_channel up
1.0.9a
Only emit size_allocation when the widget is visible
Fix bug where title was getting reset when genre was found
Fix gnome-mplayer Issue 683 more granular
gmtk_media_player - fix OSD messages so they only displayed for level 1 and higher
gmtk_media_player - exclude input.conf from file not found message
Use case inspecific parsing of metadata attributes fixes issue #13
This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.
This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development".
packaged for wip by pho.
This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is thread-safe
and type-safe (even the coercion of expressions to values). It is,
esentially, a huge subset of the GHC API wrapped in a simpler API.
rather than trying to consolidate into a single fnmatch. There aren't that
many of them, and it will aid the integration of cwrappers which doesn't
support globs.
Changelog from mercurial:
2014-05-07 Cédric Krier <ced@b2ck.com>
* CHANGELOG:
Prepare release 3.2.1
[41c2b1119e77] [3.2.1] <3.2>
* .hgtags:
Added tag 3.2.1 for changeset 41c2b1119e77
[e023e0931a72] <3.2>
* tryton/version.py:
Increase version number
[ea8cda98fb8e] <3.2>
* tryton/gui/window/view_form/view/form_gtk/many2one.py:
Fix update completion for empty reference
issue3890 review12271002 (grafted from
b5dfbddfcd96c62b61b9e4c5f38514eec95adfaa)
[8684e4c9a9c8] <3.2>
2014-05-09 Cédric Krier <ced@b2ck.com>
* tryton/gui/window/view_form/view/form_gtk/char.py:
Use the right widget to get text in Char widget
issue3898 review9301002 (grafted from
64eae7781c5170b8c3339c01857263cab5177129)
[a60ba42dae30] <3.2>
2014-05-17 Cédric Krier <ced@b2ck.com>
* tryton/common/domain_inversion.py:
Fix eval_leaf when field equals 0
Only None must be considered as a value not set which will be forced
by the domain inversion.
issue3896 review14271002 (grafted from
6f199f6ec408ffec15cc202067e2347702d8fe0c)
[d43242fb4b4f] <3.2>
* tryton/common/button.py,
tryton/gui/window/view_form/screen/screen.py,
tryton/gui/window/view_form/view/list_gtk/parser.py:
Set button readonly when record or group is readonly
issue3904 review13301002 (grafted from
16b9fc83f836f06ed3aec9463238e28b44c1cbae)
[fc85cf557c9e] <3.2>
* tryton/gui/window/view_form/model/field.py:
O2M.set_client should compare with active records
issue3914 review14281004 (grafted from
47264a4a7b02e312e57d43b9e597ae30fddb741b)
[8a0bb5899ee4] <3.2>
2014-05-22 Cédric Krier <ced@b2ck.com>
* tryton/gui/window/view_form/view/list.py:
Set None instead of False when moving record on top
issue3912 review14291002 (grafted from
0439ac9001836e87780e4631c4498952485df4a9)
[a9c30f198396] <3.2>
* tryton/gui/window/view_form/view/form_gtk/parser.py:
Some widgets are registered many times
This could lead to have buttons clicked many times because the
clicked event will be registered many time.
issue3924 review8371002 (grafted from
d97ea070448917d64af20fcb043455a8e1adf526)
[2cd728dd8c6e] <3.2>
2014-06-02 Guillem Barba <guillem@nan-tic.com>
* tryton/gui/window/view_form/model/field.py:
Detect correctly when to parse value from DateTime, Date or Time
field
issue3957 review12341002 (grafted from
50820068cef9807e8775ae8e2768f7ab80395d5f)
[ed8ba769c241] <3.2>
2014-07-02 Cédric Krier <ced@b2ck.com>
* CHANGELOG:
Prepare release 3.2.2
[b6ebffbfa9ab] [3.2.2] <3.2>
* .hgtags:
Added tag 3.2.2 for changeset b6ebffbfa9ab
[ac542cde2365] <3.2>
* tryton/version.py:
Increase version number
[44e9c4d05dfc] <3.2>
2014-06-08 Cédric Krier <ced@b2ck.com>
* tryton/gui/window/view_form/view/form_gtk/reference.py:
Don't guess the values for no reference
No reference could use '' or None as selection value for the model.
So to prevent to detect false-positive modification and to set
invalid value, the widget must find which one is used as empty
model.
issue3933 review11291002 (grafted from
e2ccc0ff4368c3342f300eb5205c2a3fa2fd7df5)
[f77767bfa651] <3.2>
* tryton/common/domain_inversion.py:
Fix simplify for simple domains ['AND'], ['OR']
issue3955 review9411002 (grafted from
90b6308d43a17fc9f0d775a48670277d25162abc)
[28c0a8b104c6] <3.2>
2014-06-11 Nicolas Évrard <nicoe@b2ck.com>
* tryton/gui/window/view_form/view/list.py:
Quote doublequote characters when copying records to clipboard
issue3972 review6341002 (grafted from
52b6005d779a4a7c07291fb6f7628ee8d8c5263e)
[94499cc28049] <3.2>
2014-06-16 Cédric Krier <ced@b2ck.com>
* tryton/common/popup_menu.py:
Fix mix up of record and id in popup_menu
issue3990 review10371002 (grafted from
42a053cf61ff39ed7c2be82e67489fceb9a1c6b4)
[7147cdbb594c] <3.2>
* tryton/gui/window/view_form/view/form_gtk/many2one.py:
Clean many2one only if text was modified
As update_completion emit the signal changed to force the display of
the popup when the completion model is changed. In this case the
many2one should not be cleaned.
issue3881 review7371002 (grafted from
439e92599164af699ba3daca928590d3fd1acd82)
[b14c2573b71f] <3.2>
2014-07-09 Cédric Krier <ced@b2ck.com>
* tryton/gui/window/view_form/model/field.py:
Fix when number's factor is negative
It must use the absolute value of factor to compute the digit shift
using the logarithm.
issue4031 review11361002 (grafted from
901f343723bf1a32640cc8cc7e1e1bbdc5332b9c)
[f50ec0364a34] <3.2>
2014-08-03 Cédric Krier <ced@b2ck.com>
* CHANGELOG:
Prepare release 3.2.3
[8581032eff00] [3.2.3] <3.2>
* Fix a traceback when removing a text selection.
* Add AtspiTableCell, tracking the new atk interface.
* document: add support to current page and page count (BGO#719508).
* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
Changes in dconf 0.20.0
========================
Czech translation updated.
Changes in dconf 0.19.92
=========================
- depend on automake 1.11.2
- stop using ACLOCAL_FLAGS
- depend on released version of Vala (0.18.0)
Changes in dconf 0.19.91
=========================
- fix an unlikely failure in the fuzz testing of gvdb
- fix a thread safety issue with file-db
Changes in dconf 0.19.90
=========================
- dconf compile: always write little endian
- file-db: don't install match rules on no bus (fixes gdbus assertion)
- update dconf(1) manpage for 'dconf compile'
- fix 'make clean' on FreeBSD
- editor: provide appdata
Translations updates:
Ukrainian translation
Aragonese translation
Chinese
Changes in dconf 0.19.3
========================
- quite a lot of test coverage improvements
- Add a proper DCONF_ERROR error domain
- suppress GLib deprecation warnings during build
- engine: issue warnings about missing files only once per source
- engine: grok the WritabilityNotify signal from D-Bus
- gsettings: handle writability changes correctly
- engine: assorted fixes for issues found during testing
- portability: only link to -ldl if it is required
- add support for 'file-db' to profiles: this is an absolute path to a
immutable dconf database file
- add support for finding profiles in XDG_DATA_DIRS if they are not in
/etc
- add 'dconf compile' command for building dconf databases from
keyfiles in arbitrary locations (like from the build system of a
project that may want to install a file-db)
- editor: add a section separator to the app menu for consistency
Changes in dconf 0.19.2
========================
- Add support for the new GSettingsBackend.read_user_value() API
- bump GLib version depend accordingly (2.39.1)
Translations updates:
Greek
Catalan (Valencian)
Simplified Chinese
Persian
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:
[extensions]
hgnested =
See `hg help hgnested` for the complete list of commands.
For more information please visit the following website:
http://code.google.com/p/hgnested/
testtools NEWS
++++++++++++++
Changes and improvements to testtools_, grouped by release.
1.0.0
~~~~~
Long overdue, we've adopted a backwards compatibility statement and recognized
that we have plenty of users depending on our behaviour - calling our version
1.0.0 is a recognition of that.
Improvements
------------
* Fix a long-standing bug where tearDown and cleanUps would not be called if the
test run was interrupted. This should fix leaking external resources from
interrupted tests.
(Robert Collins, #1364188)
* Fix a long-standing bug where calling sys.exit(0) from within a test would
cause the test suite to exit with 0, without reporting a failure of that
test. We still allow the test suite to be exited (since catching higher order
exceptions requires exceptional circumstances) but we now call a last-resort
handler on the TestCase, resulting in an error being reported for the test.
(Robert Collins, #1364188)
* Fix an issue where tests skipped with the ``skip``* family of decorators would
still have their ``setUp`` and ``tearDown`` functions called.
(Thomi Richards, #https://github.com/testing-cabal/testtools/issues/86)
* We have adopted a formal backwards compatibility statement (see hacking.rst)
(Robert Collins)
0.9.39
~~~~~~
Brown paper bag release - 0.9.38 was broken for some users,
_jython_aware_splitext was not defined entirely compatibly.
(Robert Collins, #https://github.com/testing-cabal/testtools/issues/100)
0.9.38
~~~~~~
Bug fixes for test importing.
Improvements
------------
* Discovery import error detection wasn't implemented for python 2.6 (the
'discover' module). (Robert Collins)
* Discovery now executes load_tests (if present) in __init__ in all packages.
(Robert Collins, http://bugs.python.org/issue16662)
0.9.37
~~~~~~
Minor improvements to correctness.
Changes
-------
* ``stdout`` is now correctly honoured on ``run.TestProgram`` - before the
runner objects would be created with no stdout parameter. If construction
fails, the previous parameter list is attempted, permitting compatibility
with Runner classes that don't accept stdout as a parameter.
(Robert Collins)
* The ``ExtendedToStreamDecorator`` now handles content objects with one less
packet - the last packet of the source content is sent with EOF set rather
than an empty packet with EOF set being sent after the last packet of the
source content. (Robert Collins)
0.9.36
~~~~~~
Welcome to our long overdue 0.9.36 release, which improves compatibility with
Python3.4, adds assert_that, a function for using matchers without TestCase
objects, and finally will error if you try to use setUp or tearDown twice -
since that invariably leads to bad things of one sort or another happening.
Changes
-------
* Error if ``setUp`` or ``tearDown`` are called twice.
(Robert Collins, #882884)
* Make testtools compatible with the ``unittest.expectedFailure`` decorator in
Python 3.4. (Thomi Richards)
Improvements
------------
* Introduce the assert_that function, which allows matchers to be used
independent of testtools.TestCase. (Daniel Watkins, #1243834)
-------------------------------------
Release 1.8.8 (release date 21-08-2014)
New features
Bug 731947 - Support for PlantUML [view]
Add BREAD_CRUMB_TRAIL. [view]
Bug fixes
Bug 172072 $title doesn't work in LateX header [view]
Bug 583958 Class diagrams and class hierarchy don't work for java generic classes [view]
Bug 589707 Flex .rule file for Visual Studio build can't cope with spaces in filenames [view]
Bug 623299 Fortran: quotation after define causes error [view]
Bug 625601 FORTRAN: recognition free versus fixed formatted code [view]
Bug 700510 Bibliography duplicate filenames fails [view] and [view]
Bug 702584 \cite rejects valid BibTeX keys [view] and [view]
Bug 705503 TCL: Documentation of oo::define is not working [view]
Bug 727732 Nested C structures/unions does not work with groups [view]
Bug 728654 configuration stops with settings.h missing [view]
Bug 728740 XML Output: Doxygen doesn't escape & characters (included in a hyperlink) in <detaileddescription> [view]
Bug 729017 function object in member initializer causes documentation loss [view]
Bug 729427 [PATCH] Propagate configure's perl to makefiles [view]
Bug 730418 man page extension is incorrect [view]
Bug 730520 No documentation generated for method-less C++ struct [view]
Bug 730887 [PATCH] Fix potential copy and paste error in inputstring.cpp [view]
Bug 730888 [PATCH] Fix missing '&' in Boolean operation in qstring.cpp [view]
Bug 731238 Dead links in html documentation when using tabs for indentation in c++ [view]
Bug 731363 Callgraphs for C# only generated for methods inside the same class [view]
Bug 731985 Variadic macros failing to expand if trailing ... is empty [view]
Bug 732594 Two entries for a single member in Doxygen XML [view]
Bug 732768 nested html tables cause pdflatex to hang (1.8.4 and 1.8.6) [view]
Bug 733451 volatile declaration on member functions is not handled as xml attribute [view]
Bug 733605 Incorrect LaTeX generation for private union member in C++ [view]
Bug 733722 XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form feed character (U+000C) to XML files [view]
Bug 733856 segfault in QGListIterator while parsing fortran code [view]
Bug 733938 Explicit links using operator()() not generated. [view]
Bug 734077 no uniquely matching class member found for inline function definition where parameter argument names don't match [view]
Bug 734099 Add support for non-parsed language [view]
Bug 734245 Q_PROPERTY switches the member access from private to public [view]
Bug 734331 Strong enum members listed in containing namespace [view]
Bug 734704 Sigsegv while generating XML output [view]
Bug 734727 GENERATE_TAGFILE no longer includes any @*section links [view] and [view]
Bug 734828 Request: disable building documentation if Python 2.6 or newer not available [view]
Bug 735001 No output for markdown pages with duplicate label title (different anchor) [view]
Bug 735037 QGDict::hashAsciiKey: Invalid null key [view]
Add FORTRAN 2003 keywords and commands [view]
Add type option to FORTRAN select statements [view]
Added build support for Python3+ and Python2.6+ [view]
Added class/procedure vardefs to FORTRAN code highlighting [view]
Added documentation for some missing HTML commands [view]
Added flatten, listsort and paginate filters [view]
Added get filter, unified index properties [view]
Added groupby filter and some more context info [view]
Added import keyword to FORTRAN code highlighting [view]
Added lists for indices to template context [view]
Added mainpage to context and improved page tree [view]
Added member indexes to template context [view]
Added missing links in changelog when multiple bug ids were on one line [view]
Added more missing links to the changelog [view]
Added namespace info to the context [view]
Addition of module data to context and alphaIndex filter [view]
Coded coloring of flow statements corrected (regression) [view]
Corrected copyright year [view]
Correction of typing error [view]
Disabled/fixed segments that produced doxygen warnings while running the test [view]
Docbook output improvements [view]
Documentation generator: added support for C# property accessors visibility modifiers. [view]
Doxywizard: make the Next button on the last page of the expert tab switch to the run tab [view]
Doxywizard: make the Next button on the last page of the wizard switch to the run tab [view]
Error linking 32-bit windows [view]
Fix FORTRAN code function scope test [view]
Fix after rebase from master [view]
Fix description of USE_PDFLATEX [view]
Fix highlighting issues [view]
Fix typo [view]
Fix unnecessary rules for FORTRAN types [view]
Fix warning about unused functions in qstring.cpp [view]
Fixed keyword type [view]
Fixed missing include for Linux [view]
Fixed test 021 [view]
Fixed typo [view]
Fixed typo and used QString for directory [view]
Fixed windows compile issue for is_neutral [view]
Fixes for ./configure script on Solaris [view]
Fixes regression due to PR 169 [view]
Language parser: added support for C# property accessors visibility modifiers. [view]
Made INSTALL file version and date independent [view]
Made bread crumb trails enabled unconditionally [view]
Made setName() virtual so overloading works [view]
Make index for faq [view]
Messages truncated in warnings file [view]
Minor fixes [view]
Minor fixes to the template context [view]
Missing word after \n command in Doxygen rtf output, version 1.8.5 & up [view]
More robust extraction of scope information from tag files [view]
No warning in case cite definition is missing [view]
Preparations for release 1.8.8 [view]
Removed not implemented HTML commands from documentation [view]
Removed unsupported HTML commands from the docs [view]
Set deployment targets for MacOSX 10.5+ versions [view]
Support multiple extra HTML stylesheets. [view]
Tcl: add missing file that breaks test 057 [view]
Tcl: add test code for Bug 729092 [view]
Tcl: collect XRefs also if INLINE_SOURCES = no [view]
Tcl: correct namespace resolution in case of INLINE_SOURCES = YES [view]
Tcl: recurse for [] [view]
Tcl: refactor similar code into tcl_codify_token function [view]
Tcl: support eval/catch commands [view]
Tcl: support switch command [view]
Tcl: test 057 additionally tests mutual Xrefs for two files [view]
Template context support for CREATE_SUBDIRS [view]
Update dot.cpp [view]
Update latexgen.cpp [view]
Update test 058 because commit 9d315a9 fixes also Bug 729135 [view]
Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues [view]
New VHDL parser implementation [view]
Vhdl fixes [view]
\usepackage{fixltx2e} must come before use \usepackage{float} [view]
cache anonymous into ClassDefImpl::isAnonymous [view]
changed append filter and added index and path attributes to node [view]
doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) [view]
doc/translator.py unified for Python 2.6+ and Python 3.0+ [view]
make.bat: change current directory [view] and [view]
removeRedundantWhiteSpace micro-optimization [view]
resolves the error of unbalanced tags opened/closed in docbook output: parser error : Opening and ending tag mismatch: para line 358 and tbody [view]
winbuild/pack_the_distribution_for_windows.py minor updates [view]
Waf is a Python-based framework for configuring, compiling and
installing applications. Here are perhaps the most important features
of Waf:
* Automatic build order: the build order is computed from input
and output files, among others
* Automatic dependencies: tasks to execute are detected by hashing
files and commands
* Performance: tasks are executed in parallel automatically, the
startup time is meant to be fast (separation between configuration
and build)
* Flexibility: new commands and tasks can be added very easily
through subclassing, bottlenecks for specific builds can be
eliminated through dynamic method replacement
* Extensibility: though many programming languages and compilers
are already supported by default, many others are available as
extensions
* IDE support: Eclipse, Visual Studio and Xcode project generators
(waflib/extras/)
* Documentation: the application is based on a robust model
documented in The Waf book and in the API docs
* Python compatibility: cPython 2.4 to 3.4, Jython 2.5, IronPython,
and Pypy
Bug Fixes
annotate: ignore double-click of margin next to the last line
(fixes#3877)
cmdcore: allow to change output device of null command session
(fixes#3864 - RuntimeError on detect outgoing changes to empty
path)
filectxactions: do not try 3-way diff if p2 is explicitly
selected
(fixes#3854 - "Diff to parent" options only diff to the left
parent)
graph: fix AssertionError when generating family lined graph
(fixes#3892)
hgignore: disable auto-default of all buttons (fixes#3889)
repomodel: make sure to render labels by using the same font
as view
status: do not set "remove filter" button as auto-default (fixes
#3876)
sync: outgoing {node} might be prefixed with white space
(fixes#3872 - missing first outgoing node if authentication
required)
wctxcleaner: do not report branch change as dirty working
directory
(refs #3822 - allow backout, graft, merge and rebase onto new
branch)
win32ill: suppress KeyboardInterrupt while shutting down
message-loop thread
Improvements
merge: add link to review a merge
wctxactions: add "Edit Rejects" action that opens RejectsDialog
(closes#3838)
Installer
update hg-git to current tip (c68edf83bfbc), fixes SSH issue
(#3862)
pyre2 is now bundled, for must improved regexp performance
2.6.2
-----------
- Added function pytest.freeze_includes(), which makes it easy to embed
pytest into executables using tools like cx_freeze.
See docs for examples and rationale. Thanks Bruno Oliveira.
- Improve assertion rewriting cache invalidation precision.
- fixed issue561: adapt autouse fixture example for python3.
- fixed issue453: assertion rewriting issue with __repr__ containing
"\n{", "\n}" and "\n~".
- fix issue560: correctly display code if an "else:" or "finally:" is
followed by statements on the same line.
- Fix example in monkeypatch documentation, thanks t-8ch.
- fix issue572: correct tmpdir doc example for python3.
- Do not mark as universal wheel because Python 2.6 is different from
other builds due to the extra argparse dependency. Fixes issue566.
Thanks sontek.
1.4.24
==================================================
- Fix retrieving source when an else: line has an other statement on
the same line.
- add localpath read_text/write_text/read_bytes/write_bytes methods
as shortcuts and clearer bytes/text interfaces for read/write.
Adapted from a PR from Paul Moore.
Version 6.3.2 - September 4 2014
[CHANGES]
New facilities:
o Pygments plug-in parser by Yoshitaro MAKISE.
By this parser, you can apply gtags(1) to wide variety of programming
languages supported by Pygments. The method of plug-in is very simple.
See 'plugin-factory/PLUGIN_HOWTO.pygments' for details.
It should mention especially that Pygments plug-in parser can treat both
definitions and references using Exuberant Ctags together.
0.12 2014-09-04 07:28:59Z
- fix licence in LICENSE and pod
0.11 2014-08-20 04:44:25Z (TRIAL RELEASE)
- move variable declaration to fix warning under
-Werror=declaration-after-statement, to allow compilation under MSVC
(J.R.Mash, github #3)
0.10 2014-08-16 00:46:35Z (TRIAL RELEASE)
- converted distribution packaging to Dist::Zilla