File libqt5-creator.changes of Package libqt5-creator
-------------------------------------------------------------------
Sun Oct 6 23:13:27 UTC 2013 - hrvoje.senjan@gmail.com
- Added pkgconfig(Qt5X11Extras) BuildRequires, it is needed for
raising the main window
-------------------------------------------------------------------
Fri Sep 13 09:17:46 UTC 2013 - hrvoje.senjan@gmail.com
- Update to 2.8.1:
* Bugfix release, please see
http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.8/dist/changes-2.8.1
- Add Source URL
-------------------------------------------------------------------
Thu Sep 5 08:16:34 UTC 2013 - cfarrell@suse.com
- license update: SUSE-LGPL-2.1-with-digia-exception-1.1
See spreadsheet linked from license.opensuse.org
-------------------------------------------------------------------
Tue Jul 16 11:35:57 UTC 2013 - binner@kde.org
- disable qbs plugin for now
-------------------------------------------------------------------
Thu Jul 11 20:41:16 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.8
-------------------------------------------------------------------
Sun Jul 7 07:48:29 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.8 RC
-------------------------------------------------------------------
Thu May 30 20:00:00 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.8 Beta
-------------------------------------------------------------------
Wed May 15 08:27:01 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.7.1
-------------------------------------------------------------------
Thu Mar 21 20:00:00 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.7 Final
-------------------------------------------------------------------
Thu Mar 07 20:00:00 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.7 RC
-------------------------------------------------------------------
Thu Jan 31 16:10:56 UTC 2013 - stephan.binner@basyskom.com
- Update to 2.6.2 release
-------------------------------------------------------------------
Thu Dec 20 13:50:06 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.6.1 release
-------------------------------------------------------------------
Mon Nov 12 07:56:52 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.6 release
-------------------------------------------------------------------
Wed Oct 17 16:22:22 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.6 RC
-------------------------------------------------------------------
Mon Sep 24 12:14:35 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.6 Beta
-------------------------------------------------------------------
Sat May 12 07:59:29 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.5 Release
-------------------------------------------------------------------
Mon Apr 23 17:37:17 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.5 Release Candidate
-------------------------------------------------------------------
Fri Mar 16 14:48:00 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.5 beta release
-------------------------------------------------------------------
Wed Feb 1 14:02:00 UTC 2012 - stephan.binner@basyskom.com
- Update to 2.4.1 release
-------------------------------------------------------------------
Tue Dec 13 13:04:31 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.4 release
-------------------------------------------------------------------
Wed Nov 16 16:02:00 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.4 RC
-------------------------------------------------------------------
Fri Sep 30 12:52:24 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.3.1 release
-------------------------------------------------------------------
Thu Sep 1 13:23:00 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.3 release
-------------------------------------------------------------------
Mon Aug 22 11:12:36 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.3 Release Candidate
-------------------------------------------------------------------
Tue Jun 21 05:25:21 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.2.1 release
-------------------------------------------------------------------
Fri May 6 10:12:26 UTC 2011 - stephan.binner@basyskom.com
- Update to 2.2 release
-------------------------------------------------------------------
Wed Apr 20 10:01:51 UTC 2011 - wstephenson@novell.com
- Enable QML Designer build. Disable it in Help->Plugins... if it
causes problems.
-------------------------------------------------------------------
Tue Apr 19 12:45:27 UTC 2011 - wstephenson@novell.com
- Update to 2.2.0rc1
* Fixes for ABI detection
* Fixes to QML debugging
* Fixes to syntax highlighting
* Fixes to Maemo development
-------------------------------------------------------------------
Mon Apr 4 00:13:53 UTC 2011 - javier@opensuse.org
- Add Recommends: libqt4-devel-doc
-------------------------------------------------------------------
Thu Mar 24 15:27:10 UTC 2011 - cgiboudeaux@gmx.com
- Update to 2.2.0beta1
General
* Added support for running user defined external tools (Tools->External)
* Moved toolchain definitions out of Qt versions.
* You can now define toolchains in Tools->Options->ToolChains
* Creator now supports more than one instance of each kind of toolchain
* Support for MIME type customization through editing of patterns and
magic matchers.
Editing
* Add new Inkpot color scheme
* Moved 'Open in External Editor' to Tools->External->Text
* Add UTF-8 BOM support
* GLSL Support with:
- syntax checking
- highlighting
- code completion
* Add 'expand/collapse all' context menu entry to Outline pane
* Support for user defined macros was contributed by Nicolas Arnaud-Cormos
* Snippet editor with syntax highlighting, indentation, and basic auto
completion for C++ and QML.
Project Support
* QMake project support should be more robust against syntax errors
* Treatment of command line arguments of processes started from build
and run configurations underwent heavy modifications:
- argument lists use native shell syntax; this affects quoting and
environment variable expansion most
- the SOURCEDIR and BUILDDIR environment variables were replaced
with %{sourceDir} and %{buildDir} macros
- this affects working directories and executable paths as well
* CMake: Add Ui completion, changes in .ui files are picked up without
a rebuild.
* Syntax highlighting and completion for QMake project files
* Text editor behavior settings now avaiable on a per-project basis.
Debugging
* Rewrote debugging engine using the Microsoft Console Debugger (CDB)
for debugging executables built with Microsoft Visual Studio,
resulting in significant speed-up and better display of data
types, supporting both 32bit and 64bit versions of the
Debugging Tools for Windows
* Made it possible to pin debugger tooltips.
* Reworked global architecture to allow multiple debugging sessions (for
different projects, combined Qml/C++ debugging, project 'snapshots', ...)
* Reworked breakpoint handling: new special breakpoint types for "break
on throw", "break on main", data breakpoints
* Introduce combined c++/qml debugging (combined stack, cross-step) (gdb only)
* Rework per-type and per-item selection of display formats
* New dumpers for QTextCursor, QTextDocument, __m128, QScriptValue
QBasicAtomicPointer, bit fields, boost::shared_ptr (gdb only)
* Improve dumpers for QRegion, QVariant (custom types), QSharedPointer,
QMultiMap (QTCREATORBUG-3122), QObject, QWeakPointer
* Make alphabetic structure member sorting optional
* Make dumpers robust in case of missing debug information
* Improve python dumper profiling support
* Improve stepping performance
* Enable breakpoint setting from a disassembler view, QTCREATORBUG-3667
* Fix display of shadowed variables.
* Fix display of data containing quote characters, QTCREATORBUG-3084
* Fix display of C style 'typedef struct X { ... } X;
* Fix stack/break view updates after manual module loading, QTCREATORBUG-3427
* Fix 'Jump To/Run to' when in instruction-wise mode
* Several fixed to the "watcher" handling
* Allow re-running debugger engines, QTCREATORBUG-3073
* Robust process control after -exec-interrupt errors, QTCREATORBUG-2850
* Robust detection of Qt-in-namespace builds
* Handle "live updates" in the memory view
* Make memory view writable (gdb only)
* Improve starting debugger session directly from the command line
* Improve debugging helpers dialog
BinEditor:
* Visualize data differences after updates
* Fix selection if cursor is left of anchor
* Allow copying also if selection is "backwards"
* Do not draw blinking cursor when there is a selection
C++ Support
* Add QuickFix for implementing setters/getters for a Q_PROPERTY
* Add documentation about QuickFixes
* Fix switch statement indentation for GNU and Whitesmiths
style, QTCREATORBUG-2994
* Fix indentation of labels
* Highlighting for virtual functions
* Navigate to correct overloaded function/method
QML/JS Support
* Add wizard for creating JavaScript files, QTCREATORBUG-3070
* Add local-file completion for url properties, QTCREATORBUG-2619
* Add warning about invalid files in url properties
* Add file name completion in imports, QTCREATORBUG-3067
* Add a locator filter for JS functions, QTCREATORBUG-2607
* Add JSlint-style warnings about common JS pitfalls, QTCREATORBUG-3071
* Add completion for attached properties like Component.onCompleted
* Allow QML modules to ship predumped type description files.
* Reenable instantiating component scope detection, QTCREATORBUG-2835
* Improve error reporting of failed plugin dumps
* Complete a trailing '{' for 'A on b' object bindings, QTCREATORBUG-2642
* Highlight capitalized types, QTCREATORBUG-2658
* Re-dump a plugin if the shared library/dll changes, QTCREATORBUG-3047
* Build qmldump in debug and release version on Windows, QTCREATORBUG-3549
* Change qmldump to output QML instead of XML
* Fix automatic '.' import to also pick up QML modules, QTCREATORBUG-3768
* Fix code model update when files are renamed, QTCREATORBUG-2986
* Fix incorrect completion when brace is on separate line, QTCREATORBUG-2658
* Fix quote autoinsertion in string literals, QTCREATORBUG-2155, QTCREATORBUG-3244
* Fix '{' not being an electric character, QTCREATORBUG-3405
* Fix indentation of 'foo: Namesp.Type {', QTCREATORBUG-3371
* .qmlproject format: Allow specifying the 'mainFile' qml file, bump version to 1.1
* Qt Quick UI project: allow user to change run environment
QML/JS Debugging:
* Compile qmljsdebugger code as static library, and link it based on checkbox in qmake step
(replaces QMLJSDEBUGGER_PATH / QMLJSDEBUGGER define)
* Qt Quick Application: Allow debugging also in release builds, improve error diagnostics
* Gui cosmetics in JS debugger: Show stack frame level, only valid
line numbers in stack view, do not show function code, show dummy
child entry for empty arrays
* Added qml tooltips for property inspection at debug time
* Extended QML Observer for inspection and tweaking of item's properties
* Added navigation of the object tree in the QML Observer through a crumble path
* Add 'show app on top' option
* Move toolbar from Observer tab to the main toolbar space
* Support setting of breakpoints in .qml files embedded as qrc resources
* Improve 'linkification' of QML errors in Application Output pane
FakeVim:
* Implement Ctrl-N/Ctrl-P
* Implement 's' in visual block mode
* Fix Alt-Gr handling on Windows
* Handle more Ctrl-W + <x> commands
Symbian Target
* Added support for the new on-device debugging agent (CODA)
Version control plugins
* Bazaar support was contributed by Hugues Delorme
Wizards
* Support new keywords %MONTH% and %DAY% for C++ template file
Misc
* MemCheck (from Valgrind) integration (Linux, Mac)
* Create infrastructure to setup "soft dependencies" between plugins
* Add a little tool 'qtpromaker' doing the job of 'qmake -project', but
much faster to make Qt Creator usable to quickly inspect and navigate
"alien" codebases a way to easily set up dummy .pro files is needed
* Start documenting Qt Creator's coding style guidelines
[etc]
-------------------------------------------------------------------
Tue Mar 01 15:22 CET 2011 - cgiboudeaux@gmx.com
- Update to 2.1.0
* Semantic C++ highlighting: Highlighting of types, local variables vs members, virtual methods
* Generic highlighting adds highlighting for various file types based on the Kate highlight definition specification
* C++ class view and image viewer contributed by Denis Mingulov
* Outline views for C++ and QML
* Searching for C++ symbols matching a pattern (via advanced find dialog)
* Wizard for adding libraries to pro files, including all the necessary fancy magic for include paths and static libs
* Various debugging improvements on all platforms
* Improved QML code editing with a faster code model and a new indenter
* Find usages and improved follow symbols in QML code
* Graphical QML tool bar for setting e.g. fonts and colors in the QML code editor
* Project wizards for Qt Quick applications that also handle deployment to devices, and for custom QML extension plugins
* Mobile application project wizards that provide you with the needed setup for Symbian and Maemo, and packaging and deployment
* Various improvements to deployment to Maemo targets and Symbian support
* Click on QObject::connect warnings in application output to jump to the code
-------------------------------------------------------------------
Tue Dec 07 14:18 CET 2010 - cgiboudeaux@gmail.com
- Update to 2.1rc1
* Many small bugfixes since beta2, see
http://chaos.troll.no/~dmolkent/qt-creator-changelog-rc1.txt
for details
* Updated Russian and Polish translations
-------------------------------------------------------------------
Sat Nov 20 11:14:38 CET 2010 - dmueller@suse.de
- update to 2.1.0beta2:
* Made search result panel searchable
* Generic highlighter:
http://labs.qt.nokia.com/2010/09/16/generic-highlighter-in-qt-creator/
* Added semantic highlighting of types, virtual methods, locals, statics and
member variables (only enabled when running against Qt 4.7.1 and up, for
performance reasons)
* Add new indenter along with a new option to control alignment indents
* Add new %FILENAME%, %CLASS% placeholders to license template
* Added searching for symbols that match a pattern to advanced find
* Made 'Follow symbol' for classes skip forward declarations
* Added option for adding subprojects to projects in the New wizard
* Added context-menu command for removing subprojects in the Edit mode,
Projects view
* Added a wizard for adding other than Qt libraries to project files
* Fixed splitter inconsistency of debugger tool bar
* Fixed console debugging with MinGW/gdb
* Symbian: Added basic thread support, improve logging
* New dumpers for QDate, QTime, QHostAddress, QRegion, boost::optional,
QSharedData and QSharedDataPointer
* Improved/fixed dumpers for QObject (include user defined properties), QList,
C-style arrays, QSize, QSizeF, QImage/QPixmap, std::vector<bool>,
QVariant(QString), qulonglong, std::size_t, std::ptrdiff_t,
QScopedPointer, QStandardItem
* Performance improvements due to use of dwarf index data to reduce gdb
startup time, use of new gdb.read_memory for QByteArray and QString display
* Debugger framework handles multiple debugging sessions in parallel
* Allow per item and/or type selection of display method in Locals&Watchers
* Implement data watchpoints
* Implement a debugger engine to debug Python scripts
* Direct remote debugging using -debug binary@host:port[@arch] on the command line
* Make alphabetic sorting of struct members optional
* New Add/Edit breakpoint dialog
* Show QThread object names in threads view
* Support for per-thread breakpoints
* Show dynamic type of objects for gdb versions newer than Aug 31, 2010
* [etc]
-------------------------------------------------------------------
Thu Sep 02 09:19:05 UTC 2010 - dmueller@suse.de
- only use system botan for new-enough systems
-------------------------------------------------------------------
Mon Aug 30 10:51:29 UTC 2010 - tittiatcoke@gmail.com
- update to 2.0.1
see http://qt.nokia.com/developer/changes/changes-qtcreator-2.0.1
-------------------------------------------------------------------
Mon Aug 30 09:09:30 CEST 2010 - dmueller@suse.de
- remove botan copy, use system version instead
- fix runpath (bnc#613978)
-------------------------------------------------------------------
Mon Jun 21 13:04:54 CEST 2010 - dmueller@suse.de
- fix gdb version checks (bnc#615361)
-------------------------------------------------------------------
Tue Jan 26 09:44:56 UTC 2010 - wstephenson@novell.com
- update to 1.3.1:
General:
* Updated translations
Editing:
* Fixed drawing issues when line wrap is enabled
* Fixed problem with indentation when auto-indent is turned off
C++ support:
* Don't show the refactoring warning message all the time
* Insert semicolon when matching enum declarations
* Fixed function argument widget text color in dark themes
* Fixed that inline implemented methods did not show up in the
methods filter
* Fixed in-place renaming when text is selected
* Fixed autoindent when using tabs instead of spaces
* Fixed completion when a typedef symbol is used as class name
* Fixed that template argument was marked as "not a type name" when
defined as primitive type
* Fixed some highlight errors in code using the win32 API
* Improved completion of function definition parameter lists to
append the const and volatile qualifiers if required
Project support:
* Fixed that run configurations were disabled if they had no
build step
Debugging:
* CDB: Fixed disassembler for 64 bit addresses
* Fixed finding the file for build issues when mingw32-make is used
* Ignore case of file name in breakpoint handling on Windows
* Fixed problems with gdb timing out and debugging sessions
unexpectedly finishing
* Improved startup time of gdb sessions by not asking for all
files known to gdb
Help:
* Don't switch to Help mode if help side bar is already visible
Symbian Target:
* Fixed the time stamp of deployed files
-------------------------------------------------------------------
Sat Jan 2 12:54:18 CET 2010 - dmueller@suse.de
- update to 1.3.0 final:
* only bugfixes compared to previous version update
-------------------------------------------------------------------
Sat Nov 21 08:16:46 UTC 2009 - binner@kde.org
- update to 1.3 release candidate:
* Preliminary support for Qt development targeting Symbian platform
* New support for source code refactoring
-------------------------------------------------------------------
Tue Sep 29 13:23:12 CEST 2009 - dmueller@suse.de
- require the Qt version it was built against (bnc#542775)
-------------------------------------------------------------------
Wed Aug 5 19:03:37 CEST 2009 - beineri@opensuse.org
- install bin/qt-creator wrapper (bnc#526768)
-------------------------------------------------------------------
Thu Jul 16 19:39:12 CEST 2009 - dmueller@novell.com
- update to 1.2.1:
* http://www.qtsoftware.com/developer/changes/changes-qtcreator-1.2.1
-------------------------------------------------------------------
Sun Jun 28 16:23:57 CEST 2009 - binner@kde.org
- update to 1.2 release:
* The Welcome Screen has been redesigned
* There has been some speed improvements: large amounts of
persistent data now stored in an SQLite database
* Added a block highlighting feature
* Improved the code folding markers
* FakeVim mode has received further improvements
* Added the option to auto-save before building
* Made auto-build before run optional
* Made it possible to disable breakpoints
-------------------------------------------------------------------
Thu Apr 23 19:10:40 CEST 2009 - beineri@opensuse.org
- update to 1.1 release:
* Completely reworked editor split mechanism
* Improved function argument hint
* Improved open documents view (sorted, single-click, close buttons)
* Added experimental support for generic Makefile based projects
* Added signal/slot editor to the form editor
-------------------------------------------------------------------
Mon Mar 30 17:44:31 CEST 2009 - dmueller@suse.de
- merge with Factory
-------------------------------------------------------------------
Fri Mar 20 12:33:44 CET 2009 - Nico Kruber <Nico.Laus.2001@gmx.de>
- fixed designer and resource editor plugin not being built
- added .desktop file
-------------------------------------------------------------------
Wed Mar 4 18:22:08 CET 2009 - dmueller@suse.de
- merge with Factory
-------------------------------------------------------------------
Tue Mar 3 23:32:50 CET 2009 - beineri@opensuse.org
- update to 1.0 release
* no changelog available
-------------------------------------------------------------------
Fri Feb 27 17:37:32 CET 2009 - dmueller@suse.de
- remove doc stuff as it doesn't build currently
-------------------------------------------------------------------
Wed Feb 18 11:52:16 CET 2009 - stbinner@suse.de
- update to 0.9.2rc1
-------------------------------------------------------------------
Tue Dec 30 17:40:59 CET 2008 - stbinner@suse.de
- initial package of version 0.9.1-beta