summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile warning about unused variableThorbjørn Lindeijer2009-07-211-1/+1
|
* Initial support for emacs like fill-paragraph.Henrik Abelsson2009-07-215-1/+135
| | | | | Merge-request: 882 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* fix mode bar animation regressionmae2009-07-211-6/+13
|
* cleanupmae2009-07-211-6/+6
|
* Fixes: Speed up animation timeJens Bache-Wiig2009-07-201-1/+4
| | | | | | Details: The fade-in is a lot faster now, to prevent things from feeling unresponsive.
* small code cleanupmae2009-07-203-23/+20
|
* Fixed the block highlighting with dark backgroundsThorbjørn Lindeijer2009-07-201-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.mae2009-07-202-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 schemeThorbjørn Lindeijer2009-07-203-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 againThorbjørn Lindeijer2009-07-2012-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.dt2009-07-201-0/+7
|
* Some tweaks to make the build settings page look better on windowsdt2009-07-203-32/+41
|
* Another small tweak to the build settigns page.dt2009-07-201-0/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-07-2014-213/+332
|\
| * clarify file->new/open/open withmae2009-07-201-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 separatorsAndy Shaw2009-07-201-1/+1
| | | | | | | | RevBy: dt
| * Update Example information not only when the default Qt version changed.Daniel Molkentin2009-07-201-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 specificmae2009-07-2010-99/+151
| |
| * imlemented per-view edit location navigationmae2009-07-206-142/+209
| |
* | Show a summary widget instead of the full blown environment model.dt2009-07-2010-137/+206
|/ | | | Hides the gory details, and in most cases the user doesn't care anyway.
* Fix crash on adding or deleting buildconfigurations.dt2009-07-201-0/+2
|
* Allow infinite timeout in synchronousprocess, make openProjects public.Friedemann Kleint2009-07-201-2/+2
|
* Fix build (clean creator build).con2009-07-202-1/+3
|
* Missing headers.con2009-07-2012-0/+348
|
* CVS: Add checkout wizard.Friedemann Kleint2009-07-2011-8/+262
|
* Display the list of color schemes in a combo boxThorbjørn Lindeijer2009-07-173-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 uselessThorbjørn Lindeijer2009-07-173-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.dt2009-07-171-7/+7
| | | | Only connect in restoreSettingsImpl() not in the constructor.
* New build and run settings ui.dt2009-07-1717-775/+390
| | | | Not finished 100%
* Add a checkbox for "Showing the compile output on build".dt2009-07-175-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 Kleint2009-07-1732-112/+1890
| | | | Task-number: 244831
* Avoid vanishing close button in help side bar.con2009-07-171-4/+5
|
* Unify tool button appearance in "panelWidgets".con2009-07-1711-49/+3
| | | | Reviewed-by: Jens Bache-Wiig
* cppmodelmanager: add __restrict__ to known and ignored 'keywords'hjk2009-07-171-0/+1
|
* Fix the navigation bar's split and close buttons.con2009-07-171-2/+2
|
* Fix selection of project files to add new files/classes toKai Koehne2009-07-173-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 Kleint2009-07-171-1/+1
|
* CVS: Properly detect initial revisionFriedemann Kleint2009-07-171-1/+1
|
* Remove superfluous separator.con2009-07-161-1/+0
|
* Some more QToolBar changes.con2009-07-1622-32/+22
|
* Don't use QToolBar for output pane.con2009-07-162-13/+22
|
* Remove usage of QToolBar from debugger tool bar.con2009-07-161-19/+26
|
* Remove usage of QToolBar for navigation side bar.con2009-07-163-38/+36
|
* Less QToolBars in editor tool bar.con2009-07-1620-50/+42
|
* Display format colors and font directly in the formats listThorbjørn Lindeijer2009-07-162-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 dialogThorbjørn Lindeijer2009-07-163-53/+74
| | | | Makes everything look a lot nicer. :-)
* Add "Delete all breakpoints/Delete breakpoints by file".Friedemann Kleint2009-07-162-45/+87
| | | | Reviewed-by: hjk <qtc-committer@nokia.com>
* Compile fix for gcc 3.3Thorbjørn Lindeijer2009-07-161-1/+1
|
* implement show/hide warnings button on build output windowJoel Nordell2009-07-162-17/+113
| | | | | Merge-request: 543 Reviewed-by: dt <qtc-committer@nokia.com>
* Debugger: Remove unneeded expression for dumping QVector.Friedemann Kleint2009-07-161-9/+1
| | | | | ...thus enabling dumping of it in CDB. Reviewed-by: hjk <qtc-committer@nokia.com>