summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-11-05update to 2.14.3drochner3-12/+7
changes: - Check for errors in html_document_open_stream - Support the gdl 0.7.x API, in addtion to 0.6.x -some changes not relevant to pkgsrc
2007-11-05update to 2.20.0drochner4-16/+19
This switches to the new gnome-2.20 branch.
2007-11-05update to 2.20.0drochner2-8/+7
This switches to the new gnome-2.20 branch.
2007-11-05update to 2.20.0drochner6-177/+143
This switches to the new gnome-2.20 branch.
2007-11-05update to 2.20.1drochner4-16/+17
This switches to the new gnome-2.20 branch.
2007-11-05+gnome-control-centerdrochner1-1/+2
2007-11-05Import gnome-control-center-2.20.1, part of the GNOME desktop whichdrochner8-0/+510
was in the pkgsrc tree as "control-center". The upstream filename is "gnome-control-center", and it is more descriptive anyway. Sorry for breaking updates etc...
2007-11-05Updated qwt to 5.0.2.rillig6-166/+1049
Release 5.0.2 =================== Bug Fixes --------- 1. QwtPlotCurve::Xfy curve type fixed 2. Memory leak in QwtLegend fixed 3. Vertical alignment of rich texts fixed 4. Workaround for a Qt4 bug added, that produces horrible performance when painting curves with a pen width > 1. 5. Background for the tracker text of QwtPickers fixed. Improved (faster + better rendered texts) implementation of painting tracker texts, using capabilities of Qt >= 4.3. 6. QwtArrowButton/QwtCounter: workaround for layout bug ( Qt < 4.3 ) of the Cleanlook style added. 7. A couple of minor fixes Changes ------- 1. QSvgGenerator added to the bode example Release 5.0.1 =================== Changes ------- 1. A couple of problems, when building Qwt fixed. 2. Displaying Rich Text with Qt 4.x fixed Release 5.0.0 =================== Platforms --------- Support of Qt3 and Qt4. Qt2 is not supported any longer. Key features ------------ 1. Redesign of plot items. Makes it much easier to develop individual items. 2. Redesign of the scale classes. All calculations are collected in scale engines, where the application can implement it´s own (f.e log2, or date scales). Now it´s also possible to have individual and completely irregular scales 3. Redesign of the QwtText classes. The MathML renderer of the Qt4 solutions package is embedded. work for all expressions/situations. 4. New classes for navigating: QwtPanner, QwtMaginfier 5. Spectrogram/Contour plots and other classes for displaying raster data added. Changes ------- 5.0.0 is by far the release with the most changes in the history of Qwt - too many to make list. Release 4.2.0/0.4.2 =================== License -------- A couple of exceptions to the LGPL with the intention to allow static linking with commercial applications. See COPYING. Key features: ------------- 1. Designer plugin 2. Rich Text support ( f.e. E = m * c<sup>2</sup> ) added. 3. QwtDial class family added (QwtDial, QwtCompass, QwtAnalogClock, ...) 4. QwtPicker class family added. Includes QwtPlotZoomer, a complete implementation of recursive zooming. 5. Device metrics independent printing of QwtPlot. (QPrinter::HighResolution) 6. QwtPlot::setCurveBrush(), QwtCurve::setBrush() added. The area between curve and baseline will be filled with this brush. 7. Rotation of axis tick labels added. Very useful for axis with long labels like time scales ... 8. Added a new abstract QwtData class to plot data from almost any type of container class. 9. QwtDoublePoint, QwtDoubleSize, QwtDoubleRect double counterparts for QPoint, QSize, QRect. 10. First steps to support Qtopia. All examples can be compiled and started in the qvfb emulator. Changes: --------- 1. Rewrite of QwtLegend/QwtLegendItem (no QTable anymore) 2. Each plot item will be painted, even if one of the axis it is attached to is disabled. (like in all other releases beside 0.4.1) 3. Code for double buffering moved to a new class QwtPaintBuffer. Double buffering can be enabled/disabled now. 4. QwtPainter, QwtMetricsMap, QwtLayoutMetrics added Hide paint device metrics dependencies. 5. Layout code rewritten and moved to a new class QwtPlotLayout New layout options canvasMargin(), alignCanvasToScales() 6. QwtPlot: sizeHint() != minimumSizeHint() 9. Internal plot data are private again. A couple of get methods added instead. 10. canvas repaints triggered by paint events. Enables event filtering 11. QwtPlot::drawCanvasItems added. In opposite to QwtPlot::drawCanvas it is used by the printing code too. 12. qwtMax, qwtMin, qwtInt mapped to QMAX, QMIN, qRound from qglobal.h 13. operator= for plot item classes changed. 14. readOnly property added for sliders. 15. valid flag added for QwtDblRange 16. QwtCounter wrap around policy: a counter under- or overflow sets focus to the smallest up/down button and disables counting. A space bar keypress release event re-enables counting. 17. QwtPushButton added. A class that adds rich text and alignments features to QPushButton, like they are used in QLabel 18. Clipped painting code moved from QwtCurve to QwtPainter/QwtRect 19. Canvas cache added to optimize trivial repaints. 20. QwtPlot::drawCurve added for incremental curve data 21. QwtSliderBase, readOnly, isValid added 22. Added filtering of the colors of the title and scales to QwtPrintFilter. 23. Support of QT_NO_CAST_ASII and QT_NO_COMPAT added 24. Batch file added for generating Visual Studio project files 25. QwtPlotCurve, QwtPlotMarker, QwtPlotGrid: more methods public 26. QwtPlot::setLegendPosition added 27. A lot of changes I don't remember, ... sorry. Bugfixes: --------- 1. Autodetection of painter redirection. QPixmap::grabWidget() works with Qwt Widgets again. 2. QwtSlider: Rounding double->int conversions instead of simple casts. 3. Bad additional line, connected to the first curve point, when zooming deep, fixed. 4. QwtMarker: Painting of symbols with width != height fixed 5. QwtPlot::plotMouseXXX/canvasMap pixel coordinates synced. Now both include the canvas frame. 6. Layout fixed for QwtScaleDraws without tick labels 8. Tab focus chains fixed, focus indications added. 9. Support QwtAutoScale::Inverted when autoScale is off also. 10. Keyboard control, focus indications added. 11. Improved QStyle awareness. 12. Printing of plots with disabled axes Examples -------- 1. New example linux/cpustat added. Runs also on non linux boxes with dummy values. Beside showing a couple of features that are new with 0.4.1 and 0.4.2, it shows how to extend and customize a QwtPlots. 2. Added new example event_filter to demonstrate event filtering. This example shows how to add additional controls to the scales, how to translate mouse clicks on the scales into signals and how to move points on the canvas. 3. realtime example shows how to use scrollbars when zooming Release 0.4.1 ============ Changes: --------- 1. Platform independent project files. makefiles directory removed. 2. RPM spec file template added. 3. __declspec formalism added for Win32 DLLs. Requires 'DEFINES += QWT_DLL' in the .pro file. 4. QString used for visible texts. 5. Code for error curves removed. These type of features should be implemented in derived curve classes. 6. A lot of Qt 1.2 related code removed/replaced. 7. QwtColorFilter, QwtPixFrame removed. QwtPlotPixFrame renamed to QwtPlotCanvas. 8. qmodules.h aware. Skips QwtLegend in case of !QT_MODULE_TABLE 9. All Widgets including QwtPlot optimized to reduce flicker during resize/repaint. 10. QwtPlot curves/markers can be disabled/enabled to hide/show individual curves without removing the curves from the plot. 11. Internal maps removed from QwtCurve. QwtCurve::setMap, QwtCurve::setRect, QwtCurve::setRange removed. Feature additions: ------------------ 1. Printing QwtPlot::print prints to any type of QPaintDevice now. Hardcoded printer attributes margin, creator and document title have been removed and must/can be set by the applications now. Printing of background and legends added. QwtColorFilter replaced by QwtPlotPrintFilter. 2. Layout Many layout fixes and additions. Now all Widgets behave well in QLayouts and provide sensible sizeHints. QwtPlot::setMargin(int) added. Fieldwidth added for QwtPlot::setAxisFormat for application that need range independent width. Title and axis title are Qt:Alignment aware. Qt::WordBreak or multiline titles are possible. 3. Legend En/Disabling of single curves in the legend added. QwtPlot::setAutoLegend added. 4. Extensibility QwtPlot::insertCurve + QwtPlot::insertMarker added. Now derived classes of QwtPlotCurve and QwtPlotMarker can be added. Virtual methods provided by QwtPlotCurve for sub-classing. QwtScale::setScaleDraw + QwtPlot::setAxisScaleDraw + some virtual methods for QwtScaleDraw added. Application can implement individual axis labels now. 5. Sliders QWheelEvent added. The MouseWheel stepsize is controlled by the Scroll Page Size. QwtWheel::setWheelWidth added. QwtKnob::setSymbol, QwtKnob::symbol added. Bugfixes: --------- 1. Workaround for spontanous curves resulting from overruns when zooming too deep. 2. Wrong QColorGroup::ColorRole for background colors fixed. Necessary for several non default QStyles. 3. QwtWheel fixed for vertical wheels. Better color support. 4. QwtSlider fixed. 5. Many forgotten others Release 0.4.0 ============ Bugfixes: --------- 1. A few occurences of the boolean literal \c false were changed into macro \c FALSE for cross compiler compatibility. 2. A few local variables in member functions were renamed to suppress warnings issued by really picky compilers about global/class variables being hidden. 3. In qwt_legend.h, a fully qualified name was used in a class declaration. The HPUX compiler chokes on this (and it's ugly), so it was fixed. 4. Macro M_2PI is now only defined is this hasn't already been done by the system's clib. Feature additions: ------------------ 1. Qwt now works with Qt3.0. In order to achieve this, QwtLegend now no longer derives from QTableView, but from QTable. This seems to have had quite a few consequences. Kudo's to Uwe Rathmann for uploading this nice fix to the CVS tree. 2. Getters for a plot's title and title font have been added.
2007-11-05update to 2.20.1drochner3-109/+98
This switches to the new gnome-2.20 branch. This should also resolve PR pkg/37282 by Gilles Gravier.
2007-11-04Fixed pkglint warning:rillig1-2/+1
WARN: Makefile.common:48: "${SH} ./configure" is not a valid pathname. Fixing this fixed the following error: ... ${CONFIGURE_ENV} /bin/ksh /bin/ksh ./configure ... /bin/ksh: /bin/ksh: cannot execute
2007-11-04Added two patches to make the package build with sunpro.rillig3-1/+40
2007-11-03wrong category -> moved to wm/awesome.rillig6-73/+0
2007-11-03update to 2.20.0drochner4-14/+27
This switches to the new gnome-2.20 branch.
2007-11-03+gtksourceview2drochner1-1/+2
2007-11-03Import gtksourceview2-2.0.1 which a new major version of gtksourceview,drochner5-0/+240
needed by gedit. It can coexist with gtksourceview-1.x.
2007-11-03update to 2.20.1drochner3-44/+41
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.20.1drochner3-13/+29
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.18.2drochner3-12/+21
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.20.0drochner3-9/+39
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.12.2drochner3-13/+27
This switches to the new gnome-2.20 branch.
2007-11-03Imported awesome from pkgsrc-wip.rillig6-0/+73
awesome is a tiling window manager initialy based on a dwm code rewriting. It's extremely fast, small, dynamic and awesome. Packaged by adam.hoka@gmail.com.
2007-11-01When restoring the working version, it is better to actually use the oldjoerg1-21/+4
copy and not one with random junk in it that doesn't match the checksum.
2007-11-01Fix default kdm/Xsession for csh/tcsh.markd3-2/+17
From Jason Boyer in PR pkg/37158.
2007-10-31Don't include files more often than necessary.rillig1-3/+2
2007-10-31Fixed pkglint warning about IMAKE_MANNEWSUFFIX.rillig1-2/+2
2007-10-31update to 2.20.0drochner2-8/+7
This switches to the new gnome-2.20 branch.
2007-10-31update to 2.12.0drochner3-9/+193
This switches to the new gnome-2.20 branch.
2007-10-31Add hack to build without ipv6. From PR pkg/37154 by Yakovetsky Vladimirmarkd2-2/+17
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-30Backing out unintended changeshannonjr1-18/+2
2007-10-30Back out unintended changeshannonjr1-23/+29
2007-10-29don't try to @dirrm share/devhelp/booksdrochner1-2/+1
2007-10-29Unfinished packageshannonjr3-35/+62
2007-10-28Don't use the special permissions from configure, but annotate themjoerg5-10/+90
directly. The OSF setgid is currently left out. Add DESTDIR support.
2007-10-28Add DESTDIR support.joerg1-24/+22
2007-10-27Update to 2.10.0:wiz6-23/+48
2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27MAKE_JOBS_SAFE=no, as reported in PR 37233.rillig1-1/+2
2007-10-27Update to 2.12.1:wiz4-42/+11
Overview of Changes from GTK+ 2.12.0 to 2.12.1 ============================================== * Bugs fixed: 472965 a small improvement for scrolling behavior with PgUp/PgDown 460194 Gtk tooltips + swt crash 478803 Segfault in gtk_print_operation_run when no range specified 480123 Crash from GTK's new search feature 483223 im-xim.so leaves callbacks connected to display "closed" ... 476342 Icon cache validation causes severe page-in 484008 configure fails during CUPS version tests on some platforms 327243 GtkFileChooserButton emits two "selection-changed" signal... 465380 gtkfilechooser cannot show the modified date on none UTF-... 467269 Inkscape Flickers horribly 476686 gtkrecentchooser select-multiple property 478173 GTK's Tracker search engine does not work anymore 478371 totem volume slider appears on all workspaces 482089 GtkPrintOperation check for null default signal handler b... 482504 Missing locale to UTF-8 conversion for modification time ... 482841 critical warnings on gdk_display_close after _gtk_tooltip... 483563 remains of gtk_widget_ref() in gtkdnd.c 483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im... 484650 Typo in docs for GdkGrabBroken 484730 In MS-Windows theme, GtkBorder freed with g_free() instea... 486360 Failed to convert Empathy Glade files 389358 print dialog: unit selection dialog can't be closed 448343 File chooser should maintain sort state during folder swi... 477447 GtkPaned documentation doesn't mention behaviour with onl... 482034 GtkMenuPositionFunc push_in parameter description 482837 duplicate declaration of gtk_notebook_create_window() 478637 Notebook tab labels not correctly centered in ms-windows ... 484132 gtk_recent_info_get_icon docs 486636 "Cannot open display" message doesn't include display whe... 455284 Ctrl+L should work depending if it has focus or not 478377 10x speed up for window motion/scroll (gdk-quartz) 485301 Filename is garbled in print dialog on none UTF-8 485437 Fix testxinerama.c to not query current monitor by default 486155 Docs for gtk_text_iter_forward_line() 339877 pixbuf loader incorrectly returns wbmp 456137 Pidgin will crash in fail-safe session due to a NULL poin... 456676 Critical warning in gtk_drag_drop_finished() 352643 crash in gtk_entry_completion_default_completion_func 477280 volume button docs fix 477704 Add docs for GtkTreeModelForeachFunc 476920 Move GtkFileSelection to the deprecated section * Updated translations: - Arabic (ar) - Assamese (as) - Belarusian Latin (be@latin) - Catalan (ca) - Estonian (et) - Basque (eu) - Hebrew (he) - Ido (io) - Italian (it) - Japanese (ja) - Georgian (ka) - Kannada (kn) - Korean (ko) - Lithuanian (lt) - Dutch (nl) - Polish (pl) - Romanian (ro) - Slovenian (sl)
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam8-12/+8
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam1-7/+7
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam4-0/+8
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam10-14/+0
can handle packages having no PLIST files.
2007-10-24Fix up COMMENT, this is not the VESA driver...xtraeme1-2/+2
2007-10-24Change qmake to not add the target directory as rpath.joerg4-10/+32
This would leak rpath references to the build directory and libtool should take care of this already. Non-libtool builds might be broken by this, but they shouldn't use -Wl,-R either, but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and qt3-tools (qmake changes).
2007-10-24Supports DESTDIR.joerg1-1/+3
2007-10-23Added x11/xf86-video-radeonhd.xtraeme1-1/+2
2007-10-23Initial import of xf86-video-radeonhd. This is a snapshot from the gitxtraeme5-0/+53
repository because there is not an official release yet. This is the video driver for ATI Radeon HD cards for the modular Xorg server. This works well enough on my Radeon HD 2600XT DDR3.
2007-10-23The package supports installation to DESTDIR.heinz1-1/+3
2007-10-23recordproto contains only header files, relax from full to build dep.tnn1-1/+3