Many bugfixes and functionality enhancements including:
kdesdk
KBugBuster
Adapted KBugBuster to the new Bugzilla based KDE bug tracking system.
Implemented Bookmarking support for Bug reports.
Changing view settings no longer requires a reload.
Added toolbar
KBabel
Automatic update of Project-Id-Version
Possibility to specify localized translator name
Validation & highlighting of XML
Save special (the settings can be changed for the particular save)
KDE specifics added to rough translation (e.g. only add a new translator
in TRANSLATORS)
Load/Save markings in Catalog Manager
Navigation bar in Catalog Manager
Mail PO-file
Tag structure tool
Rough translation in catalog manager
Automatic update of PO header comment
Show source code
Spellchecking in multiple files
Cervisia: made hardcoded colors configurable.
Changes are:
Opening the Find dialog no longer toggles a breakpoint.
Make mouse wheel work (again) in source, variables, and watch windows.
When a pointer to a struct is expanded the struct is also expanded.
Improved toolbar and application icons.
Now compiles for KDE 3.
Fixed make install for builddir != srcdir.
Fixed status bar flicker. This gives a nice speed-up by a factor of 4
when the contents of an array of 50 QStrings are displayed!
Now compiles for KDE 3 (Beta1).
Support QString of Qt 3.x.
Improved (and fixed) the display of arrays with repeated values.
Fixed crash when a file is reloaded while disassembled code is
displayed.
Fixed parsing of stack frames involving signal handler invocations.
Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
Fixed crash when no line has the cursor (empty files).
Don't display a blank page when a non-existing file was tried to open.
The memory window is now organized in columns. Values that changed
between program stops are displayed in red color. Big kudos go to
Alexandre Clement for this feature.
From Joe Reed <jnr@po.cwru.edu> in pkg/17577
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
trap: Illegal number: INT
in debug screen due to the execution of "trap \"\" INT QUIT TSTP"
in ./kdbg/mainwndbase.cpp:565
Added pre-processor for NetBSD that uses "trap \"\" 2 3 18" instead.
- Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
Turkish
- Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
- Improved the program icon; made the installation more KDE2 compliant.
- Enabled mouse wheel scrolling at various places.
- Added memory display.
- Single-stepping by instruction.
- Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
- Made Delete key work in the watch window.
- Breakpoints can be enabled and disabled in the breakpoint list.
- Detach from debugged program on exit (and when new program is debugged).
- Added a list of recently opened executables (thanks to
Thomas Sparr <thomas.sparr@kreatel.se>).
- Fixed endless loop on shutdown.
- Brought in line with KDE 1.91 (KDE 2 beta).
- Debugging of multi-threaded programs. Requires a gdb that supports
- multi-threaded programs, like gdb 5.
- Debugger window pops into the foreground when the program stops.
- Made tab width a user-settable option.
- Display disassembled code.
- Use the KDE system fixed font for the source code window.
- By default, do not log communication with gdb.
- Added an integrated output window (based on code by Judin Max).
- Program specific settings can be set. In particular: the debugger
command (required if you are debugging remote devices), the
terminal emulation needed for the program.
- Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
- Added a register dump window. Based on code by Judin Max.
- Implemented "balloons" (tool tips) that show variable values.
- ./configure fix for NetBSD thanks to Berndt Josef Wulf <wulf@ping.net.au>.
- There's now a Swedish translation thanks to
- Örjan Lindbergh <orjan.lindbergh@telia.com>.
- Save and restore watched expressions.
- More adjustments for the KRASH release.
- Show <repeat...> count in QStrings like in normal C strings instead
of repeating the characters.
- Use QListView instead of KTabListBox.
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.