Initialize variable
[quassel.git] / src / uisupport /
2010-05-01 Manuel NickschasInitialize variable
2010-05-01 Rüdiger Sonderfeldemacs bindings: added default case to be consistend
2010-05-01 Rüdiger Sonderfeldemacs bindings: added M-t (transpose words)
2010-05-01 Rüdiger Sonderfeldemacs bindings: added M-u/l/c (upper/lower/capitalize...
2010-05-01 Rüdiger Sonderfeldemacs bindings: added M-d (kill word)
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 NickschasImprove marker line behavior; allow manual setting...
2010-05-01 Manuel NickschasDon't let the inputline eat application shortcuts
2010-04-24 Marcus EggenbergerBufferViewOverlay now correctly respects filtering...
2010-04-13 Manuel NickschasReplace tab characters by 8 spaces
2010-04-13 Manuel NickschasStop RFC-violating IRC servers from crashing quassel
2010-04-05 Manuel NickschasRevert "Reset the BufferViewFilter after setting a...
2010-04-01 Manuel NickschasWe hate uninitialized values
2010-03-14 Manuel NickschasReset the BufferViewFilter after setting a new config
2010-03-11 Thomas Muellerfixes 898
2010-03-09 Manuel NickschasProperly clean up after disconnecting
2010-03-09 Manuel NickschasRevert "Remove the workaround for the #663 Heisenbug...
2010-03-07 Manuel NickschasRemove the workaround for the #663 Heisenbug again
2010-03-04 Dirk Rettschlagfixed multiline paste again
2010-03-03 Manuel NickschasSelect the first buffer on connect
2010-03-03 Johannes Huberadded max count to delete confirm dialog
2010-03-03 Johannes Huberadded pwd input to join channel dlg
2010-03-03 Manuel NickschasSome fixups for the per-chat history stuff
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 Manuel NickschasRefactor the system tray's context menu
2010-02-16 Manuel NickschasDon't crash on Windows (again)
2010-02-16 Roscoe van WykFixed QssParser::parseFontSize regex
2010-02-16 Dirk Rettschlagfixed sending of pasted lines
2010-02-16 Manuel NickschasDon't crash on windows
2010-02-16 Manuel NickschasMore systray refactoring
2010-02-14 Hendrik LeppkesAdjust URL RegEx to allow for domain names ending with...
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...
2010-02-14 Hendrik LeppkesStore the type of the current tab completion (user...
2010-02-14 Hendrik LeppkesAllow the TabCompleter to complete channel names as...
2010-02-14 Manuel NickschasImprove systray activation behavior; more refactoring
2010-01-31 Daniel Albersrecognise IPv6 literals in URLs as per RFC 2732
2010-01-31 Daniel Alberstweak URL regex
2010-01-31 Sebastian GothAdapt chatview and nickview to join-and-switch
2010-01-06 Daniel Albersremove "|" from URL RegExp
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2009-12-01 Manuel NickschasRefactorize settingspages a bit
2009-11-09 Manuel NickschasMake sure NickView::customEvent() has a valid model
2009-09-29 Manuel NickschasEscape % in the user name
2009-09-28 Sebastian GothSend text on shift+return in SingleLine mode
2009-09-22 Manuel NickschasMake the "Allow colored text" option work
2009-09-21 Sebastian GothAllow tab completion of nicks after various chars
2009-09-18 Daniel Albersmake topicWidget capable of unsetting the topic
2009-09-15 Manuel NickschasEscape % in hostnames
2009-09-14 Sebastian GothLess is more is better contextmenu
2009-09-14 Sebastian GothHiding Quits/Joins also hides netsplit quits/joins...
2009-09-13 Sebastian GothVarious ignorelist fixes
2009-09-13 Sebastian GothProvide a contextmenu for the ignore list
2009-09-13 Sebastian GothPimp my netsplit detection
2009-09-12 Manuel NickschasEnsure cursor is visible after text changes in MultiLin...
2009-09-11 Manuel NickschasProperly translate messages
2009-09-09 Daniel Albersimprove URI detection
2009-09-09 Daniel Albersawww... is not a url
2009-09-09 Manuel NickschasSlightly improve placement of the text in the topic...
2009-09-08 Manuel NickschasAllow configuring the resizing mode for StyledLabel
2009-08-27 Manuel Nickschaswarnings--
2009-08-27 Manuel NickschasFix strings (Buffer -> Chat)
2009-08-26 Manuel NickschasMake multiline input configurable
2009-08-26 Marcus Eggenbergerif it compiles it should fix the new missing query...
2009-08-25 Manuel NickschasFix some strings still containing 'Buffer'
2009-08-25 Manuel NickschasMove stylesheets into $datadir/stylesheets; add m4yer...
2009-08-25 Marcus EggenbergerGetting rid of empty/ghost server buffers
2009-08-25 Manuel NickschasMake URLs (and channel names!) in the topic widget...
2009-08-25 Manuel NickschasIntroduce Clickable::activate() to put handling clicks...
2009-08-25 Manuel NickschasTry workarounding bug #663 ("Teh Systray Heisenbug")
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-08-24 Marcus EggenbergerGoodbye SyncRelay, you will live on in our hearts...
2009-08-24 Manuel NickschasFix QSS syntax
2009-08-24 Sebastian GothMake netsplits pretty on clientside
2009-08-24 Manuel NickschasDon't wrap the input line (really this time!)
2009-08-22 Manuel NickschasMove Clickable out of ContentsChatItem
2009-08-22 Manuel NickschasDon't enable wordwrap for the input widget
2009-08-21 Manuel NickschasIntroducing StyledLabel
2009-08-21 Manuel NickschasAdd ResizingStackedWidget
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 NickschasDon't show the header widget in bufferviews
2009-08-16 Manuel NickschasIntroduce multi-line editing for the inputline
2009-08-12 Manuel NickschasDon't merge all custom formats with the base format
2009-08-12 Manuel NickschasMake all color values work
2009-08-11 Manuel NickschasMake URLs stylable and fix on-hover underline
2009-08-10 Manuel NickschasDon't set application stylesheet if no Qt-specific...
2009-08-09 Marcus Eggenbergershame on me...
2009-08-08 Marcus Eggenbergerfixes #764 - client crashes on lines from nicks like...
next