emacs bindings: Allow Alt as Modifier key
[quassel.git] / src / uisupport / multilineedit.cpp
2010-05-01 Rüdiger Sonderfeldemacs bindings: Allow Alt as Modifier key
2010-05-01 Rüdiger Sonderfeldremoved C-left/right bindings (already available).
2010-05-01 Rüdiger Sonderfeldadded basic support for Emacs style key bindings
2010-05-01 Manuel NickschasDon't let the inputline eat application shortcuts
2010-04-01 Manuel NickschasWe hate uninitialized values
2010-03-04 Dirk Rettschlagfixed multiline paste again
2010-03-03 Dirk Rettschlagimplemented per chat history
2010-03-01 Dirk Rettschlagrefactor richtext to mirc code conversion to fix some...
2010-02-23 Dirk Rettschlagfixed multiline history
2010-02-16 Dirk Rettschlagfixed sending of pasted lines
2010-02-14 Manuel NickschasSome cleanups, debug output--
2010-02-14 Dirk Rettschlagfixed multiline input
2010-02-14 Dirk Rettschlagfixed layout and escape quotes
2010-02-14 Dirk Rettschlagfirst version of richtext support for input widget...
2010-02-14 Dirk Rettschlagadded support for RichText input and conversion to...
2009-09-28 Sebastian GothSend text on shift+return in SingleLine mode
2009-09-18 Daniel Albersmake topicWidget capable of unsetting the topic
2009-09-12 Manuel NickschasEnsure cursor is visible after text changes in MultiLin...
2009-08-26 Manuel NickschasMake multiline input configurable
2009-08-24 Manuel NickschasDon't wrap the input line (really this time!)
2009-08-22 Manuel NickschasDon't enable wordwrap for the input widget
2009-08-21 Manuel NickschasSlightly improve behavior on resize
2009-08-21 Manuel NickschasRename setters to be more Qt-like
2009-08-18 Manuel NickschasAdd a settingspage for configuring the input widget
2009-08-18 Manuel NickschasBring back old inputline history behavior
2009-08-17 Manuel NickschasImprove inputline behavior
2009-08-16 Manuel NickschasBuild on Qt 4.4 again
2009-08-16 Manuel NickschasIntroduce multi-line editing for the inputline