Commit 502751cf792fd2b386edfbd1e0d588cd2b93cf63
- Diff rendering mode:
- inline
- side by side
dist/changes-1.3.0
(15 / 3)
|   | |||
| 22 | 22 | * Reworked the projects pane | |
| 23 | 23 | * Made the welcome screen tabs into plugins, reimplement IWelcomePage | |
| 24 | 24 | to add your own welcome screen page | |
| 25 | * Overhauled the project pane. | ||
| 25 | 26 | ||
| 26 | 27 | Editing | |
| 27 | 28 | * Added support for text editor color schemes | |
| … | … | ||
| 37 | 37 | * Handle block selection in fakevim | |
| 38 | 38 | * Added Copy full path to the editors combobox | |
| 39 | 39 | * Added left/right arrow buttons for "Go back/forward" in navigation history | |
| 40 | * Added smart indentation for pasted text blocks | ||
| 40 | 41 | ||
| 42 | Refactoring | ||
| 43 | * Added rename symbol under cursor | ||
| 44 | * Find usages of a symbol | ||
| 45 | |||
| 41 | 46 | Project support | |
| 42 | 47 | * Added support for adding and removing files from a generic Makefile-based | |
| 43 | 48 | project | |
| 44 | 49 | * 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 ) | ||
| 48 | 53 | * Fix a few cmake wizard bugs, where canceling left creator in a strange | |
| 49 | 54 | state | |
| 50 | 55 | * The qmake and make steps can now be removed. | |
| … | … | ||
| 59 | 59 | * Show subdirectory structure below .pro/.pri files in project tree | |
| 60 | 60 | * Add "Show file in Finder/Explorer" (Mac/Windows) to context menu. | |
| 61 | 61 | 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. | ||
| 62 | 65 | ||
| 63 | 66 | Compilation | |
| 64 | 67 | * Support multi-core compilation on Windows/MSVC via jom | |
| … | … | ||
| 102 | 102 | ||
| 103 | 103 | Mac | |
| 104 | 104 | * Make use of system's language settings | |
| 105 | |||
| 106 | Symbian Target | ||
| 107 | * Preliminary support for targeting Qt for Symbian applications | ||
| 105 | 108 | ||
| 106 | 109 | Additional credits go to: | |
| 107 | 110 | * Christian Hoenig (Locator filter for symbols in current document) |

