From 407ebe69b3f7bd69e8a684dd291b514f46bd7530 Mon Sep 17 00:00:00 2001 From: con Date: Thu, 9 Apr 2009 18:15:10 +0200 Subject: [PATCH] Remove duplicates. --- dist/changes-1.1.0 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/changes-1.1.0 b/dist/changes-1.1.0 index 28e9f0c9b61..3fa27a9763c 100644 --- a/dist/changes-1.1.0 +++ b/dist/changes-1.1.0 @@ -18,9 +18,6 @@ Editing * Improved function argument hint. * More checkpoints in editor history. * Ctrl-click for jumping to a symbol definition. - * Context help for form editor widgets. - * Goto slot from form editor now works with multiple inheritance. - * Add signal/slot editor to form editor. * Improved open documents view (sorted, single-click, close buttons). * Copying text from the context help browser and output windows didn't work. @@ -36,7 +33,7 @@ Debugging no dumper buildstep anymore. * New dumper for std::set. Improved QString, QVariant, std::wstring * Make strategy to load shared objects configurable (auto-solib-add). - * Maximum stack depth configurable. + * Increase number of shown stack frames on request instead of loading them all. * Improved interaction in the Locals&Watchers view. Wizards @@ -48,6 +45,7 @@ Wizards Designer * Added signal/slot editor. * Fixed "Goto slot" (formatting/multiple inheritance). + * Context help for form editor widgets. Version control plugins * Fixed handling of colored git output.