Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Python built with threading support. So, allow only python2[123]-pth.
|
|
New icons, bugfixes, etc.
|
|
|
|
|
|
|
|
- Fix cpu/bandwidth eating on idle displays by not blinking the cursor
after 20 seconds of inactivity on anything other then :0, fixes #135764
- In the face greeter cut after a comma in the gecos field if there are
at least two commas since then it's probably some login arguments and
not the name of the user, "fixes" #142274
- Apply patch to make the language dialog at most 600 pixels so that it
doesn't look too crappy on large displays, #142175 (Leonard Michlmayr)
- Fix last_x_failed possible infinite loop on slow machines, #141497
- Fix multihead wanker code in the *mouselistener modules, this confused
the moronic bonobo DISPLAY logic
- Don't use certain languages on the console. Controlled by the
daemon/ConsoleCannotHandle config key, but that's a hack. Oh well,
better then displaying garbage in cjk and similar. "fixes" #135387
- Ensure proper ~/.ICEauthority permissions to fix broken cases such
as gnome-session vs. suid root apps that create root owned ~/.ICEauthority,
"fixes" #137345
- We no longer use `which' command which is horribly broken on some horribly
broken systems and use a private shell version, #133245 (Brian Cameron, me)
- Solaris fixes, #137600 (build), #133245 (chown arguments) (Brian Cameron,
Ivan Noris)
- Support system-config-display as X setup for FC2
- Further shell quoting paranoia in gdmsetup
- Many minor fixes
- Add some new new icons (James M. Cape)
- Translation updates (Francisco Javier F. Serrador, Alexander Shopov,
Rostislav Raykov, Dinesh Nadarajah, Asmund Skjaeveland)
|
|
resulting binaries.
|
|
by creating/deleting them from the (de)install scripts (and not registered
in the PLIST). This allows pkg_tarup to work properly and also avoids some
warnings during 'make replace'.
Changes since 2.4.2:
* GtkButton
- Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen]
* GtkFileChooser
- Make DND work when the dialog is modal [Federico Mena Quintero]
* GtkToolbar
- Don't show empty overflow menu [Soeren Sandmann]
- Don't show initial separator in overflow menu [Soeren]
- Handle dynamic changes to overflow menu [Soeren]
* Documentation improvements [Bastien Nocera, Matthias]
* Other bug fixes [Matthias, Soeren, Sven Neumann]
* Updated translations (hu,ne)
|
|
through, unacceptably breaks threaded apps, and was made without consulting
the package's maintainer.
To quote my mail to packages@:
I am reversing this change.
With this change, tcl is _not_ usable in threaded apps, while without
this change, tcl is perfectly usable in non-threaded apps.
The fix for a package which is incorrectly written is not to break the
package it depends on, but do your job correctly when writing the
package.
With buildlink3, this is mind-numbingly easy to do.
That you neither contacted the maintainer of this package, nor did the
buildlink and dependent package changes which your change requires shows
that you have not really thought this through.
So, as I said, I am reversing this change. Fix your own package, don't
break others.
|
|
|
|
libtcl.so/libtk.so (whether linking it in or dlopen() it) must be linked
against libpthread. This is something we can't guarantee.
Fixes bulk build error in py-imagingtk and numerous runtime problems.
|
|
graphics/hicolor-icon-theme. Noted by jmmv@.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes:
* general: More and better usage of icons in different applications
* general: Fix link order for IRIX
* kappfinder: Fixed menu structure and added icons of several applications
* kicker: Don't show unimplemented "About" and "Preferences" for universal
sidebar
* kicker: Fix two panels on different xinerama screens affecting their
placement.
* konqueror/kdesktop: Fix konqueror is ignoring umask when creating new
files
* konqueror/kdesktop: Fix filename suggestion when moving files applies to
all subsequent files
* konqueror: Made all items in the "Go" menu open in the current Konqueror
window
* konqueror: Now Ctrl+Enter opens a tab with default background setting
* konqueror: Holding Shift while opening a tab inverses the "open tabs ini
background" setting
* konqueror: "[FMSettings] TabPosition=Bottom" in konquerorrc lets the
tabbar appear at bottom
* konqueror: Fix konqueror listview rightclick always selects file
* konsole: Added the ability to fetch the shell PID per session via DCOP
* konsole: Fix terminal size display is covered by kwin size display
* konsole: Fix Default rendition should be used when clearing screen areas
* konsole: Fix can't change/save Keytabs in the Session Editor
* konsole: Fix for crashes on exit.
* konsole: Fix transparant background updates
* kio_fish: Fixes for copying into a symlink to a folder, and for copying
over a directory that already exists
* kwin: Keep properly splashscreens above their mainwindows.
* kwin: Restore focus when a broken application sets it to nowhere.
* kwin: Fix dialog placement problems with Konqueror with Qt-3.2.x .
* kwin: Fix problem with minimizing xmms.
* kwin: Fix active desktop borders while moving improper initialization.
* kwin: Fix Shift+middle mouse button action in Konqueror.
* klipper: Fix Klipper reacting to its own clipboard changes.
* khotkeys: Mouse gestures are globally disabled by default.
* drkonqi: Fix valid backtraces sometimes being reported as useless.
* kcontrol: Fix colorsheme file name conflict
|
|
Changes:
* general: More and better usage of icons in different widgets
* kiosk: Support for user profiles
* kfile: directory chooser dialog now hides hidden directories, added
context option to show
* uiserver: Fix KIO: Progress Dialog - 'Keep open' + 'Open File' - Problems
* kwallet: Keep KWallet's password dialog above other windows
|
|
Long:
Some OS have libintl functionality in libc, so we do not necessarily
have to link against (a possibly non-existent) -lintl. For now, only
deal with Linux -- those who know for a fact which OS also behave
this way should adjust/add.
|
|
tool for xscreensaver" (as discussed with maintainer, wiz@).
This package is more that just a "demo".
|
|
|
|
Bump PKGREVISION to 1.
|
|
|
|
Black and white theme for GTK+ 2.x, initially developed by Ximian. Includes
nice shades of gray around default buttons in dialogs. You will love it.
Slightly based on a package from pkgsrc-wip by Michal Pasternak.
|
|
|
|
* GtkUIManager
- Install signals correctly [Michael Natterer]
- Make the output of gtk_ui_manager_get_ui() parsable. [Michael]
- Add a way to suppress stock accelerators. [David A Knight]
* GtkClipboard
- Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen]
- Increase the chunk size for INCRemental transfers [Matthias]
* GtkFileChooser
- Hide the combo box when appropriate [Christian Neumair]
- bug fixes [Federico Mena Quintero]
* GtkComboBox
- add mouse/wheel bindings on the cellview [Matthias]
- improve positioning of popup [Matthias]
- make the selection follow the mouse [Matthias]
* GtkEntryCompletion
- make the selection follow the mouse [Matthias]
- restrict popup size to monitor size [Matthias, DmD Ljungmark]
- don't complete on paste [Anders Carlsson]
* Win32
- bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman,
Tor Lillqvist, Robert Ögren]
* GtkButton/GtkArrow
- Don't draw the focus over the button child [Matthias]
- Increase default arrow size to compensate [Matthias]
* Documentation improvements [Doug Quale, Matthias,
Steffen Röcker, Steve Chaplin, Tommi Komulainen]
* Other bug fixes [Billy Biggs, Crispin Flowerday,
David Hawthorne, Federico, Havoc Pennington, John Finlay,
Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael,
Michal Pasternak, Morten Welinder, Olivier Andrieu,
Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai,
Soeren Sandmann, Sven Neumann]
* Updated translations (bg,it,nl,tk,wa,zh_CN)
|
|
|
|
Changes:
2.2.7:
Complete rewrite of timeout_func to avoid sending
lineakd to 100% CPU. There was a case where timeout_func
would keep looping around in circles never pausing for breath.
(Tim Wright)
2.2.6:
FontSet fixes (Philipp Matthias Hahn)
Title change fix (Philipp Matthias Hahn)
Memory leak patch (Philipp Matthias Hahn)
New, improved timeout_func (Philipp Matthias Hahn)
New TODO list (Philipp Matthias Hahn)
Fixed bug where osd displays after clicking 'apply' in XMMS
config dialogue (Tim Wright)
|
|
|
|
tech-pkg@.
|
|
platform into an application running on a 32bit platform doesn't always work.
Patch by Joachim Kuebart in PR 25750 .
Bump PKGREVISION to 5.
|
|
|
|
change.
|
|
tech-pkg@.
|
|
infrastructure handles compiler issues aoutomagically.
|
|
Closes PR pkg/24844
|
|
|
|
|
|
|
|
|
|
C. Reed.
xvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
|
|
so depend on GConf2>=2.6.1. (Okay'd by maintainer, jmmv@.)
|
|
So include buildlink for Xft2.
Also, the build which uses newer freetype includes
needs a newer Xft.h. So depend on Xft2>=2.1.2nb2.
(I didn't bump in the Xft2's buildlink3 because maybe
other packages don't need that new Xft.h.)
This will close PR #25548.
|
|
a) I haven't used the package for ages, or
b) Someone else has recently been doing a better job maintaining the package
|
|
creating the new kdm config as the output is non deterministic.
Bump PKGREVISION.
|