summaryrefslogtreecommitdiff
path: root/www/kdewebdev3
AgeCommit message (Collapse)AuthorFilesLines
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz1-2/+2
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-04-10recursive bump from ilmbase shlib version change.obache1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-03-26Forward class definitions must not use namespace :: syntax.joerg3-1/+35
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2013-01-17Assume that changing a temporary object is not the intention here...joerg3-1/+42
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-134/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2008-08-27Update to KDE 3.5.10markd2-5/+6
minor bugfixes
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-02-20Update to kde 3.5.9markd4-21/+131
Quanta Plus * Insert literal character entities if possible. * List the plugin in the Open With context menu. * Fix crashes when using XDebug. * Do not keep an empty, Untitled document opened when opening new files. * Fix crash when closing a plugin and no other document is opened. * Make HTML forms work in the internal preview. * Fix deadlock in CSS editor when the propery contains ":". Kommander * Support executing of widget slots. * Add execute method for PushButton. * Add possibility to pass parameters for ScriptObject. * Add "return" command to get back the result of a ScriptObject. * Add "createWidget" function for on-the-fly widget creation. * Add "widgetExists" function. * Add "execBackground" function. * Add "connect/disconnect" function for on-the-fly signal/slot connection. * Add indexed array functions * Make "a="Label1"; a.setText("foo")" work. * Add "TreeWidget.selectedIndexes". * Add "Table.setCellWidget/cellWidget". * Add "Table.selection" to get back the selection coordinates. * New widgets: "AboutDialog, DatePicker, PopupMenu, ToolBox" * Use the new parser by default for new dialogs. * Support shebang ("#!/path_to/kmdr-executor") in the beginning of the .kmdr files. Running .kmdr files is possible directly if you make them executable. * Warn if a dialog file is not executable. * Store Kommander version in the "VERSION/_VERSION" global variable. * Add experimental Kommander KPart (Kommander dialogs can be embedded in other KDE applications). * Make "input_color" and "@Input.color" accept a default color argument. * Make "TreeWidget.selection" work in multi selection mode. * Make "TreeWidget.setSelection" show the selected item. * Make "CheckBox.setChecked" accept as argument false, "false", true, "true", 0 (meaning false), everything else meaning "true". * Optionally quote the strings inserted via the function browser. * Use combobox for booleans in the function browser. * Use multiline insert box in function browser. * Add highlighting for the new parser. * Make possible to open more associated editors at once. * Make it possible to run external script in a ScriptObject. * "execute" DCOP call returns a string. * The editor does not save the dialog on running. * Create backup files every 5 minutes. * Rework the plugin system. * Set new functions only available to new parser such as createWidget to not be shown in the function browser if the old parser is run. * Show all available functions in the function browser. * Insert the functions using the syntax of the new parser if #!kommander is specified in the associated text. * Return the result of a division in floating form if the result is not an integer. * Update the handbook. * Install examples that are easily reachable from the editor. * Fix "exit" command. * Make "dcopid, pid, parentPid" work in the new parser. * Fix problem with losing the parser type status in the editor when working with multiple dialogs. * "@Array.fromString" should append the new elements to the array, just like it did before and how "array_fromString" does. * Fix @eval for addition/substraction and handle division by zero. * Process code written in external script using the old parser. * Fix many cases when the code was executed altough it was in a codepath that should not be executed. * Fixed the bug in the input text dialog where entering a default value returned the caption. * Fix the for loop parsing if end < start.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-1/+2
2007-10-20Update KDE to 3.5.8markd3-10/+9
KImageMapEditor * Do not limit map elements to be at 2000 as bigger x/y coordinate. Quanta Plus * Fix recursive symlink handling. * Fix add to project when saving a new file into a symlinked directory. * Do not lose CSS selectors after editing inside the dialog if they are repeated. * Fix help button in the New Project wizard. * Fix crashing while editing html with php files. Kommander * add DCOP method to get the winID * add DCOP method to change the cursor to the wait cursor and back * Make multiplying work correctly for floating point values. * Do not remove the whole text after undoing the changes in the editor. * Do not crash if opening a file the second time when the first try failed. * Function str_findrev works now. * Fix crash when diving by zero. * Make function names case insensitive. * Fix dcop() function (external DCOP). * Add missing EOLs to array_values(). * Do not open files with no filename given. * Fix crash on incorrect syntax. * Fix input_file() function. * Fix importing tables with empty cells. * Use icon instead of "..." in the file selector. * Fix ExecButton.setEnabled(). * Don't close the dialogs with ESC (just like in real applications). * make @echo really work
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-05-23Update to KDE 3.5.7markd1-4/+4
Quanta Plus * Autocompletion for member variables. * Fix directory creation in some ftp servers. * Fix crash when dropping a document template on an Untitled empty document.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-26Update to KDE 3.5.6markd3-89/+89
Quanta Plus * show Find in Files menu if KFileReplace is installed * fix various crashes in the debugger * fix crash when editing a >style> CSS area * use the correct encoding in the file dialogs * don't lose upload profile settings in certain cases * fix symlink handling in Project Rescan, New Project adding files/folders * do not set the current project mark to a project that could not be opened * allow closing of an untitle editor tab when an image is previewed inside * fix problems with the automatic backup system
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-1/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2006-10-12Update to KDE 3.5.5markd2-5/+6
Changes: Quanta Plus * Avoid growing quantarc and causing instability. * Fixed a crash when navigating PHP documents via "Document Structure"/"Functions" * Fix Save As behavior * dd some more special characters to the list * Fix crash in CSS editor. * Don't crash when closing a document in VPL mode * Fix crash when copying to clipboard inside VPL. * Show the correct column number if tabs are used in the document. * Only one upload dialog can be visible at any time. * Do not show Find in Files menu if KFileReplace is not installed. * Fix a crash when using Close All. * Allow logging to files outside of project directory - don't send closing events for untitled, unmodified documents. * Respect the order of items in the .docrc. * Fix crash when creating project through slow links. * Really abort if a remote directory cannot be created. * Fix automatic updating of closing tags. * Accept float numbers for length values in the CSS editor * Make CSS completion work inside style attributes. * Improve usability of the File Changed dialog. * Handle correctly the escaped backslashes inside strings. * Improve mimetype and extension based searching for a DTEP that can handle the currently opened file. Kommander * Add initialization/destroy for Wizard. Use setEnabled() to enable/disable Finish button. * Improve the integrated text editor a lot by using the KTextEditor interface (katepart) for editing Kommnader text. This means syntax highlighting, improved undo/redo, possibility to have line number bar, etc. * Fix crash on exit for the editor.
2006-08-02Update to KDE 3.5.4markd1-4/+4
2006-06-01Update to KDE 3.5.3markd3-7/+7
Changes: * Quanta Plus o another round of VPL fixes. o don't crash when viewing remote files in VPL o silently ignore files from a project view that do not exist anymore o show a correct error message if a file does not exist o make the img and script tags standard compliant o don't loose important spaces when applying source indentation o add input button to the Forms toolbar