Commit 502751cf792fd2b386edfbd1e0d588cd2b93cf63

  • avatar
  • con <qtc-committer @no…a.com>
  • Mon Oct 12 17:51:30 CEST 2009
Copy updated changes file.
  
2222 * Reworked the projects pane
2323 * Made the welcome screen tabs into plugins, reimplement IWelcomePage
2424 to add your own welcome screen page
25 * Overhauled the project pane.
2526
2627Editing
2728 * Added support for text editor color schemes
3737 * Handle block selection in fakevim
3838 * Added Copy full path to the editors combobox
3939 * Added left/right arrow buttons for "Go back/forward" in navigation history
40 * Added smart indentation for pasted text blocks
4041
42Refactoring
43 * Added rename symbol under cursor
44 * Find usages of a symbol
45
4146Project support
4247 * Added support for adding and removing files from a generic Makefile-based
4348 project
4449 * Added better control over the environment used for running.
45 * Add all cmake files to the project tree (only works with a cvs cmake)
46 * Support cmake with Microsoft Visual Studio Compiler (only works with cvs
47 cmake)
50 * Add all cmake files to the project tree (only works with a cmake 2.8)
51 * Support cmake with Microsoft Visual Studio Compiler (only works with
52 cmake 2.8 )
4853 * Fix a few cmake wizard bugs, where canceling left creator in a strange
4954 state
5055 * The qmake and make steps can now be removed.
5959 * Show subdirectory structure below .pro/.pri files in project tree
6060 * Add "Show file in Finder/Explorer" (Mac/Windows) to context menu.
6161 On Linux it opens the containing directory.
62 * The qmake step and make step can be removed from qt projects now.
63 * Made importing build settings for qt projects more robust
64 * Only run qmake, if it needs to be run.
6265
6366Compilation
6467 * Support multi-core compilation on Windows/MSVC via jom
102102
103103Mac
104104 * Make use of system's language settings
105
106Symbian Target
107 * Preliminary support for targeting Qt for Symbian applications
105108
106109Additional credits go to:
107110 * Christian Hoenig (Locator filter for symbols in current document)