Age | Commit message (Collapse) | Author | Files | Lines |
|
Per suggestion from obache.
|
|
Overview of Changes from GTK+ 2.18.3 to 2.18.4
==============================================
* Client-side windows:
- Avoid some unnecessary exposes
- Avoid unnecessary redraws related to clearing windows
* Bugs fixed:
563010 Fix clearing the selection in GtkFileChooserButton
581150 GtkIconView tries to paint items with invalid sizes
601869 GtkUIManager assumes too much about popup menus
581145 Wrong positioning for fullscreen gedit toolbar animation
599118 Translators comment for "Finishing" labels
599321 gtk_selection_data_get_uris is broken on Windows
381371 Print margins not correct in WIN32 - not allowing...
599446 atk_object_set_name () assertion in gtk_tool_button_set_label
602725 fix setting icon-size on GICON images
588740 JPEG images open with blur effect?
602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
561130 get_monitor_geometry segfaults if called with non-existant...
585383 Segfault in gdk_pixbuf__ico_image_save
123569 Catch contents being reparented out of socket
601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
601959 must release compose key before continuing compose sequence
603201 gtk_about_dialog_set_url_hook has no effect anymore
591438 dfb_events_dispatch is not thread safe
603128 Adding new UI that was recently removed may cause wrong order
* Updated translations:
Low German
Romanian
Russian
Slovenian
|
|
KDE SC 4.3.4 has a number of improvements:
* A bugfix in Plasma's pixmap cache makes the workspace more responsive
* Okular, the document viewer improved stability in certain situations
* Marble, the desktop globe has seen some polish
* Passphrases with non-ASCII characters have been fixed in the KGpg
encryption tool
|
|
- Update PATCH_SITES.
No changes in the package.
|
|
- Avoid causing xfce4-session to time out on startup.
- Fix type in xfconf property name.
- Fix mnemonic widgets in accessibility dialog.
- Fix translation macros in settings helper.
- Always restore the default display scheme on startup.
- Make sure --verbose is simmilar to --debug instead of --version
- Fix compile-issue with libxklavier >= 4
|
|
- Properly set orientation of tasklist handler.
- Fix launcher with 'Run in Terminal'.
- Fix typo preventing build on older gtk versions.
- Don't send -r to session restart command.
- Add dist-hook: all to the API docs Makefile.am as well.
- Add dist-hook: all to the libxfce4panel/ Makefile.am.
- Add option to tasklist to force a fixed width.
- Get the time the same as orange does.
- Better check for the lcd resize when the number of hour digits changes.
- Use g_timeout_add_seconds when available for the clock timeout.
- Resync tooltip and clock timeout when they are out of sync.
- Remove the hour interval from the clock, minutes are good enough.
- Use Git in the build files and drop unneeded po files.
- Use g_markup_printf_escaped in the launcher tooltip.
- A whole bunch of translations updated
|
|
0.4.2
=====
- Fix broken background image when compositing is disabled.
- Use new xdt-autogen macros.
- Translation updates
0.4.1
=====
- Install documentation in @docdir@.
- Don't die on dbus exit.
- Use the initial title in tabs if the dynamic title is set to hidden.
- Silence the build.
- Disable mnemonics in GtkSettings.
- Translation updates
0.4.0
=====
- Don't show the set title dialog when double-clicking on the scrollbar.
- Don't build the menubar when not enabled on startup.
- Various small code cleanups.
- Translation updates
0.2.99.1
========
- Do not save properties that are the same as the default value (and not
hidden) in the rc file. This makes startup a bit faster.
- Remove vte-title-workaround and show the vte title in the go menu
(so without the initial title).
- Documentation updates.
0.2.90
======
- Change minimum dependency of VTE to 0.17.1 and GTK+ to 2.14.
- Use environ variables provided by GLib for better compatibility.
- Use new VTE api.
- Don't set contents change on window resize.
- Fix segfault in special tab configuration.
- Monitor config files using GIO to avoid polling for file changes.
- Check for case problems when creating the symlink.
- Add hidden option to disable middle-click tab close.
- Property handle the button accelerators in the compose dialog.
- Convert the preferences dialog into GtkBuilder.
- Use stock icons and remove unused icons.
- Allow editing of shortcuts from the menu.
- Make the tab close button smaller.
- Fix compilation problems on Solaris.
- Update fullscreen action if changed by the wm.
- Add commandline option to set the window icon.
- Refactor the usage help so it's easier to understand. Also add
the --maximize option.
- Allow '-character in links.
- Add hidden option for the cursor shape.
- Convert preferences dialog in Gtkbuilder and make it fit better
inside Xfce using the titled dialog.
- Fix compiler warnings, code cleanups and improvements.
- Support for the erase tty key binding, requires vte 0.20.4.
- A lot of updated translations.
|
|
|
|
|
|
This fixes firefox run-time breakage with native X11 on netbsd-4 caused by
pkgsrc wrappers not dealing with -R.
Bump PKGREVISION.
|
|
circular dependency between kdebindings4-python and kdebase-workspace4.
Bump PKGREVISION.
|
|
|
|
pkg), just for qt4
|
|
(no PKGREV bump needed because this pyqt4 version couldn't build
against sip<4.9 anyway)
|
|
|
|
will not be compatible anymore
(noticed by Dennis den Brok, see mail to tech-pkg)
bump the API requirement
being here, update to 4.9.3 which brings another little bugfix
|
|
|
|
|
|
|
|
|
|
changes: Misc bug fixes
|
|
While this is the unstable tree formally, 1.1.x is listed as external
dependency already in
http://live.gnome.org/TwoPointTwentyseven/ExternalDependencies
So switch to that tree. Tested with various Gnome applications.
|
|
4.6.1:
Bugfix release.
4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
Applications may select a particular API. By default Python v3
uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
when creating an instance
* signals can be connected using keyword arguments passed when
creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
properties and connect signals using keyword arguments at any
time
* Python v2.6 and later allow a Python bytearray to be used whenever
a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
getSaveFileNameAndFilter() static methods have been added to
QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
|
|
Description:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/446395
Solution:
http://patches.ubuntu.com/g/gnome-screensaver/extracted/08_gs_dialog_request_to_exit.patch
Reported by David H. Gutteridge in PR 42338.
|
|
|
|
===============
Version 2.28.0
===============
Fixed bugs:
- #444927, get idle time from xorg
- #463010, Port gnome-screensaver from libglade to gtkbuilder
- #564061, Install .desktop file
- #570402, screensaver crash if number of screens changes
- #570941, String not marked for translation gnome-screensaver-command.c
- #574896, [Leave message] Cancel button should clean clipboard buffe
- #576463, can't unlock screen after upgrade until restarting gnome-
screensaver
- #581995, Fade out doesn't properly fall back to gamma number if X server
only supports 0-size ramp
- #586174, Encoding key in desktop files is deprecated
- #589728, gnome-screensaver: implicit declaration g_printf
- #590776, screensaver is never activated
- #591193, Update/Create .gitignore
- #591194, Add Comment and Icon in gnome-screensaver.desktop
- #594082, gnome-screensaver ignores input when fading to black
Translators:
- Khaled Hosny (ar)
- Amitakhya Phukan (as)
- Alexander Shopov (bg)
- Runa Bhattacharjee (bn_IN)
- Jamil Ahmed (bn)
- Denis ARNAUD (br)
- Carles Ferrando (ca@valencia)
- Petr Kovar (cz)
- Ask H. Larsen (da)
- Mario Blättermann, Christian Kirbach (de)
- Philip Withnall (en_GB)
- Jorge González (es)
- Ivar Smolin, Mattias Põldaru (et)
- Inaki Larranaga Murgoitio (eu)
- Tommi Vainikainen (fi)
- Claude Paroz (fr)
- Seán de Búrca (ga)
- Antón Méixome (gl)
- Sweta Kothari (gu)
- Yaron Shahrabani (he)
- Rajesh Ranjan (hi)
- Gabor Kelemen (hu)
- Luca Ferretti (it)
- Shankar Prasad (kn)
- Changwoo Ryu (ko)
- Gintautas Miliauskas (lt)
- Rajesh Ranjan (mai)
- Ani (ml)
- Sandeep Shedmake (mr)
- Kjartan Maraas (nb)
- Niels-Christoph Fiedler (nds)
- Manoj Kumar Giri (or)
- A S Alam (pa)
- Tomasz Dominikowski (pl)
- Rodrigo L. M. Flores, Krix Apolinário (pt_BR)
- Duarte Loreto (pt)
- Lucian Adrian Grijincu (ro)
- Matej Urbančič (sl)
- Miloš Popović (sr@latin)
- Miloš Popović (sr)
- Daniel Nylander (sv)
- ifelix (ta)
- krishnababu k (te)
- Theppitak Karoonboonyanan (th)
- Maxim V. Dziumanenko (uk)
- Chao-Hsiung Liao (zh_HK)
- Chao-Hsiung Liao (zh_TW)
===============
Version 2.27.0
===============
- Add an autostart file for gnome-screensaver (#585485)
Updated Translations: Telugu, Catalan, zh_CN, Crimean Tatar
|
|
News in 2.8.0
=============
o new stable release
News in 2.7.0
=============
o Add new 2.8.0 gtksourceview API. (Gian Mario)
o Some misc bug fix (Gian Mario)
o Fix build with libtool 2.x. (Gian Mario)
o Autogenerate Changelog from git logs (Gian Mario)
|
|
v4.9.1 23rd October 2009
- A bug fix release.
v4.9 26th September 2009
- Added support for __iter__ and __next__. (__next__ is used for Python v2
as well as v3.)
- Added the %API directive.
- Added the /API/ annotation.
- Added sipIsAPIEnabled() to the C API.
- Added sip.getapi() and sip.setapi() to the Python API.
- Added sip.ispyowned() to the Python API.
- Mapped types can now act as a namespace for enums and static methods.
- The /Array/ annotation can now be applied to classes and mapped types.
- The /NoArgParser/ annotation can now be applied to methods as well as
functions.
- Added the --arch flag to configure.py to specify which MacOS/X
architectures are built.
- SIP is now also licensed under the GPL v2 and v3.
|
|
|
|
0.22.4
=======
- Fix a regression introduced in 0.22.4
- Bugs fixed in this release:
Revert "Bug 591648 - Don't clear the screen when switching to the alternate screen"
|
|
changes: minor bugfixes
|
|
Change appres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Add pointers to mailing list, bugzilla, wiki & git repo to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
appres 1.0.2
Ansification and compile warning fixes.
|
|
Add AM_PROG_CC_C_O to configure.ac to make automake-1.10 happier
Fill in COPYING, README, & AUTHORS
Strip RCS/CVS ids
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for case-insensitive file systems
Fix typo in bitmap.man
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
Rename app-defaults files to match "pattern" used on other applications.
|
|
Change editres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Fill in AUTHORS & README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Ansification and compile warning fixes.
|
|
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Ansification and compile warning fixes.
|
|
Rename lbx.h to lbxproxy.h to avoid conflict with new lbx.h in xextproto 7.1
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix compatibility with libXext 1.1 / xextproto 7.1 headers
Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Ansification and compile warning fixes.
|
|
luit: Convert platform #ifdefs to configure tests for functions & headers
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Apple: Use secure tty
Ansification and compile warning fixes.
|
|
1.5.1:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Ansification and compile warning fixes.
1.5:
Bug #10616: Man page typo: s/peform/perform/
renamed: .cvsignore -> .gitignore
Another man page typo fix: s/aprox./approx./
Bug 9520: Markup problems in Xmark.1x
Replace static ChangeLog with dist-hook to generate from git log
Rename .cvsignore to .gitignore
Add Compositing tests.
Fix typos in descriptions of -compwinwin{1,5}00.
|
|
Add pointers to mailing list, bugzilla, wiki & git repo to README
Man page updates: add "SEE ALSO", update xdm references
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
C89 fix
Change xauth_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Replace rsh by ssh the extract/merge example. Rsh is no more.
Initialize ed.used_stdout at the beginning of do_extract()
Fix format error
Correct make distcheck.
|
|
Man page typo ("faiding")
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use "Backlight" RandR property, fall back to legacy "BACKLIGHT".
Ansification and compile warning fixes.
|
|
Create COPYING file from notice in terminal & X11R6.6 release notes
Move black6 & box6 bitmaps from xmh module
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
add .gitignore
Correct make distcheck.
|
|
Add pointers to mailing list, bugzilla, wiki & git repo to README
Trim trailing whitespaces
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file
xaw8 is gone, use xaw7
Build fix for file systems that are not case sensitive
Fix build with builddir != srcdir
$(builddir) is the current directory
Makefile.am: nuke RCS Id
Ansification and compile warning fixes.
Fix logic inversion in geometry computation in -norender -digital mode.
X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating
|
|
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix formatting of options/arguments in man page
Add COPYING file with copyright/license notice from xcompmgr.c
Make usage() report the current version.
Ansification and compile warning fixes.
Fix error reporting
Don't hard code the screen number
Check for _NET_WM_CM_Sn before trying to install ourself as composite manager
Try to report current composite manager name
|
|
Print Composite extension version for "-ext Composite"
Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extension
Improved XF86-VidModeExtension printing
Move CWARNFLAGS addition to CFLAGS from configure.ac to Makefile.am
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use xf86vmproto.h instead of xf86vmstr.h if it is installed
Add README with pointers to mailing lists, bugzilla, & git
Remove empty INSTALL so automake installs a real one
Use Xxf86dga.h & xf86dgaproto.h if present, to avoid warnings from old headers
Use $(AM_V_GEN) to silence man page creation too
Added --without-{xf86misc,xprint} configure time options
Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.
Ansification and compile warning fixes.
|
|
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add missing PHONY line for automatic ChangeLog generation
Correct make distcheck failure and sparse warnings.
|
|
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING with notice from xev.c
Flush standard output after processing each event
xev: use XORG_CHANGELOG macro to create ChangeLog. #22611
|
|
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
|
|
Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
|
|
man: clean up the man page.
Clean up --version, don't require a DISPLAY and display the server version too.
Rework 'xinput list' code
|
|
xkbcomp: Remove output file if closing fails.
|