Members Area


Recommended Sites:

Related Keywords
psp applications freeware download
applications freeware download
run applications freeware download
pc applications freeware download
job applications freeware download
web applications freeware download
and applications installed freeware download
adware applications freeware download
track job applications freeware download
blackberry applications freeware download
filesharing applications freeware download
spyware applications freeware download
director applications freeware download
autostart applications freeware download
free applications freeware download
build air applications freeware download
drawing applications freeware download
applications manager freeware download
online applications freeware download
opened applications freeware download

Top Freeware Keywords
utility t free freeware download
jad exe freeware download
ico2png t free freeware download
java freeware download
file freeware download
code freeware download
html freeware download
application freeware download
command exe freeware download
tool freeware download
database freeware download
free t free freeware download
download freeware download
windows freeware download
free freeware download
utility freeware download
editor freeware download
list freeware download
protection freeware download
web freeware download
hex freeware download
development freeware download
search freeware download
embedded freeware download
db database freeware download
text freeware download
folder freeware download
activestate freeware download
reference freeware download
information freeware download



Qt Creator 2.5.0 freeware     Save this freeware to your freeware selection - Saved Freeware


Author

Nokia

OS WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Date Released May 19, 2012
Downloads 399
Filesize 49.80 MB
Keywords Cross-Platform IDE, Integrated Development Environment, Application Development, IDE, Development, Simulator
Your Rating
  - click to rate - you will be first!
Qt Creator screenshot
[ View full size screenshot ]

Download Qt Creator   Save Freeware   Report Spyware

... desktop operating systems, and allows developers to create applications for multiple desktop and mobile device platforms. ...

Download Qt Creator   Save Freeware   Report Spyware


Applications management - Qt Creator freeware - Download Notice

Qt Creator Free Download - we do not host any Qt Creator torrent files or links of Qt Creator on rapidshare.com, depositfiles.com, megaupload.com etc. All Qt Creator download links are direct Qt Creator full download from publisher site or their selected mirrors.

Applications management - Qt Creator freeware - Latest User Reviews

 Write a Review   


Applications management - Qt Creator freeware - The Latest Versions History

Version Date Released Status Release Notes
2.5.0 May 19, 2012 New Release General:
· Add a keyboard shortcut (Alt) to the locator to display the full path to a located file
· Add "Search Again" to recent searches
· Allow multiple parallel searches
· Add Execute filter to the locator, for executing external commands

Experimental Plugins:
· Show todo items in files
· Support for autotools-based projects

Editing:
· Use the QML/JS editor for opening json files
· Add basic JSON validation according to the draft at tools.ietf.org/html/draft-zyp-json-schema-03. Still work in progress.
· Add clipboad history that contains up to ten previous clips
· Add a shortcut for toggling bookmarks by pressing Shift and clicking the left margin at a line
· Highlight search results of one character when whole words only is specified
· Fix clean whitespace affecting lines that are already clean
· Add a keyboard shortcut (Alt) to display context-sensitive help in a popup if the corresponding option is enabled
· Fix layout update when folding/unfolding regions
2.5.0 RC Apr 23, 2012 New Release · Bug fixing, including some crashes and some regressions in the C++ code model handling.
· New (experimental) plugin for direct support of autotools projects. If you work with autotools based projects, you might want to check this out instead of using the generic “Import existing project”. Just enable Help > About Plugins > Build Systems > AutotoolsProjectManager, restart Qt Creator, and open a Makefile.am.
2.5.0 Beta Mar 19, 2012 New Release · A basic refactoring action to insert an #include for an undefined identifier
· A “extract function” refactoring action
· A “rearrange parameter list” refactoring action
· Signature synchronization: changing parameter names in the declaration automatically changes them in the function body
· Implemented a TODO plugin
· A clipboard history, use Ctrl+Shift+V to cycle
· Showing small icons for build errors in the editor margin and updating the line numbers of build errors while editing.
2.4.1 Feb 6, 2012 New Release Fixes a few issues, most notably:
· automatic proxy detection on Windows systems
2.4.0 Beta Oct 31, 2011 New Release General:
· Showing more useful error dialog in case of plugin errors
· Reduce minimum size of preferences dialog

Editing:
· Advanced search: Show more information about the search parameters
· Advanced search: Move the previously modal dialog into search results pane
· Advanced search: Keep a history of most recent searches and their results
· Code Style schemas implemented, you can reuse them in different projects now

Managing Projects:
· Shared project settings support
· New templates for non-Qt C and C++ applications

Debugging:
· Initial Qt 5 support in dumpers
· Make vtables visible
· Improved remote debugging
· Improved register handling (partial updates, input in hex, ARM Neon support)
· Remove inferior calls in QDate, QTime, QDateTime dumpers
· Fix QTextCodec dumpers
· Globally enable pretty printing for references
· Saner handling of unprintable data in Locals and Expressions
· Add "Local8Bit" as display option for char arrays and pointers
2.3.1 Sep 30, 2011 New Release Managing Projects:
· Respect qmake arguments for imported build

Debugging QML/JS:
· Fix debugging of a Qt Quick UI project with C++ language

