Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Configuration/Compilation
* Fixed OpenBSD and NetBSD build issues.
- Legal
* Added information about the OpenSSL exception to the GPL.
- Documentation and Examples
* Added information about the TS file format used in Linguist.
* Moved platform and compiler support information from
www.trolltech.com into the documentation.
* Added an Accessibility overview document.
* Added new example to show usage of QCompleter with custom tree models.
- Translations
- Added support for the CP949 Korean Codec.
- [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII
and QT_NO_CAST_TO_ASCII defines and therefore is more robust when
using codecs.
- Added support for HP-UX 11i (Itanium) with the aCC compiler
- Changed dialogs to respond much better to the LanguageChange event.
(i.e. run time translation now works much better.)
- Signals and slots
* [61295] Added Qt::BlockingQueuedConnection connection type, which
waits for all slots to be called before continuing.
* [128646] Ignore optional keywords specified in SIGNAL() and SLOT()
signatures (struct, class, and enum).
* Optimize emitting signals that do not have anything connected to them.
- [121629] Added support for the MinGW/MSYS platform.
- [102293] Added search path functionality (QDir::addSearchPath)
- Almost all widgets are now styleable using Qt Style Sheets.
|
|
|
|
memory.
|
|
|
|
memory.
|
|
cross-compilation by hard-coding the real value as done for NetBSD.
|
|
memory.
|
|
memory.
|
|
memory.
|
|
tagged but for some reasons didn't make it into the release.
|
|
memory.
|
|
on NetBSD under normal circumstances.
|
|
|
|
- the semantic of the parent window clipping was changed.
No actual code changes.
|
|
specification in English.
|
|
|
|
changes:
- Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so
it works for the non-migratable case (for Xnest, XDMCP, etc.).
- Use an unsigned char buffer in gdm_fdgetc
- Just display the default "authentication failed" message when we
receive PAM_AUTHINFO_UNAVAIL
- Translation updates
- Fix crashing issue with XDMCP logic.
pkgsrc change: fix the substitution which is supposed to make the
NetBSD logo appear on the default login screen, but do so for a NetBSD
pkgsrc target only.
Should fix PR pkg/34955 by Hauke Fath
|
|
Overview of Changes from GTK+ 2.10.13 to 2.10.14
================================================
* Bugs fixed:
453365 gdk_pixbuf_get_file_info crashes on tif files
164809 Checkboxes with inconsistent status are not drawn properl...
426987 Panel freezes after upgrading gtk icon cache
435840 GTK_WIDGET_SAVED_STATE inconsistency
437281 gtk_button_set_image destroyes the old image
440040 Reference counting in GtkPrintOperation goes awry
448544 Refcount issues in GtkCellRendererSpin
451070 Broken CUPS SSL printing in gtk 2.10.13
112404 Problem with focus when closing transient window
* Updated translations:
Estonian (et)
Russian (ru)
|
|
delete the directories shared with it.
|
|
platforms that are supposed to install them. Fixes installation under
Mac OS X.
|
|
changes:
-bugfixes
-translation updates
-Isolated the X11 dependency, making easier to support others graphical
environments
-Improved the magnifier compositor performance, through the elimination of
X11 sync calls
-Create an applet to apply colorblind filters
|
|
|
|
|
|
changes:
-build system fixes
-support xrestop
|
|
|
|
graphics chips (successor of xf86-video-i810)
|
|
changes:
-Several improvements to the Redmond theme.
-Bug fixes
-translation updates
|
|
changes:
-Add support for beryl in gnome-wm
-Make it possible to save a session with multiple clients that are the
same program
-bugfixes
-translation updates
|
|
changes:
-fix fast-user-switching with multiple X servers
-translation update
|
|
|
|
change: bugfix to codegen: return value check for void functions
|
|
|
|
changes:
-panel: UI improvements and fixes for possible crashes
-clock: UI fixes
-translation updates
|
|
changes:
-update contributor list
-translation updates
also take maintainership per PM from jmmv
|
|
lock.
|
|
- fixed integer overflows [ patched before ]
- fixed file descriptor leak
- allow re-entrant Xlib calls from _XIOError for the sake of
atexit handlers or ELF/C++ destructors
- define XTHREADLIB and XTHREAD_CFLAGS [ not perfect, but used for now ]
- Many constness and some 64bit issues fixed
- Added man apge for XKB
Add a NetBSD xsrc patch to unlock mutexes before destroying them.
|
|
|
|
modes and alter the list of modes for a display.
|
|
Set WINDOWPATH in xinit. Kill compat code for pre-POSIX systems.
|
|
and add man pages.
|
|
field.
|
|
- Introduce catalogue FPE, which contains symlinks to font directories.
Options like unscaled can be attached to it. Fix a bug in this code.
- Remove lots of dead code and cleanup some warnings.
Note: the second point does change the ABI, but as the code seems to have
been unused, I'm not forcing a major bump that upstream didn't do.
|
|
|
|
New in the 0.9.2 x11vnc release:
A compile-time bug is fixed for when the OpenSSL library is not
available or --without-ssl is supplied; previously the
build would fail.
One can configure x11vnc via "configure --with-system-libvncserver"
to use a system installed libvncserver library instead of
the one bundled in the release tarball.
If UltraVNC file transfer or chat is detected, then VNC clients
are "pinged" more often to prevent these side channels
from becoming serviced too infrequently.
In -unixpw mode in the username and password dialog no text will
be echoed if the first character sent is "Escape". This
enables a convenience feature in SSVNC to send the username
and password automatically.
miscellaneous new features and changes:
When building from the CVS tree --with-x11vnc must be supplied if
you want x11vnc to be built. The LibVNCServer release
tarball no longer contains the x11vnc source.
|
|
changes:
-Allow None to gtk_rc_get_style_by_paths
-Fix defs file inconsistencies
-Documentation build fixes
-Code generator improvements
|
|
changes:
-A couple of crasher fixes.
-translation updates
|
|
changes: minor bugfixes
|
|
|
|
* RadioAction: Correct a reference-counting error in the "changed" signal.
* RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with
the full version of add_item().
* Menu: Fix memory problems during destruction by handling attached widgets as
we already handle child widgets.
* Correctly ifdef-out initialization of deprecated classes.
* Build: Cope with newer m4 versions.
* Documentation:
FAQ: Emphasize that libglademm is preferred to glademm.
|