File qt-creator.changes of Package qt-creator

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

openSUSE Build Service is sponsored by