Symbian Target:
· Warn if EPOCROOT is on different drive from the sources
· Fix several debugging issues with CODA 4.0.23
· Qt Quick Application wizard: Fix qmake dependency to Qt Quick Components for Symbian
2.3.0 Sep 2, 2011 New Release · Example and tutorial browsing with descriptive texts, and filtering for examples matching a keyword
· Enhanced C++ coding style options, with indent settings and alignment settings split up for the different use cases depending on element, including preview and separation between global and project specific settings
· Support for deployment and running to a more general “remote Linux” – just add your remote deploy and run configuration to your desktop target and define remote Linux “device” settings (you have to set up your cross-compiler on your own though)
· Support for compiling projects with the Clang compiler
· Code completion is now populated in a separate thread, no editor blocking any more

Profiling now has its own “Analyze” mode. Added two more profiling options:
· QML profiling
· Function profiling using Valgrind’s Callgrind

· Symbian got CODA support, allowing for deployment via WiFi
2.3.0 Beta Jul 15, 2011 New Release · Example and tutorial browsing with descriptive texts, and filtering for examples matching a keyword
· Enhanced C++ coding style options, with indent settings and alignment settings split up for the different use cases depending on element, including preview and separation between global and project specific settings
· Support for deployment and running to a more general “remote Linux” – just add your remote deploy and run configuration to your desktop target and define remote Linux “device” settings (you have to set up your cross-compiler on your own though)
· Support for compiling projects with the Clang compiler
· Code completion is now populated in a separate thread, no editor blocking any more

Profiling now has its own “Analyze” mode. Added two more profiling options:
· QML profiling
· Function profiling using Valgrind’s Callgrind

· Symbian got CODA support, allowing for deployment via WiFi
2.1.0 Mar 2, 2011 New Release · 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
· 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 (that you can get on request) 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


Most popular applications management freeware downloads in Other


Nokia Qt SDK 1.2 freeware download


... the power of Qt you can quickly create applications for both Symbian and Maemo devices. Remote ... location, messages, contacts, and other data to your applications for testing. Device states on the fly: · Want to know how your app reacts to low battery or loss of network? Change ...
Details   Download   Save Freeware

Kinect SDK 1.5.2.331 freeware download


... It provides Kinect capabilities to developers who build applications with C++, C#, or Visual Basic by using ... of view make it easy to create gesture-driven applications. Advanced audio capabilities Audio processing capabilities include sophisticated acoustic noise suppression and echo cancellation, beam formation to identify the current sound source, and ...
Details   Download   Save Freeware

BitNami Redmine Stack 1.4.2-1 freeware download


... infrastructure Stack. Redmine is a flexible project management web application. Written using Ruby on Rails framework, ... Gantt chart and calendar News, documents and files management Feeds and email notifications. Per project wiki Per project forums Simple time tracking functionality Custom fields for issues, projects and users SCM integration (SVN, ...
Details   Download   Save Freeware

Java Runtime Environment 6.31 freeware download


... Machine, and other components to run applets and applications written in the Java programming language. In addition, ... browsers; and Java Web Start, which deploys standalone applications over a network. Java allows you to play ... name a few.It's also integral to the intranet applications and other e-business solutions that are the foundation ...
Details   Download   Save Freeware

newLISP 10.4.3 freeware download


... videos; see Documentation page Advanced Automatic Memory Management: · ORO memory management · Synchronous for repeatable processing times in real-time tasks · Fast and lower on resources Multiprocessing: · UNIX forks (not on Win32) · ...
Details   Download   Save Freeware

bada SDK 2.0.5 freeware download


... smartphone platform that allows developers to create feature-rich applications that elevate the user experience in mobile spaces. ... the WebKit Internet browser directly into native bada applications, allowing seamless integration of premiere UI technologies. Also, ... bada map control is easily embedded in your applications to deliver interactive mapping and routing with POI ...
Details   Download   Save Freeware

Qt Creator 2.5.0 freeware download


... code editor Integrated UI designer Project and build management tools gdb and CDB debuggers Support for version ... desktop operating systems, and allows developers to create applications for multiple desktop and mobile device platforms. ... the QML language. Project & Build Management Whether you import an existing project or ...
Details   Download   Save Freeware

Kinect SDK x64 1.5.2.331 freeware download


... It provides Kinect capabilities to developers who build applications with C++, C#, or Visual Basic by using ... of view make it easy to create gesture-driven applications. Advanced audio capabilities Audio processing capabilities include sophisticated acoustic noise suppression and echo cancellation, beam formation to identify the current sound source, and ...
Details   Download   Save Freeware

Mercurial 2.2.1 freeware download


Mercurial source control management Mercurial is a free, distributed source control management tool. It offers you the power to efficiently handle projects of any size while using an intuitive interface. It is easy to use and hard to break, making it ...
Details   Download   Save Freeware

Jailer 4.0.7 freeware download


... complexity to meet the increasing demands of business. Applications to process the data are also increasing in size and complexity. With the growing complexity, solid testing becomes more and more important in order to assure the quality of software. Ideally we would like to test all changes against up-to-date production ...
Details   Download   Save Freeware