Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Gaupol 0.16
===========
* Split general-purpose, user-interface-independent subtitle editing
code to a separate Python package called 'aeidon' while keeping the
GTK+ user interface code under the package 'gaupol'. Allow
installation of these two packages separate of one another.
Developers and packagers are encouraged to read './setup.py --help'
message and the file 'README.aeidon'. (Fixes #595809 and should
allow fixing the likes of Debian bug #569983.)
* Save menu item keybindings to a GtkAccelMap rc-file in the user's
configuration directory
* Have the interactive search look for times instead of subtitle
numbers if the search string contains a colon (fixes #609176)
* Add miscellaneous Latin common error corrections patterns
* Add help menu item to browse wiki documentation at
http://live.gnome.org/Gaupol
* Increase size of line length superscripts shown in list cells
* Fix focus changing when pasting subtitles
* Use gtk.RecentAction for recent file menus (fixes #615372 and
probably #608951)
* Work around a subprocess error launching video player on Windows
systems, which resulted in "TypeError: environment can only contain
strings" (fixes #605805)
* Fix handling of Unicode BOMs that broke as a result of a hasty fix
for subtitle file reading functions for 0.15.1
* Fix hearing impaired text removal pattern "Speaker before a colon"
to not remove too much (fixes #618529)
* Apply GNOME Goal: Correct Desktop Files
* Migrate from Glade to GtkBuilder
* Use attributes instead of markup in GtkBuilder files
* Fix GtkBuilder constructed buttons to respect user preferences
regarding whether or not to show icons in buttons
* Use Python's JSON module instead of ConfigObj and Validate for
reading and writing configuration files
* Use enchant's user spell-check dictionaries (usually stored in
$HOME/.config/enchant) instead gaupol-specific ones
* Use copies of iso-codes XML files shipped with gaupol only as a
fallback if they are not found under /usr/share/xml/iso-codes
* Add global options --with-iso-codes and --without-iso-codes to
setup.py to control whether or not to install iso-codes XML files
(This means that packagers can use --without-iso-codes and mark the
iso-codes package as a hard dependency to avoid duplicate files)
* Probably fix i18n issues with Unicode ellipses of menu items
* Fix i18n issues with locale codes and their fallbacks used in
pattern files for 'Name' and 'Description' fields
* Raise Python dependency to 2.6
* Raise PyGTK dependency to 2.16
* Raise PyEnchant dependency to 1.4.0
|
|
|
|
|
|
* Several bugs in filename sorting in the Dolphin file manager have been
fixed
* Issues with encoded filenames in ZIP archives have been fixed
* A number of bugs in games, such as KMines, KNetwalk and LSkat and
KSpaceDuel have been fixed
The changelog lists more
|
|
|
|
changes:
-Improve probability plots
-Use markup for graph tips
-bugfixes
|
|
Pkgsrc changes:
- none
Changes since version 2.22.0:
=============================
2010-05-15
* 2.23.0 released
* Fixed -m option (thanks, deadolus!)
2010-05-14
* Fixed bug 3001249: bid history parsing bug
|
|
|
|
|
|
|
|
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible
crashers in session management
Flash plugin support in KHTML has been enhanced to work with newest Youtube
skins
Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O
library
Hiding the mouse cursor in some special cases in presentation mode and two
possible crashers have been fixed
|
|
etcutils to update /etc/shells.
|
|
|
|
0.1.3
- Add possibility to get Licenses from server
- Add search for contents by username
- Add convenience function to get list of download links and fix some related strings
- Fix qt-only hasCredentials
- Win and Mac compile/link fixes
- Fix crash when multiple apps would use attica simultaneously: do not delete root component of qtplugins
|
|
This update has been a long time in coming, and was spurred by some
recent eBay changes that broke drag'n'drop and searches. Other eBay
changes broke high-bidder recognition, and determining
whether a listing was an auction or a fixed price listing. This
should fix all of those, as well as several UI issues, especially
for Mac OS X Tiger users.
A great feature in the new version is thumbnail mode, which is
essentially a view of your listing that includes the thumbnail on
the same line as your auction information. It's been cleaned up
and made to look very nice. You can configure your columns to add
the Thumbnail column using the small '*' above the scroll bar on
the right, or under the Tab customization menu.
An overview of the features fixed for the new version are:
* Bugs fixed
o Fix the blank-screen (but auctions are there, and only
visible when selected) on Mac OS X Tiger
o The newest forms of bad HTML found on eBay listings
shouldn't break the parser anymore
o Don't mistake auctions for fixed price listings
o Recognize eBay's new URL format.
o Fix drag-and-drop on Linux (patch by Eric)
o Don't initiate sniping until the eBay time has been
loaded from the server
o If the pre-snipe had already fired (2 minutes before
the actual snipe), and you changed the snipe amount, it
would instantly place a bid for the amount you entered
as a snipe. This is fixed.
* Small features and improvements
o Don't present a dialog message when cancelling a
multisnipe; events like that should just quietly obey.
o Reduce the number of unimportant exceptions that show
in the log file
o Provide the ability to easily submit error logs
o Improve the integration with My JBidwatcher
o Improve high bidder recognition substantially
o Simplify tab save/restore handling, and apply a tab
ordering fix (patch from Andreas Stempfhuber).
o Added a patch from mickle_ak which should improve
corporate proxy support.
* Features
o Initial support for Gixen integration via My JBidwatcher
+ This isn't complete, but it's getting close
o Deep improvements to the Thumbnail view and taking the
Mac UI improvements and applying them everywhere, including
(I believe) a working implementation on Windows and Linux!
|
|
2010/04/28
+ several improvements to configure script:
+ modify CF_CURSES_TERM_H to handle cases such as cygwin where
packager has installed curses.h and term.h in different
directories, e.g., to wedge in a termcap library.
+ modify CF_XOPEN_SOURCE, adding special case for OpenSolaris
+ modify CF_MAKE_TAGS to add check for exctags and exetags, prefer to
ctags and etags to work around pkgsrc (NetBSD) renaming.
+ correct CF_FIND_LINKAGE, setting cache variable for library_file in
the special case where no directory search is made.
+ improve CF_GCC_VERSION, suppress stderr for c89 alias of gcc.
+ improve CF_GCC_WARNINGS, moving -W and -Wall into the list to
check, since c89 alias for gcc complains about these options.
+ modify CF_HEADER_PATH, to not search for variations of everything
in the current include-path
+ use "mkdir -p", remove mkdirs.sh
+ use CF_CURSES_HEADER to fill in possible subdirectory used for
ncurses header filename.
+ modify CF_XOPEN_CURSES to work around current ncurse header loss of
predefinition of _XOPEN_SOURCE_EXTENDED
+ add "--disable-rpath-hack" option, along with scripting to add
rpath option to libraries found in unusual places.
+ modify pause widget to autosize like gauge, and to omit the area for
buttons when none are displayed.
+ fix an infinite loop in dlg_button_layout() if there are no buttons
to display (Debian #579390).
+ add makefile rules for generating html, etc., documentation from
nroff.
> patches by Samuel Mart
+ reset errors in tailbox before reading new character.
+ modify dlg_draw_scrollbar(), omitting hiding percentages in boxes
when no arrows or scrollbar are needed.
+ correct value of row for scrollbars in formbox.
+ update es.po from
http://translationproject.org/latest/dialog/
|
|
2010-04-26 tim <gyunaev@ulduzsoft.com>
- 5.2 RELEASE
- Fixed missing images on CHM files under Windows XP SP3;
- Fixed viewing CHM files which embed links to other CHM files;
2010-04-23 tim <gyunaev@ulduzsoft.com>
- Fixed window icon (thanks Aaron Lewis)
- Fixed typos in README and FAQ (thanks Martin 'Cheese' Lee)
- Fixed errors while building index because 'keyword' was ignored (thanks ivg)
- Switched to use new cross-compiler from http://mingw-cross-env.nongnu.org/ to create Windows builds
2009-12-17 tim <gyunaev@ulduzsoft.com>
- 5.1 RELEASE
- Trying to use non-normalized URL first to fix CHMs which use them in TOC/Index
2009-12-16 tim <gyunaev@ulduzsoft.com>
- Fixed application settings storage.
- Fixed bookmark edit button.
- Version changed to 5.1
|
|
* Fix complete breakage of opening subtitle files due to a change in
newline handling of codecs.open in Python 2.6.5
* Use existing subtitle file mime-types instead of text/plain when
adding files to the recent files database
* Add German translation (Chris Leick)
* Add Hungarian translation (László Andrássy)
|
|
|
|
Collection.
Ever given a Slide Show and needed to switch over to Vim? Now you
don't ever have to switch again. You're already there. Vroom lets
you create your slides in a single file using a Wiki-like style,
much like Spork and Sporx do. The difference is that your slides
don't compile to HTML or JavaScript or XUL. They get turned into a
set of files that begin with '0', like '03' or '07c' or '05b.pl'.
The slides are named in alphabetic order. That means you can bring
them all into a Vim session with the command: vim 0*. vroom --vroom
does exactly that.
|
|
changes:
-improve canvas
-bugfixes
|
|
* Changes in the m17n database 1.6.1
** This release is just for a minor bug fix.
|
|
|
|
Remove '-serial stdio' from qemu argument list. It's not actually
needed when the '-nographic' option is present, and it confuses
qemu 0.12.
|
|
Deal with recent sysinst changes: sysinst no longer displays a dialog
to select the CD-ROM device path, etc.
New command line option "--qemu-args".
Anita no longer passes the "-no-acpi" option to qemu by default,
because the ACPI case now works with -current, and disabling
ACPI triggers other bugs. See PR port-i386/42681 for more details.
|
|
set correctly.
|
|
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.
KDE SC 4.4.1 has a number of improvements:
A performance problem in KMail when sending emails has been fixed
Various fixes in Plasma widgets and other addons, such as the analog clock
and the picture frame
A number of fixes in Konsole, KDE's powerful terminal application
KDE SC 4.4.2 has a number of improvements:
Possible crashes in Plasma, Dolphin and Okular have been fixed
The Microblog applet now shows the correct time in the timeline
The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
anymore
|
|
|
|
Attica is a Qt library that implements the Open Collaboration Services
API version 1.4. The REST API is defined here:
http://www.freedesktop.org/wiki/Specifications/open-collaboration-services
It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as content
provider. In order to integrate with KDE's Plasma Desktop, a platform
plugin exists in kdebase.
|
|
* Changes in the m17n-contrib 1.1.11
** New input method:
ii-phonetic.mim (Yi)
si-sumihiri.mim (Sinhala)
yi-yivo.mim (Yiddish)
ath-phonetic.mim (Eastern Cree/Carrier)
bla-phonetic.mim (Eastern Cree/Blackfoot)
cr-western.mim (Western Cree dialects)
iu-phonetic.mim (Inuktitut)
nsk-phonetic.mim (Eastern Cree/Naskapi)
oj-phonetic.mim (Ojibwe)
|
|
* Changes in the m17n database 1.6.0
** An input method is deleted.
si-wijesekera-preedit.mim
** New FLT files are added.
FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/TEL2-OTF.flt,
FLT/TML2-OTF.flt, FLT/ORY2-OTF.flt, FLT/GJR2-OTF.flt,
FLT/GUR2-OTF.flt, FLT/BNG2-OTF.flt, FLT/DEV2-OTF.flt,
FLT/MYMR-SIL.flt
|
|
|
|
|
|
patch. Noted by Alexander Polakov in PR 43113.
|
|
|
|
PHP 5.2.* and PHP 5.3.*)
|
|
Noted by Dennis den Brok.
|
|
pkgsrc changes:
- Add license definition
Upstream changes:
[Changes for 0.79 - 2010-03-02]
* Locale::Maketext::Lexicon::Tie
- Removed a deprecated use of "defined %" for Perl 5.11+
[Changes for 0.78 - 2010-02-23]
* Locale::Maketext::Lexicon
- Removed a deprecated use of "defined %" for Perl 5.11+
|
|
|
|
|
|
|
|
|
|
PHP is a programming language designed to be embedded into web pages.
This module provides support for internationalization.
|
|
|
|
* Fix COMMENT it isn't Japanese only.
Bump PKGREVISION.
|
|
Upstream changes:
2.0207: Fri Jan 08 2010
- Dennis Boone was kind enough to not only point out a serious
bug in the ssh command token processing, but find and fix
it (http://is.gd/5UxgX). Thanks!!
2.0205: Wed Jul 08 2009
- Doc bugs (very indirectly) found by Hans Dieter Pearcey
- added perl critic and Test::Pod
- fix bugs (as in wrongful code execution) found by critic.t
- fixed many punctuation problems found by critic.t
|
|
|
|
|
|
|