File kdevelop4.changes of Package kdevelop4
-------------------------------------------------------------------
Mon Dec 3 20:41:08 UTC 2012 - dmitry@roshchin.org
- Update to 4.4.1
* Skip varibles when parsing Makefile for targets.
* Fix code completion: We used to hide const getter functions if they have a Q_PROPERTY of the same name.
* Call ::repaint explicitly on the QSplashScreen after showing it.
* Fix c++ completion bug: don't insert "::::"
* Don't crash when calling string(TOLOWER, TOUPPER or LENGTH) with too few arguments
* update splash to say v4.4
* Put the recent projects in a button+menu instead of a list
* Fix build on PPC.
-------------------------------------------------------------------
Sun Nov 4 12:10:52 UTC 2012 - mailaender@opensuse.org
- update to 4.4.0
* Fix bug in signature assistant. Tested in master.
* Fix auto type-deduction for cases like 'auto foo(bar);'.
* Extend unit test
* Improve properties fetching
-------------------------------------------------------------------
Tue Sep 25 11:07:18 UTC 2012 - coolo@suse.com
- buildrequire explicit version of kdevplatform
-------------------------------------------------------------------
Mon Sep 10 10:56:46 UTC 2012 - wstephenson@suse.com
- Update to 4.3.90 (4.4RC1)
* kdevelop_attach renamed to "kdevelop!"
* Fix auto type-deduction for cases like 'auto a(1.1);'.
* Move plain Qt application templates into a Qt category
* Add Thread and Frame Information on Execution
* Improve the way we map to cmake's variables model
* support multiple location breakpoints
* Fix threading problem in the CMakeManager
* add support for padding parenthesis headers
* Improve KDev's Dashboard projects' names
* Properly add the build directory
* Properly initialize CMAKE_INCLUDE_CURRENT_DIR
* Explicitly disable "Apply" button after re-reading CMake cache.
* Be less strict about named and unnamed arguments.
* Let the OutputView take ownership of the make output delegate.
* Directly set the model's data when we toggle a checkbox.
* Don't call load() in our ctor, that is done automatically.
* Don't tell the user the make config has changed when he first sees it.
* Fix memory leaks of Ui objects.
* Don't use raw Declaration pointers across unlocked DUChain code paths.
-------------------------------------------------------------------
Tue Apr 17 06:33:18 UTC 2012 - wstephenson@suse.com
- Update to 4.3.1
* Bugfixes in C++ support
-------------------------------------------------------------------
Fri Mar 23 13:09:21 UTC 2012 - idonmez@suse.com
- Change license to GPL-3.0+ per discussion in bnc#753628
-------------------------------------------------------------------
Tue Mar 13 10:40:15 UTC 2012 - wstephenson@suse.com
- update to 4.3.0
* add c++11 support
* improved clang support
* improved session management
* many bug fixes
-------------------------------------------------------------------
Thu Nov 10 04:26:09 UTC 2011 - ctrippe@opensuse.org
- Require kate as it is a runtime dependency (bnc#729168)
-------------------------------------------------------------------
Thu Oct 13 10:13:31 UTC 2011 - toddrme2178@gmail.com
- Removed commented files (fix for RPMLINT warning)
- Added valgrind buildrequires
- Cleaned up spec file formatting
-------------------------------------------------------------------
Mon Jun 27 12:11:25 UTC 2011 - javier@opensuse.org
- update to 4.2.3 bugfix release
-------------------------------------------------------------------
Sat Apr 16 10:00:55 UTC 2011 - javier@opensuse.org
- update to 4.2.2 bugfix release
-------------------------------------------------------------------
Thu Feb 17 14:17:24 UTC 2011 - wstephenson@novell.com
- call update-mime-database in pre/post install scripts
-------------------------------------------------------------------
Mon Jan 24 14:54:00 UTC 2011 - wstephenson@novell.com
* update to 4.2.0 final:
* Ported to Kate MovingCursors and MovingRanges apis
* Improved Search and Replace in multiple files
* Better embedded developer documentation including .qch support
* Better handling of locked sessions
* Improved look-and-feel for code assistants
* Filter added to the Projects toolview
* A much improved Problems toolview, which now tracks TODO and
FIXME comments as well
* Improved standards compliancy for the C++ macro support
* Improvements to file and folder handling, in particular for
CMake support
* Improvements to file and folder handling, in particular for
CMake support
-------------------------------------------------------------------
Sat Jan 15 15:08:25 UTC 2011 - wstephenson@novell.com
- update to 4.1.90 (4.2RC1)
* Fix duplicate brackets insertion when executing completion
for a function.
* CMakeDUChainTest: store ranges in QSet instead of std::set.
* fixes the cmakeduchaintest: a list of uses is checked to see
if they're all there, that's a set operation, the test failed,
because the lists where in the `wrong' order
* Fix token-names for GeneratorTest
* Don't look for kdevelop in gitorious anymore.
* Ignore the 'build' directory.
* Don't add to the tree unexisting directories.
-------------------------------------------------------------------
Wed Jan 12 19:41:48 UTC 2011 - ctrippe@gmx.net
- BuildRequire okteta-devel to build the okteta plugin (bnc#656174)
-------------------------------------------------------------------
Sun Nov 21 19:14:58 UTC 2010 - tittiatcoke@gmail.com
- Update to a new git snapshot to enable build on KDE 4.6 Beta 1
-------------------------------------------------------------------
Tue Oct 19 08:31:31 UTC 2010 - wstephenson@novell.com
- update to 4.1.0, require kdevplatform 1.1.0
* fix custommake manager crashes when deleting, renaming folders
* optimize: no need to call moveBehindComment if we found a last #include, just put include after that
* finally fix the missing include item placement...
* place includes/forward declarations after defines or comments if no empty line is found
* properly add include/forward definition at start of document when we don't find a position after that
* Check cached variables from conditionals too.
* Make it possible to reload CMakeFolders that don't have a cmakelists.txt (because it has been removed).
Improve responsibity on file removal. Reload project branch when a CMakeLists.txt file was removed.
* use system colors instead of hardcoded colors in GDB command line toolview
* set focus on filter lineedit by default in 'attach to process' dialog
* properly read debugger state when adding output widget after debug process was started
* Test the option command works properly with the cache.
* Fix project reloading when the cache is dirty.
* Don't set the variable in case it's already specified on the cache.
* Reload the project whenever the CMakeCache is modified.
* let view take ownership of widgets, prevents leakage and crashes
* CMake support: avoid infinite loop on foreach(RANGE) that never runs.
* Make it possible to parse properly projects with empty CMakeLists.txt files.
Don't add the cmake project root directory two times to the watcher.
-------------------------------------------------------------------
Sun Jul 18 07:50:47 UTC 2010 - beineri@opensuse.org
- update to 4.0.1 bugfix release
-------------------------------------------------------------------
Sat May 1 12:33:31 UTC 2010 - tittiatcoke@gmail.com
- update to 4.0 final
* convert the mimetype definition to the XDG format and remove
the old KDE 3 definition
* Fix crash when attachMaybe is called a second time before the
first -var-create call returned (bko#219570)
* Hide broken option "Use separate terminal for I/O" for now.
(bko#235335)
* Don't follow recursive make calls if the working directory
didn't change (bko#232972)
* Add a maximum depth for recursive make calls (bko#232972)
* More precisely search the scopes for external class definitions.
(bko#204100)
* Make the include-paths unique before computing a list of shown
items. (bko#202321)
* Provide a stub implementation of __builtin_offsetof that allows
correct use-building for the member (bko#187046)
* Add a zero-check after locking the duchain, to prevent a rare
crash. (bko#231790)
-------------------------------------------------------------------
Sat Apr 17 07:36:33 UTC 2010 - wstephenson@novell.com
- update to 3.10.2 (4.0 RC 3)
-
-------------------------------------------------------------------
Fri Apr 16 09:25:06 UTC 2010 - wstephenson@novell.com
- update to 3.10.1 (4.0 RC 2)
-------------------------------------------------------------------
Tue Apr 6 11:21:11 UTC 2010 - wstephenson@novell.com
- update to 3.10.0 (4.0 RC 1)
-------------------------------------------------------------------
Tue Mar 9 09:45:01 UTC 2010 - wstephenson@suse.de
- update to 3.9.99 (4.0 Beta 9)
-------------------------------------------------------------------
Fri Feb 12 21:15:01 UTC 2010 - tittiatcoke@gmail.com
- update to 3.9.98 (4.0 Beta 8)
-------------------------------------------------------------------
Tue Dec 15 19:44:58 UTC 2009 - tittiatcoke@gmail.com
- update to 3.9.97 (4.0 Beta 7)
-------------------------------------------------------------------
Tue Nov 3 22:00:42 UTC 2009 - beineri@opensuse.org
- update to 3.9.96 (4.0 Beta 6)
-------------------------------------------------------------------
Sat Aug 22 00:18:46 CEST 2009 - beineri@opensuse.org
- update to 3.9.95 (4.0 Beta 5)
-------------------------------------------------------------------
Sun Jun 28 16:50:52 CEST 2009 - binner@kde.org
- update to 3.9.94
-------------------------------------------------------------------
Sun May 24 13:33:35 CEST 2009 - beineri@opensuse.org
- update to 3.9.93
-------------------------------------------------------------------
Wed Feb 4 18:17:27 CET 2009 - dmueller@suse.de
- update to 3.9.91
-------------------------------------------------------------------
Wed Jan 14 22:27:46 CET 2009 - stbinner@suse.de
- update to 3.9.85
-------------------------------------------------------------------
Sat Dec 13 10:15:50 CET 2008 - dmueller@suse.de
- update to 3.9.84
-------------------------------------------------------------------
Sat Nov 22 10:22:00 CET 2008 - stbinner@suse.de
- update to 3.9.83
-------------------------------------------------------------------
Sun Nov 9 18:46:06 CET 2008 - stbinner@suse.de
- update to 3.9.82
-------------------------------------------------------------------
Tue May 27 17:02:36 CEST 2008 - dmueller@suse.de
- update to KDevelop 4.0 Alpha2
-------------------------------------------------------------------
Wed May 21 17:29:37 CEST 2008 - dmueller@suse.de
- update to 4.0.80
-------------------------------------------------------------------
Thu May 15 20:59:18 CEST 2008 - dmueller@suse.de
- update to 4.0.74
-------------------------------------------------------------------
Wed May 7 15:35:06 CEST 2008 - dmueller@suse.de
- update to 4.0.73
-------------------------------------------------------------------
Wed Apr 30 17:16:21 CEST 2008 - dmueller@suse.de
- update to 4.0.72
-------------------------------------------------------------------
Thu Apr 24 13:16:01 CEST 2008 - dmueller@suse.de
- update to 4.0.71
-------------------------------------------------------------------
Fri Apr 18 21:03:56 CEST 2008 - dmueller@suse.de
- update to 4.0.70
-------------------------------------------------------------------
Thu Apr 10 17:50:59 CEST 2008 - dmueller@suse.de
- update to 4.0.69
-------------------------------------------------------------------
Wed Apr 2 17:27:27 CEST 2008 - dmueller@suse.de
- update to 4.0.68
-------------------------------------------------------------------
Tue Mar 25 22:49:04 CET 2008 - dmueller@suse.de
- update to 4.0.67
-------------------------------------------------------------------
Thu Mar 13 11:52:03 CET 2008 - dmueller@suse.de
- update to 4.0.66
-------------------------------------------------------------------
Thu Mar 6 12:12:45 CET 2008 - dmueller@suse.de
- update to 4.0.65
-------------------------------------------------------------------
Thu Feb 28 22:38:11 CET 2008 - dmueller@suse.de
- update to 4.0.64
-------------------------------------------------------------------
Thu Feb 21 12:21:31 CET 2008 - dmueller@suse.de
- update to 4.0.63
-------------------------------------------------------------------
Thu Feb 14 16:43:48 CET 2008 - dmueller@suse.de
- update to 4.0.62
-------------------------------------------------------------------
Thu Feb 7 16:51:31 CET 2008 - dmueller@suse.de
- update to 4.0.61
-------------------------------------------------------------------
Mon Jan 28 21:26:00 CET 2008 - stbinner@suse.de
- update to 4.0.svn767806
-------------------------------------------------------------------
Thu Jan 3 16:43:00 CET 2008 - stbinner@suse.de
- update to 3.97.2.svn755992
-------------------------------------------------------------------
Fri Dec 21 10:43:02 CET 2007 - stbinner@suse.de
- fix file list
-------------------------------------------------------------------
Thu Dec 20 13:46:50 CET 2007 - stbinner@suse.de
- update to 3.97.1.svn749241
-------------------------------------------------------------------
Wed Nov 28 14:38:59 CET 2007 - dmueller@suse.de
- update to 3.96.0.svn742648
-------------------------------------------------------------------
Sat Nov 24 01:33:37 CET 2007 - dmueller@suse.de
- update to 3.96.0.svn740723
-------------------------------------------------------------------
Wed Nov 21 09:34:24 CET 2007 - stbinner@suse.de
- update to 3.96.0.svn738446
-------------------------------------------------------------------
Sun Nov 18 22:45:46 CET 2007 - dmueller@suse.de
- update to 3.95.0.svn738428
-------------------------------------------------------------------
Fri Nov 16 18:36:03 CET 2007 - dmueller@suse.de
- update to 3.95.0.svn737589
-------------------------------------------------------------------
Thu Nov 1 14:54:00 CET 2007 - dmueller@suse.de
- update to 3.95.0.svn731662
-------------------------------------------------------------------
Sun Oct 21 10:43:28 CEST 2007 - dmueller@suse.de
- file list fixes
-------------------------------------------------------------------
Sat Oct 20 09:31:10 CEST 2007 - stbinner@suse.de
- update to 3.94.0.svn727335
-------------------------------------------------------------------
Tue Oct 16 17:16:02 CEST 2007 - dmueller@suse.de
- update to 3.94.0 snapshot
-------------------------------------------------------------------
Tue Oct 2 16:08:00 CEST 2007 - stbinner@suse.de
- update to 3.93.0.svn720130
-------------------------------------------------------------------
Wed Sep 26 15:01:06 CEST 2007 - stbinner@suse.de
- update to 3.93.0.svn717257
-------------------------------------------------------------------
Thu Sep 13 15:21:40 CEST 2007 - stbinner@suse.de
- update to 3.93.0.svn712063
-------------------------------------------------------------------
Sat Sep 1 19:15:32 CEST 2007 - stbinner@suse.de
- update to 3.92.0.svn706334
-------------------------------------------------------------------
Thu Aug 23 18:13:59 CEST 2007 - stbinner@suse.de
- update to 3.92.0.svn703920
-------------------------------------------------------------------
Sat Aug 18 07:04:33 CEST 2007 - stbinner@suse.de
- update to 3.92.0.svn701362
-------------------------------------------------------------------
Thu Aug 9 10:18:25 CEST 2007 - stbinner@suse.de
- update to 3.92.0.svn697375
-------------------------------------------------------------------
Mon Aug 6 16:30:40 CEST 2007 - stbinner@suse.de
- fix build on x86_64
-------------------------------------------------------------------
Sun Jul 29 05:47:09 CEST 2007 - stbinner@suse.de
- update to 3.92.0.svn693137
-------------------------------------------------------------------
Thu Jul 12 16:00:28 CEST 2007 - stbinner@suse.de
- update to 3.91.0.svn685975
-------------------------------------------------------------------
Sat Jun 23 16:05:52 CEST 2007 - stbinner@suse.de
- update to 3.90.1.svn678599
-------------------------------------------------------------------
Fri Jun 8 14:05:56 CEST 2007 - stbinner@suse.de
- update to 3.90.1.svn670093
-------------------------------------------------------------------
Fri Jun 1 13:31:58 CEST 2007 - coolo@suse.de
- simplify spec file by using macros from kde4-filesystem
-------------------------------------------------------------------
Mon May 28 23:33:57 CEST 2007 - dmueller@suse.de
- update to 3.90.1.svn668149
-------------------------------------------------------------------
Fri May 25 09:10:40 CEST 2007 - stbinner@suse.de
- initial package in abuild