summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)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
* 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
* small code cleanupmae2009-07-203-23/+20
* Fixed the block highlighting with dark backgroundsThorbjørn Lindeijer2009-07-201-4/+16
* visible next/previous navigation buttons for the editor view.mae2009-07-202-0/+55
* Made it possible to choose a name when copying a color schemeThorbjørn Lindeijer2009-07-203-2/+17
* Embedded the color scheme editor in the options dialog againThorbjørn Lindeijer2009-07-2012-373/+367
* 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
| * Fixes: When copying a path to the clipboard, use the native separatorsAndy Shaw2009-07-201-1/+1
| * Update Example information not only when the default Qt version changed.Daniel Molkentin2009-07-201-1/+1
| * 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
|/
* 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
* Removed the preview, which was now pretty uselessThorbjørn Lindeijer2009-07-173-76/+13
* Fix crash if we are adding a qtversion while still loading the project.dt2009-07-171-7/+7
* New build and run settings ui.dt2009-07-1717-775/+390
* Add a checkbox for "Showing the compile output on build".dt2009-07-175-0/+16
* Add a clone wizard for version control (base classes + git/svn).Friedemann Kleint2009-07-1732-112/+1890
* Avoid vanishing close button in help side bar.con2009-07-171-4/+5
* Unify tool button appearance in "panelWidgets".con2009-07-1711-49/+3
* 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
* 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
* Use a list model in the edit color scheme dialogThorbjørn Lindeijer2009-07-163-53/+74
* Add "Delete all breakpoints/Delete breakpoints by file".Friedemann Kleint2009-07-162-45/+87
* 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
* Debugger: Remove unneeded expression for dumping QVector.Friedemann Kleint2009-07-161-9/+1