summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08update to 0.28.1drochner5-81/+18
This swiches to the new release branch.
2011-07-08update to 2.24.5drochner4-30/+11
changes: -bugfixes -translation updates -doc improvements
2011-07-03add more REPLACE_PERLdholland1-1/+2
2011-07-03add patch commentsdholland83-165/+332
2011-07-03Add xf86vidmodeproto to (hopefully) fix the build on netbsd-5, plus adddholland1-1/+4
direct dep on libX11 according to verifypc.
2011-07-03/usr/bin/env cleanupmarkd1-2/+7
2011-07-02Don't use ../ in patch paths as GNU patch doesn't like it.dholland6-19/+22
2011-06-20install the designer plugin into QTDIR, as it was before thedrochner4-6/+16
last update -- the widgets are now usable again bump PKGREV
2011-06-19Parallel builds fail on -current => MAKE_JOBS_SAFE=no.alnsn1-1/+2
2011-06-19REPLACE_PERLdholland1-2/+5
2011-06-19This also uses glib2 directly at least when configuring. It's not cleardholland1-2/+2
if any of the installed binaries really do, but better to be safe. PKGREVISION -> 9.
2011-06-19Needs glib2 as a direct dependency. PKGREVISION -> 12.dholland2-3/+4
2011-06-17MAKE_JOBS_SAFE=noobache1-1/+3
2011-06-16Changes 6.0:adam6-306/+388
1) Qt3 support dropped 2) QwtPlot layout/render code ported from int to double Exported/printed documents in scalable formats like SVG or PDF are 100% scalable now. 3) Template base classes introduced for curve and curve data to be reusable in all plot items displaying series of samples. 4) New plot items - QwtPlotHistogram - QwtPlotIntervalCurve ( error bars or displaying the area between 2 curves ) - QwtPlotSpectroCurve ( mapping the z value to a color ) 5) Raster items - QwtMatrixRasterData introduced - More accurate rendering - Several API changes - Thread support for rendering spectrograms 6) QwtPlot::print moved to QwtPlotRenderer 7) Other new classes QwtColumnSymbol QwtDoublePoint3D QwtIntervalSymbol QwtPlotDirectPainter QwtSamplingThread QwtSystemClock 8) QwtPicker and friends reorganized, QwtPickerTrackerMachine added for displaying a rubberband for mouse moves. Enter/Leave added to events, that are handled by the picker machines. 9) QwtScaleWidget::LayoutFlag added Introduced to control the direction of vertical axis titles. 10)QwtWeedingCurveFitter added QwtWeedingCurveFitter is an implementation of the Douglas/Peuker algorithm, that can be used to reduce the number of curve points. It can be very useful to improve the performance of painting curves of many lines ( f.e. by implementing different level of details ). 11)Legend code update for representing different pixmaps for different types of plot items. 12)Copy operators removed, using pointers instead 13)QwtPolarPoint from qwtpolar added 14)QwtThermo Optional QwtColorMaps added 15)Interfaces and code of all sliders/dials cleaned up. QApplication::globalStrut(), styled backgrounds ...
2011-06-16bash isn't needed as TOOL anymore, noticed by Matthias Rampkedrochner1-2/+2
2011-06-15comment out two non-portable shell variable substitutions and revertdrochner3-8/+23
the "bash" requirement for "configure", works around build problems due to unresolved problems with bash on Dragonfly (PR pkg/45059 by Matthias Rampke)
2011-06-15add CVE referencedrochner2-4/+4
2011-06-15Back to original code, use cElementTree.obache3-15/+3
2011-06-15back to use default code, use cElementTree.obache4-32/+4
Bump PKGREVISION.
2011-06-14Also accept python 27 and 26, its restriction just came from py-gtk2.obache1-2/+2
2011-06-12Update ruby-gnome2 to 0.90.9.obache3-6/+3
== Ruby-GNOME2 0.90.9: 2011-06-11 NOTE: 0.90.x releases are for 1.0.0 major release. This is the last release of 0.90.x series. The next release will be 1.0.0! === Changes ==== All * Fixes * Fix a bug in version numbers. [Grant Schoep, Vincent Carmona] * Support 'bundle install' . ==== Ruby/GLib2 * Improvements * Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows. * GLib::IOChannel#write returns written byte not self. [backward incompatible] ==== Ruby/GTK2 * Fixes * fix misc/bindings.rb sample (ruby 1.9). [Vincent Carmona] * [#3305589] fix Gtk::Window#add_accel_group misses a reference to accel group. [Piotr Korzuszek, Kouhei Sutou] * Support cairo related samples in Ruby 1.9. [Jon, Kouhei Sutou] ==== Ruby/GStreamer * Improvements * add Gst::Registry.update method. [Vincent Carmona] ==== Ruby/VTE * Fixes * [#3199587] fix pc install. [OBATA Akio, Kouhei Sutou] ==== Ruby/Poppler * Fixes * [#3292118] don't run needless tests. [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/GtkSourceView2 * Improvements * support Windows. [S.Kitagawa]
2011-06-12Update to libXi-1.4.3: bug and doc fixes.dholland3-8/+16
2011-06-10recursive bump from icu shlib major bump.obache1-2/+2
2011-06-10add a patch from Gnome bugzille to fix a bug where the terminal coulddrochner3-3/+64
be sent into an endless loop allocating memory by a simple escape sequence bump PKGREV
2011-06-10recursive bump from textproc/icu shlib major bump.obache16-31/+32
2011-06-09reset PKGREV for base pkg updatedrochner1-2/+1
2011-06-09update to 5.14drochner3-9/+7
changes: -Optionally enabled full-scene OpenGL antialiasing. Set the resource *multiSample to true if doing so doesn't kill performance with your video hardware. -New version of glhanoi. -Image-loading hacks that display the file name now also display the sub-directory (xscreensaver-getimage now returns relative paths under imageDirectory). -Passwords that contain UTF-8 non-Latin1 chars are now typeable. -Added ``Quick Power-off in Blank Only Mode'' option. -BSOD GLaDOS. +bugfixes
2011-06-09update to 4.12.3drochner2-6/+6
This is a minor bug fix release.
2011-06-09update to 3.0.11drochner2-6/+6
changes: -Modernize custom paper size dialog look -Add an app chooser to the gtk-demo 'Pickers' example -bugfixes -translation updates
2011-06-06Have pthread.buildlink3.mk handle -lpthread correctly on all platforms.seanb3-2/+17
2011-06-05Rename immodule related variable names, and not to conflict with gtk2 immodules.obache3-13/+13
2011-06-05Update to 3.0.5ryoon2-7/+6
Changelog: * Support ssh directly (pkgsrc does not support yet) * Documents are updated. * Many font related fix.
2011-06-04the taglib check fails as it does not pass 1.10 as later than 1.4.abs3-3/+17
let pkgsrc handle the version check bump pkgrevision
2011-06-01bl3 on graphics/glu, because compilation fails due to missing glugdt1-2/+3
headers.
2011-05-25update to 3.0.10drochner2-7/+6
changes: -bugfixes -translation updates
2011-05-21Bump PKGREVISION for png-1.5 fix.wiz1-2/+2
2011-05-21Fix build with png-1.5; I'm not sure this will work, but at least it buildswiz2-8/+16
now.
2011-05-21* set LICENSE=gnu-gpl-v2obache3-2/+39
* add user-destdir installation support.
2011-05-21* build fixes, libpng-1.5, and others.obache6-5/+252
* set LICENSE * add user-destdir installation support.
2011-05-18update to 3.0.9drochner2-6/+6
changes: -bugfixes -theming improvements -translation updates
2011-05-18fix gtk2 and pangomm version requirementsdrochner1-2/+3
2011-05-18reset PKGREV for base pkg updatedrochner1-3/+1
2011-05-16Update DEPENDS on qt4-libs for other qt4 packages.cheusov3-7/+9
Fix for PR 44732.
2011-05-15this doesn't need libXp. bump pkg version.mrg1-3/+2
2011-05-15Build qt4-tools with qt4-libs with the same version.cheusov1-1/+3
This fixes PR pkg/44732.
2011-05-13update to 4.8.4drochner3-9/+8
changes: -adds support for Qt v4.7.2 -functional enhancements
2011-05-13update to 4.12.2drochner2-6/+6
chanhes: small number of functional enhancements
2011-05-13sync w/ base pkgdrochner3-8/+9
2011-05-13update to 2.5.1drochner3-8/+9
change: adds the QsciLexerMatlab and QsciLexerOctave classe
2011-05-13delete obsolete cksumsdrochner1-4/+1