Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
kdbg
kdbg.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdbg.changes of Package kdbg
------------------------------------------------------------------- Sat Jan 21 11:26:38 UTC 2017 - wbauer@tmo.at - Update to 2.9.0: * Enhancements - A brand new application icon. - There is now a command to detach from a program being debugged. Thanks to Daniel Black. - Pointing on a variable shows a value in a popup in more cases. Thanks to Max Tomilov. - C++11 keywords are highlighted. Thanks to Michael Hansen. * Bug fixes - Line breaks of status bar messages produced by GDB are now trimmed to avoid that the text is only visible partially. Fix by Gilles Allard. - (Action and application) icons are installed in an application neutral location because the launcher menu of modern KDE desktops does not show the icon otherwise. - Fixed a typo in the pretty-printer of std::vector<>. - Drop susepatches.diff, applied upstream ------------------------------------------------------------------- Thu Dec 8 19:57:54 UTC 2016 - fabian@ritter-vogt.de - Revert kde4_runtime_requires change ------------------------------------------------------------------- Tue Nov 29 07:20:36 UTC 2016 - olaf@aepfle.de - Expand macro kde4_runtime_requires only when its available to fix quilt setup ------------------------------------------------------------------- Sun Oct 23 16:32:35 UTC 2016 - wbauer@tmo.at - Update to 2.5.6: * A popup shows the complete value of variables. * The values printed by GDB for uninitialized references and pointer-to-member variables no longer truncate the variable list. * A few more C++ keywords are now highlighted. * The CMakeLists.txt file was adjusted for newer cmake. - Removed fix-build-with-cmake-3_4_3.diff, it's no longer necessary ------------------------------------------------------------------- Wed Feb 24 11:23:42 UTC 2016 - cgiboudeaux@gmx.com - Add fix-build-with-cmake-3_4_3.diff. Include the files containing the functions used by the CMake code. ------------------------------------------------------------------- Tue Mar 3 11:59:28 UTC 2015 - wbauer@tmo.at - Update to 2.5.5: * A crash when the hotkey settings are changed was fixed. * The animation button was regenerated to avoid a crash with modern Qt. Thanks to Armin Felder for the initial fix. * Pretty-printers and GDB Python extensions were disabled, because they would interfere with the output parser. * Recent GDBs do not terminate on receipt of SIGTERM, keeping KDbg running for 20 seconds. This was fixed. ------------------------------------------------------------------- Tue Dec 3 09:10:26 UTC 2013 - pgajdos@suse.com - use png_fix_dir macro [bnc#852862] ------------------------------------------------------------------- Mon Nov 11 13:38:05 UTC 2013 - wbauer@tmo.at - Update to 2.5.4: * Source file names with international characters are handled better. * When an executable is loaded, GDBs of different vintage print different text, some of which were treated as error text incorrectly, leading to failed debugging sessions. More of these texts are now ignored. * Variables pointing to some global variable lacked the ability to be expanded with recent GDBs. * Parsing of string values residing in global variables was fixed. - Removed opensuse-gdb.diff, it's included upstream now ------------------------------------------------------------------- Wed Apr 3 09:13:15 UTC 2013 - wbauer@tmo.at - remove debug-run.png icon from package as it is already included in oxygen-icon-theme. (caused a file conflict) ------------------------------------------------------------------- Mon Apr 1 21:58:34 UTC 2013 - wbauer@tmo.at - Update to 2.5.3 * Duplicated and <MULTIPLE> breakpoints do not increase the list of breakpoints each time a session is started * Communication with a localized GDB works; this is achieved by setting LC_ALL=C, which is also propagated to the program being debugged. If the program needs a different locale, set it in Execution->Arguments, page Environment. * Fixed a crash in the memory window * Updates of the Russian and Croatian translations. ------------------------------------------------------------------- Sun Jan 6 14:53:47 UTC 2013 - wbauer@tmo.at - adapt opensuse-gdb.diff to slightly different gdb output in case of a missing debuginfo-package on 12.3 ------------------------------------------------------------------- Wed Nov 7 13:01:48 UTC 2012 - wbauer@tmo.at - Update to 2.5.2 - Support for GDB 7.5. - More of GDB's output is recognized in some corner cases - The thread list parser introduced in 2.5.1 sometimes stripped two letters from the function name. - Added opensuse-gdb.diff: ignore messages about debuginfo-packages from openSUSE's gdb (bnc#784634) ------------------------------------------------------------------- Tue Apr 3 09:20:03 UTC 2012 - cgiboudeaux@gmx.com - Update to 2.5.1 - .hpp files undergo syntax highlighting. - Keys j and k can be used to move the cursor position in the source code. - Cooperation with newer GDB (7.2 and 7.3) is improved: * wchar_t strings as printed by GDB 7.2 are recognized; * the thread list was missing with GDB 7.3; * program exit was not detected (also GDB 7.3). - Enum values in anonymous namespaces are now recognized. ------------------------------------------------------------------- Sat Oct 8 21:44:48 UTC 2011 - toddrme2178@gmail.com - Moved all documentation to the documentation package (fix for RPMLINT warning) - Cleaned up spec file formatting ------------------------------------------------------------------- Thu Sep 22 11:34:17 UTC 2011 - idonmez@suse.com - Seperate doc package & fix build ------------------------------------------------------------------- Wed Sep 21 18:27:06 UTC 2011 - tittiatcoke@gmail.com - 2.5.0 release: *This release is based on KDE4 and Qt4. - A number of icons were exchanged with Oxygen icons. These are not part of KDbg's source code. - Session state per debugged program is now stored in a section in $KDEHOME rather than in a .kdbgrc file in the program's directory. This allows to debug programs that are located in unwritable directories. But this also means that earlier session information is disregarded. - More accurate parsing of GDB responses of various commands fixed bugs in certain areas, in particular, temporary breakpoints, register values, truncated struct values, disassembly (again). - "View Code" from the breakpoint list can open the source code in more cases. ------------------------------------------------------------------- Thu Jul 8 05:17:26 UTC 2010 - beineri@opensuse.org - 2.2.2 bugfix release: * An error message was shown instead of assembler code when gdb 7.1 was used. ------------------------------------------------------------------- Sun Apr 11 07:41:19 UTC 2010 - beineri@opensuse.org - 2.2.1 bugfix release: * A crash could occur when the variable window was updated. * A crash when command line switch -a was used together with a non-existing executable name. * Syntax highlighting was applied to all files, not just C/C++. * The display was incorrect when a file was reloaded that had disassembly lines visible. * Some minor documentation fixes. ------------------------------------------------------------------- Wed Sep 9 06:18:37 UTC 2009 - beineri@opensuse.org - 2.2.0 update, bugfixes and following new features: * Source code windows have now a tab attached, which makes switching source files much easier. * Source code windows now show line numbers at the left. * There are now "Find Next" and "Find Previous" commands with shortcuts F3 and Shift+F3. * Improved support of template types in the type tables (which are used to show structure members next to a structure variable). Notably, the number of elements in STL and Qt collection classes are shown. * Arguments for the debugged program can be passed on command line. ------------------------------------------------------------------- Fri May 29 16:32:35 CEST 2009 - llunak@suse.cz - build with gcc 4.4 ------------------------------------------------------------------- Sat Apr 25 12:32:38 CEST 2009 - beineri@opensuse.org - reviewed changes ------------------------------------------------------------------- Mon Mar 30 10:52:17 CEST 2009 - cmorve69@yahoo.es - 2.1.1 update ------------------------------------------------------------------- Wed Dec 19 08:23:50 CET 2007 - stbinner@suse.de - update to final 2.1 version, only translation updates ------------------------------------------------------------------- Wed Sep 26 17:08:13 CEST 2007 - stbinner@suse.de - 2.1.0rc1 update ------------------------------------------------------------------- Mon Dec 18 22:24:41 CET 2006 - stbinner@suse.de - 2.0.5 update * Appearance of the main window for first-time users was improved. * Improve file handling when the srcdir != builddir. * Show value popups for members of 'this'. * Allow user to give redirections in Program Arguments dialog. ------------------------------------------------------------------- Mon May 29 09:54:31 CEST 2006 - stbinner@suse.de - 2.0.4 update * Fixed encoding of the Czech translation * Added support for QString in Qt4's debug libraries. * Fixed that the debugger window really comes to the foreground and receives the focus when the debuggee stops at a breakpoint, when this option is on ------------------------------------------------------------------- Fri Jan 27 01:51:14 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Wed Jan 25 09:46:20 CET 2006 - dmueller@suse.de - 2.0.3 update (bugfix only): * Fix parsing of stack traces with operator<<,operator>> ------------------------------------------------------------------- Wed Nov 30 10:42:16 CET 2005 - stbinner@suse.de - 2.0.2 update ------------------------------------------------------------------- Wed Oct 26 09:47:17 CEST 2005 - stbinner@suse.de - 2.0.1 update ------------------------------------------------------------------- Mon Jul 18 14:56:44 CEST 2005 - dmueller@suse.de - 2.0.0 update ------------------------------------------------------------------- Wed May 25 10:45:44 CEST 2005 - adrian@suse.de - fix build with new gcc ------------------------------------------------------------------- Thu Feb 17 01:10:07 CET 2005 - ro@suse.de - fixed file list ------------------------------------------------------------------- Tue Nov 2 10:09:18 CET 2004 - coolo@suse.de - fixing norwegian translations ------------------------------------------------------------------- Thu Aug 5 10:05:03 CEST 2004 - coolo@suse.de - updated to 1.2.10 ------------------------------------------------------------------- Sat Jul 31 14:30:11 CEST 2004 - coolo@suse.de - fixing desktop file ------------------------------------------------------------------- Mon May 10 17:21:36 CEST 2004 - adrian@suse.de - add patch to handle nptl based gdb output (patch from debian) ------------------------------------------------------------------- Thu Apr 15 19:29:01 CEST 2004 - coolo@suse.de - build without unsermake ------------------------------------------------------------------- Wed Feb 25 22:00:25 CET 2004 - adrian@suse.de - update to version 1.2.9 ------------------------------------------------------------------- Wed Sep 3 15:28:21 CEST 2003 - adrian@suse.de - fix Categories ------------------------------------------------------------------- Mon Jul 28 13:19:55 CEST 2003 - adrian@suse.de - add Categories ------------------------------------------------------------------- Thu Jun 12 21:15:02 CEST 2003 - coolo@suse.de - use %find_lang ------------------------------------------------------------------- Fri Jan 10 13:12:52 CET 2003 - coolo@suse.de - update to 1.2.6 ------------------------------------------------------------------- Tue Nov 19 10:12:47 CET 2002 - coolo@suse.de - use update_admin ------------------------------------------------------------------- Thu May 23 10:24:51 CEST 2002 - coolo@suse.de - adding admin tar ball and use common_options ------------------------------------------------------------------- Mon May 6 14:31:57 MEST 2002 - coolo@suse.de - buildroot fixes - corrected po makefile for updated admin dir ------------------------------------------------------------------- Fri Apr 26 16:46:18 MEST 2002 - coolo@suse.de - fixing admin directory. ------------------------------------------------------------------- Thu Apr 25 12:19:10 CEST 2002 - coolo@suse.de - fix build for ia64 ------------------------------------------------------------------- Fri Apr 12 13:32:20 CEST 2002 - adrian@suse.de - update to version 1.2.5 (for KDE 3 now) - automake 1.6 fixes - gcc 3 fixes ------------------------------------------------------------------- Mon Mar 18 02:42:52 CET 2002 - adrian@suse.de - fix broken encodings in .desktop file ------------------------------------------------------------------- Thu Jan 3 04:27:28 CET 2002 - adrian@suse.de - update to version 1.2.3 ------------------------------------------------------------------- Wed Nov 14 13:44:34 CET 2001 - ro@suse.de - create dirs first ------------------------------------------------------------------- Wed Nov 14 12:45:30 CET 2001 - ro@suse.de - use kde2-devel-packages in neededforbuild ------------------------------------------------------------------- Wed Aug 29 00:17:31 CEST 2001 - adrian@suse.de - new version 1.2.2 ------------------------------------------------------------------- Mon Aug 13 15:51:57 CEST 2001 - ro@suse.de - changed neededforbuild <sp_libs> to <sp-devel> ------------------------------------------------------------------- Tue Aug 7 16:28:27 CEST 2001 - adrian@suse.de - autoconf 2.52 fixes ------------------------------------------------------------------- Sun Jul 15 15:44:10 CEST 2001 - adrian@suse.de - new version 1.2.1 ------------------------------------------------------------------- Fri Jun 22 00:01:26 CEST 2001 - adrian@suse.de - autoconf 2.50 fixes ------------------------------------------------------------------- Tue Mar 27 12:08:52 CEST 2001 - ro@suse.de - changed neededforbuild <docbkdsl> to <docbook-dsssl-stylesheets> ------------------------------------------------------------------- Sun Mar 18 23:24:19 CET 2001 - ro@suse.de - fixed neededforbuild ------------------------------------------------------------------- Tue Mar 13 01:12:28 CET 2001 - ro@suse.de - changed neededforbuild <docbk30> to <docbook_3> ------------------------------------------------------------------- Thu Mar 1 01:07:24 CET 2001 - ro@suse.de - added fam to neededforbuild ------------------------------------------------------------------- Mon Jan 1 21:10:02 CET 2001 - adrian@suse.de - update to stable version 1.2.0 ------------------------------------------------------------------- Fri Nov 17 14:57:54 CET 2000 - ro@suse.de - fixed neededforbuild: += libmng-devel ------------------------------------------------------------------- Tue Nov 14 09:36:45 CET 2000 - adrian@suse.de - New Version 1.1.7 Beta 1 (KDE 2) ------------------------------------------------------------------- Wed Aug 23 21:58:33 CEST 2000 - adrian@suse.de - New Version 1.1.5 ------------------------------------------------------------------- Mon Jun 19 16:38:53 CEST 2000 - adrian@suse.de - New version 1.1.4 ------------------------------------------------------------------- Thu Jun 8 12:42:58 CEST 2000 - adrian@suse.de - New version 1.1.3 ------------------------------------------------------------------- Thu May 25 17:18:33 CEST 2000 - adrian@suse.de - Added group tag, suse_update_config and new file list ------------------------------------------------------------------- Thu May 25 05:19:25 CEST 2000 - adrian@suse.de - Spec file created from kdbg-1.1.2.tar.gz by autospec ------------------------------------------------------------------- Fri Apr 21 14:13:34 CEST 2000 - adrian@suse.de - New version 1.1.2 ------------------------------------------------------------------- Wed Apr 12 11:14:18 CEST 2000 - adrian@suse.de - New version 1.1.1 ------------------------------------------------------------------- Thu Mar 30 17:47:42 CEST 2000 - adrian@suse.de - delete the kbase from neededforbuild ------------------------------------------------------------------- Sun Mar 5 00:58:23 CET 2000 - adrian@suse.de - New version 1.0.2 ------------------------------------------------------------------- Thu Nov 25 23:41:02 CET 1999 - kettner@suse.de - New version 1.0.1 ------------------------------------------------------------------- Fri Nov 19 23:51:32 CET 1999 - kettner@suse.de - New version 1.0.0 ------------------------------------------------------------------- Fri Oct 15 11:47:49 MEST 1999 - kettner@suse.de - New version 1.0beta3 ------------------------------------------------------------------- Fri Sep 17 11:28:09 MEST 1999 - kettner@suse.de - Reinserted old # Commandline: line. ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Fri Aug 27 10:16:35 MEST 1999 - kettner@suse.de - New version 1.0beta2 - Moved menu item to Applications. ------------------------------------------------------------------- Thu Aug 5 12:26:04 MEST 1999 - kettner@suse.de - New version 1.0beta1 ------------------------------------------------------------------- Thu Jul 1 13:28:22 MEST 1999 - kettner@suse.de - New version 0.3.1 ------------------------------------------------------------------- Wed May 19 18:33:35 MEST 1999 - kettner@suse.de - Recreated spec file with new autospec ------------------------------------------------------------------- Wed Apr 14 16:55:15 MEST 1999 - kettner@suse.de - autospec created new spec file from kdbg-0.3.0.tar.gz ------------------------------------------------------------------- Wed Mar 31 11:59:55 MEST 1999 - bs@suse.de - don't use lx_hack for build ------------------------------------------------------------------- Wed Mar 17 22:24:07 MET 1999 - autospec - Recreated spec file from kdbg-0.2.5.tar.gz using autospec script by kettner@suse.de
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor