From: Duncan C. <dun...@us...> - 2005-02-12 17:19:36
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16797/gtk/Graphics/UI/Gtk/Selectors Modified Files: ColorSelection.chs ColorSelectionDialog.chs FileChooser.chs.pp FileChooserDialog.chs.pp FileChooserWidget.chs.pp FontSelection.chs FontSelectionDialog.chs Log Message: For all gtk modules: tidy up module headers and re-licence from GPL to LGPL 2.1 Also add haddock maintainer, stability and portability fields. Index: FontSelection.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/FontSelection.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FontSelection.chs 8 Jan 2005 15:32:44 -0000 1.1 +++ FontSelection.chs 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,26 +1,32 @@ -- -*-haskell-*- --- GIMP Toolkit (GTK) Widget FontSelection +-- GIMP Toolkit (GTK) Widget FontSelection -- -- Author : Duncan Coutts +-- -- Created: 2 August 2004 -- --- Copyright (c) 2004 Duncan Coutts --- documentation Copyright (c) 1995..2000 the GTK+ Team +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- - -module Graphics.UI.Gtk.Selectors.FontSelection ( +-- A widget for selecting fonts. +-- +module Graphics.UI.Gtk.Selectors.FontSelection ( fontSelectionNew, fontSelectionGetFontName, fontSelectionSetFontName, Index: FontSelectionDialog.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/FontSelectionDialog.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FontSelectionDialog.chs 8 Jan 2005 15:32:44 -0000 1.1 +++ FontSelectionDialog.chs 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,26 +1,32 @@ -- -*-haskell-*- --- GIMP Toolkit (GTK) Widget FontSelection +-- GIMP Toolkit (GTK) Widget FontSelectionDialog -- -- Author : Duncan Coutts +-- -- Created: 2 August 2004 -- --- Copyright (c) 2004 Duncan Coutts --- documentation Copyright (c) 1995..2000 the GTK+ Team +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- - -module Graphics.UI.Gtk.Selectors.FontSelectionDialog ( +-- A dialog box for selecting fonts. +-- +module Graphics.UI.Gtk.Selectors.FontSelectionDialog ( fontSelectionDialogNew, fontSelectionDialogGetFontName, fontSelectionDialogSetFontName, Index: FileChooserDialog.chs.pp =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/FileChooserDialog.chs.pp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FileChooserDialog.chs.pp 8 Jan 2005 15:33:03 -0000 1.1 +++ FileChooserDialog.chs.pp 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,22 +1,28 @@ -- -*-haskell-*- --- GIMP Toolkit (GTK) entry Widget FileChooserDialog +-- GIMP Toolkit (GTK) Widget FileChooserDialog -- -- Author : Duncan Coutts +-- -- Created: 24 April 2004 -- --- Copyright (c) 2004 Duncan Coutts +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- -- The file chooser dialog and widget is a replacement -- for the old "FileSel"ection dialog. It provides a better user Index: ColorSelectionDialog.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/ColorSelectionDialog.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ColorSelectionDialog.chs 8 Jan 2005 15:32:44 -0000 1.1 +++ ColorSelectionDialog.chs 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,25 +1,30 @@ -- -*-haskell-*- --- GIMP Toolkit (GTK) Widget ColorSelectionDialog +-- GIMP Toolkit (GTK) Widget ColorSelectionDialog -- -- Author : Duncan Coutts +-- -- Created: 2 August 2004 -- --- Copyright (c) 2004 Duncan Coutts +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- - -module Graphics.UI.Gtk.Selectors.ColorSelectionDialog ( +module Graphics.UI.Gtk.Selectors.ColorSelectionDialog ( colorSelectionDialogNew, ) where Index: ColorSelection.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/ColorSelection.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ColorSelection.chs 8 Jan 2005 15:32:44 -0000 1.1 +++ ColorSelection.chs 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,31 +1,35 @@ -- -*-haskell-*- --- GIMP Toolkit (GTK) Widget ColorSelection +-- GIMP Toolkit (GTK) Widget ColorSelection -- -- Author : Duncan Coutts +-- -- Created: 2 August 2004 -- --- Copyright (c) 2004 Duncan Coutts --- documentation Copyright (c) 1995..2000 the GTK+ Team +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- -- The ColorSelection is a widget that is used to select a color. It consists of -- a color wheel and number of sliders and entry boxes for color parameters such -- as hue, saturation, value, red, green, blue, and opacity. It is found on the -- standard color selection dialog box "ColorSelectionDialog". -- - -module Graphics.UI.Gtk.Selectors.ColorSelection ( +module Graphics.UI.Gtk.Selectors.ColorSelection ( colorSelectionNew, colorSelectionGetCurrentAlpha, colorSelectionSetCurrentAlpha, Index: FileChooser.chs.pp =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/FileChooser.chs.pp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FileChooser.chs.pp 8 Jan 2005 15:33:03 -0000 1.1 +++ FileChooser.chs.pp 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,22 +1,28 @@ --- GIMP Toolkit (GTK) Binding for Haskell: binding to GConf -*-haskell-*- --- for storing and retrieving configuartion information +-- -*-haskell-*- +-- GIMP Toolkit (GTK) FileChooser -- -- Author : Duncan Coutts +-- -- Created: 24 April 2004 -- --- Copyright (c) 2004 Duncan Coutts +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- -- The file chooser dialog and widget is a replacement -- for the old "FileSel"ection dialog. It provides a better user @@ -28,7 +34,7 @@ -- -- * Added in GTK+ 2.4 -- -module Graphics.UI.Gtk.Selectors.FileChooser ( +module Graphics.UI.Gtk.Selectors.FileChooser ( #if GTK_CHECK_VERSION(2,4,0) FileChooserClass, FileChooser, Index: FileChooserWidget.chs.pp =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Selectors/FileChooserWidget.chs.pp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FileChooserWidget.chs.pp 8 Jan 2005 15:33:03 -0000 1.1 +++ FileChooserWidget.chs.pp 12 Feb 2005 17:19:25 -0000 1.2 @@ -1,22 +1,28 @@ -- -*-haskell-*- --- GIMP Toolkit (GTK) entry Widget FileChooserWidget +-- GIMP Toolkit (GTK) Widget FileChooserWidget -- -- Author : Duncan Coutts +-- -- Created: 24 April 2004 -- --- Copyright (c) 2004 Duncan Coutts +-- Version $Revision$ from $Date$ +-- +-- Copyright (C) 2004-2005 Duncan Coutts -- -- This library is free software; you can redistribute it and/or --- modify it under the terms of the GNU Library General Public +-- modify it under the terms of the GNU Lesser General Public -- License as published by the Free Software Foundation; either --- version 2 of the License, or (at your option) any later version. +-- version 2.1 of the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --- Library General Public License for more details. +-- Lesser General Public License for more details. -- -- | +-- Maintainer : gtk...@li... +-- Stability : provisional +-- Portability : portable (depends on GHC) -- -- The file chooser dialog and widget is a replacement -- for the old "FileSel"ection dialog. It provides a better user |