Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compile warning about unused variable | Thorbjørn Lindeijer | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Initial support for emacs like fill-paragraph. | Henrik Abelsson | 2009-07-21 | 5 | -1/+135 |
| | | | | | Merge-request: 882 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | fix mode bar animation regression | mae | 2009-07-21 | 1 | -6/+13 |
| | |||||
* | cleanup | mae | 2009-07-21 | 1 | -6/+6 |
| | |||||
* | Fixes: Speed up animation time | Jens Bache-Wiig | 2009-07-20 | 1 | -1/+4 |
| | | | | | | Details: The fade-in is a lot faster now, to prevent things from feeling unresponsive. | ||||
* | small code cleanup | mae | 2009-07-20 | 3 | -23/+20 |
| | |||||
* | Fixed the block highlighting with dark backgrounds | Thorbjørn Lindeijer | 2009-07-20 | 1 | -4/+16 |
| | | | | | | Due to multiplying by a factor, it failed to really make any difference. Done with mae. | ||||
* | visible next/previous navigation buttons for the editor view. | mae | 2009-07-20 | 2 | -0/+55 |
| | | | | | This commit makes the uglyness of our current default arrow icons visible. The toolbuttons are also too wide. | ||||
* | Made it possible to choose a name when copying a color scheme | Thorbjørn Lindeijer | 2009-07-20 | 3 | -2/+17 |
| | | | | | | | Based on a window-modal input dialog, so that it appears as a sheet on the Mac. Reviewed-by: Norwegian Rock Cat | ||||
* | Embedded the color scheme editor in the options dialog again | Thorbjørn Lindeijer | 2009-07-20 | 12 | -373/+367 |
| | | | | | With the new representation it fits fine, and this is a bit more convenient for the user. | ||||
* | Also hide the Clear environment checkbox for cmake. | dt | 2009-07-20 | 1 | -0/+7 |
| | |||||
* | Some tweaks to make the build settings page look better on windows | dt | 2009-07-20 | 3 | -32/+41 |
| | |||||
* | Another small tweak to the build settigns page. | dt | 2009-07-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline | dt | 2009-07-20 | 14 | -213/+332 |
|\ | |||||
| * | clarify file->new/open/open with | mae | 2009-07-20 | 1 | -3/+3 |
| | | | | | | | | | | This is a fix for the problem, that some users were unable to figure out how to open projects. | ||||
| * | Fixes: When copying a path to the clipboard, use the native separators | Andy Shaw | 2009-07-20 | 1 | -1/+1 |
| | | | | | | | | RevBy: dt | ||||
| * | Update Example information not only when the default Qt version changed. | Daniel Molkentin | 2009-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It may be that a non-default Qt version provides documentation even if the default one does not. Fixes: 257970 | ||||
| * | make ctrl-tab navigation view specific | mae | 2009-07-20 | 10 | -99/+151 |
| | | |||||
| * | imlemented per-view edit location navigation | mae | 2009-07-20 | 6 | -142/+209 |
| | | |||||
* | | Show a summary widget instead of the full blown environment model. | dt | 2009-07-20 | 10 | -137/+206 |
|/ | | | | Hides the gory details, and in most cases the user doesn't care anyway. | ||||
* | Fix crash on adding or deleting buildconfigurations. | dt | 2009-07-20 | 1 | -0/+2 |
| | |||||
* | Allow infinite timeout in synchronousprocess, make openProjects public. | Friedemann Kleint | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Fix build (clean creator build). | con | 2009-07-20 | 2 | -1/+3 |
| | |||||
* | Missing headers. | con | 2009-07-20 | 12 | -0/+348 |
| | |||||
* | CVS: Add checkout wizard. | Friedemann Kleint | 2009-07-20 | 11 | -8/+262 |
| | |||||
* | Display the list of color schemes in a combo box | Thorbjørn Lindeijer | 2009-07-17 | 3 | -89/+153 |
| | | | | | This is to make some room for embedding the color scheme editing back in the options dialog. | ||||
* | Removed the preview, which was now pretty useless | Thorbjørn Lindeijer | 2009-07-17 | 3 | -76/+13 |
| | | | | | | Also, the background color of the list now gets synchronized with the text background color. This is to make the bottom of the list look nicer. | ||||
* | Fix crash if we are adding a qtversion while still loading the project. | dt | 2009-07-17 | 1 | -7/+7 |
| | | | | Only connect in restoreSettingsImpl() not in the constructor. | ||||
* | New build and run settings ui. | dt | 2009-07-17 | 17 | -775/+390 |
| | | | | Not finished 100% | ||||
* | Add a checkbox for "Showing the compile output on build". | dt | 2009-07-17 | 5 | -0/+16 |
| | | | | | | Enough people want that, and it's not much code. Task-Nr: 254138 | ||||
* | Add a clone wizard for version control (base classes + git/svn). | Friedemann Kleint | 2009-07-17 | 32 | -112/+1890 |
| | | | | Task-number: 244831 | ||||
* | Avoid vanishing close button in help side bar. | con | 2009-07-17 | 1 | -4/+5 |
| | |||||
* | Unify tool button appearance in "panelWidgets". | con | 2009-07-17 | 11 | -49/+3 |
| | | | | Reviewed-by: Jens Bache-Wiig | ||||
* | cppmodelmanager: add __restrict__ to known and ignored 'keywords' | hjk | 2009-07-17 | 1 | -0/+1 |
| | |||||
* | Fix the navigation bar's split and close buttons. | con | 2009-07-17 | 1 | -2/+2 |
| | |||||
* | Fix selection of project files to add new files/classes to | Kai Koehne | 2009-07-17 | 3 | -27/+34 |
| | | | | | | | | | | | Commit ac8e371486cb69fb did reorder the path list in ProjectWizardPage, while ProjceFileWizardExtension still assumed that the list displayed to the user is exactly the same as passed to ProjectWizardPage. The patch removes the index based communication between the classes altogether and directly stores the ProjectNode in the UserRole of the ComboBox entry. | ||||
* | CVS: Properly detect initial revision. | Friedemann Kleint | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | CVS: Properly detect initial revision | Friedemann Kleint | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Remove superfluous separator. | con | 2009-07-16 | 1 | -1/+0 |
| | |||||
* | Some more QToolBar changes. | con | 2009-07-16 | 22 | -32/+22 |
| | |||||
* | Don't use QToolBar for output pane. | con | 2009-07-16 | 2 | -13/+22 |
| | |||||
* | Remove usage of QToolBar from debugger tool bar. | con | 2009-07-16 | 1 | -19/+26 |
| | |||||
* | Remove usage of QToolBar for navigation side bar. | con | 2009-07-16 | 3 | -38/+36 |
| | |||||
* | Less QToolBars in editor tool bar. | con | 2009-07-16 | 20 | -50/+42 |
| | |||||
* | Display format colors and font directly in the formats list | Thorbjørn Lindeijer | 2009-07-16 | 2 | -13/+63 |
| | | | | | Now the foreground color, background color and the font of different color scheme categories are displayed directly in the list. | ||||
* | Use a list model in the edit color scheme dialog | Thorbjørn Lindeijer | 2009-07-16 | 3 | -53/+74 |
| | | | | Makes everything look a lot nicer. :-) | ||||
* | Add "Delete all breakpoints/Delete breakpoints by file". | Friedemann Kleint | 2009-07-16 | 2 | -45/+87 |
| | | | | Reviewed-by: hjk <qtc-committer@nokia.com> | ||||
* | Compile fix for gcc 3.3 | Thorbjørn Lindeijer | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | implement show/hide warnings button on build output window | Joel Nordell | 2009-07-16 | 2 | -17/+113 |
| | | | | | Merge-request: 543 Reviewed-by: dt <qtc-committer@nokia.com> | ||||
* | Debugger: Remove unneeded expression for dumping QVector. | Friedemann Kleint | 2009-07-16 | 1 | -9/+1 |
| | | | | | ...thus enabling dumping of it in CDB. Reviewed-by: hjk <qtc-committer@nokia.com> |