- Sep 10, 2009
-
-
con authored
-
- Sep 09, 2009
-
-
mae authored
selection (if there is one)
-
mae authored
actual whitespace when the indentation column changes. Complete whitespace cleanup can still be done either automatically on save (when configured) or when explicitely called with the "Clean Whitespace" action from Edit/Advanced.
-
mae authored
- when doing backspace, preserve the previous indentation litterally - when having auto-indentation turned off, simply repeat the previous indentation litterally instead of jumping to 0
-
- Sep 08, 2009
-
-
Thorbjørn Lindeijer authored
For implementing mouse navigation in the QML editor.
-
- Sep 07, 2009
-
-
mae authored
void main() { { } int i; }
-
- Sep 02, 2009
-
-
Thorbjørn Lindeijer authored
-
- Aug 26, 2009
-
-
Thorbjørn Lindeijer authored
-
- Aug 25, 2009
-
-
con authored
-
- Aug 20, 2009
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
mae authored
StartOfLine/StartOfBlock. Eventually we want to switch all that to actions, so we can have unix-style input also on the mac and vice versa by setting different keybinding schemes.
-
- Aug 05, 2009
-
-
con authored
Task-number: 258468
-
- Aug 03, 2009
-
-
mae authored
paragraph, even when it has several lines.
-
- Jul 31, 2009
-
-
Friedemann Kleint authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jul 23, 2009
-
-
Thorbjørn Lindeijer authored
Otherwise it would refer explicitly to closing without saving in some cases, which isn't really suitable here.
-
con authored
Task-number: 258302
-
- Jul 22, 2009
-
-
Thorbjørn Lindeijer authored
By splitting out the confirmation to a different slot, so that the dialog can be window-modal. Also changed from Yes/No button to Cancel/Delete button, which is clearer to the user. Reviewed-by: Norwegian Rock Cat
-
mae authored
-
- Jul 21, 2009
-
-
Thorbjørn Lindeijer authored
Reminded by con.
-
Thorbjørn Lindeijer authored
Suggested by dt.
-
Henrik Abelsson authored
Reviewed-by: Thorbjørn Lindeijer
-
Henrik Abelsson authored
Reviewed-by: Thorbjørn Lindeijer
-
Thorbjørn Lindeijer authored
-
Henrik Abelsson authored
Merge-request: 882 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jul 20, 2009
-
-
Thorbjørn Lindeijer authored
Due to multiplying by a factor, it failed to really make any difference. Done with mae.
-
Thorbjørn Lindeijer authored
Based on a window-modal input dialog, so that it appears as a sheet on the Mac. Reviewed-by: Norwegian Rock Cat
-
Thorbjørn Lindeijer authored
With the new representation it fits fine, and this is a bit more convenient for the user.
-
mae authored
-
- Jul 17, 2009
-
-
Thorbjørn Lindeijer authored
This is to make some room for embedding the color scheme editing back in the options dialog.
-
Thorbjørn Lindeijer authored
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.
-
- Jul 16, 2009
-
-
con authored
-
Thorbjørn Lindeijer authored
Now the foreground color, background color and the font of different color scheme categories are displayed directly in the list.
-
Thorbjørn Lindeijer authored
Makes everything look a lot nicer. :-)
-
Thorbjørn Lindeijer authored
-
- Jul 15, 2009
-
-
Thorbjørn Lindeijer authored
Fixes the issue where it would stay the color of the previous color scheme until you change the cursor position.
-
Thorbjørn Lindeijer authored
The creation of the styles directory was in two places and the importing of an old customized style didn't have any safety when the name 'customized.xml' already existed.
-
Thorbjørn Lindeijer authored
Not all colors inherit the color from the standard text. For example line number colors.
-