Older
-
r600
(Numeric message (whois) handling improvements
) committed by jpnurmi
- Numeric message (whois) handling improvements
Numeric message (whois) handling improvements
-
r599
(Added tab (up/down/left/right) shortcuts to settings
) committed by jpnurmi
- Added tab (up/down/left/right) shortcuts to settings
Added tab (up/down/left/right) shortcuts to settings
-
r598
(Added swipe gestures to tab widgets.
) committed by jpnurmi
- Added swipe gestures to tab widgets.
Added swipe gestures to tab widgets.
-
r597
(Added missing resources/screenshot.png (for Wiki pages)
) committed by jpnurmi
- Added missing resources/screenshot.png (for Wiki pages)
Added missing resources/screenshot.png (for Wiki pages)
-
r596
(Fixed a signal-slot connection from MessageView's context me...) committed by jpnurmi
- Fixed a signal-slot connection from MessageView's context menu to buffer's session, thanks JackJoke
Fixed a signal-slot connection from MessageView's context menu to buffer's session, thanks JackJoke
-
r595
(Fixed help and revised commands.
) committed by jpnurmi
- Fixed help and revised commands.
Fixed help and revised commands.
-
r594
(Refactored to take the new buffer based lib into use.
) committed by jpnurmi
- Refactored to take the new buffer based lib into use.
Refactored to take the new buffer based lib into use.
-
r593
(Attempt to fix auto scrolling: added TextBrowser::scrollToBo...) committed by jpnurmi
- Attempt to fix auto scrolling: added TextBrowser::scrollToBottom() and called it asynchronously in
resizeEvent().
Attempt to fix auto scrolling: added TextBrowser::scrollToBottom() and called it asynchronously in
resizeEvent().
-
r592
(Finished tab animation.
) committed by jpnurmi
- Finished tab animation.
-
r591
(Working on tab animation support.
) committed by jpnurmi
- Working on tab animation support.
Working on tab animation support.
-
r590
(Added basic proxy support in form of a command line argument...) committed by jpnurmi
- Added basic proxy support in form of a command line argument.
Added basic proxy support in form of a command line argument.
-
r589
(Restore tab highlight properly when appropriate, after stopp...) committed by jpnurmi
- Restore tab highlight properly when appropriate, after stopping tab alert.
Restore tab highlight properly when appropriate, after stopping tab alert.
-
r588
(Worked around the link activation merge char format bug.
) committed by jpnurmi
- Worked around the link activation merge char format bug.
Worked around the link activation merge char format bug.
-
r587
(Fixed to compile, but lots of things to do.) committed by jpnurmi
- Fixed to compile, but lots of things to do.
Fixed to compile, but lots of things to do.
-
r586
(Revised .pro files.) committed by jpnurmi
- Revised .pro files.
-
-
r584
(Renamed gui->client :)) committed by jpnurmi
- Renamed gui->client :)
-
r583
(Renamed src->gui.) committed by jpnurmi
- Renamed src->gui.
-
r582
(Revised backend.pro) committed by jpnurmi
- Revised backend.pro
-
-
-
-
r578
(Imported libircclient-qt/branches/buffer-prototype.
) committed by jpnurmi
- Imported libircclient-qt/branches/buffer-prototype.
Imported libircclient-qt/branches/buffer-prototype.
-
r577
(Added a branch for buffer-based prototype.
) committed by jpnurmi
- Added a branch for buffer-based prototype.
Added a branch for buffer-based prototype.
-
r576
(Fixed a typo in ViewHandler::findViews().
) committed by jpnurmi
- Fixed a typo in ViewHandler::findViews().
Fixed a typo in ViewHandler::findViews().
-
r575
(Fixed /nick.
) committed by jpnurmi
- Fixed /nick.
-
r574
(Fixed a compilation warning.
) committed by jpnurmi
- Fixed a compilation warning.
Fixed a compilation warning.
-
r573
(Fixed regexps in MessageView::append() #2.) committed by jpnurmi
- Fixed regexps in MessageView::append() #2.
Fixed regexps in MessageView::append() #2.
-
r572
(Fixed regexps in MessageView::append().) committed by jpnurmi
- Fixed regexps in MessageView::append().
Fixed regexps in MessageView::append().
-
r571
(Use style sheet selectors to avoid having side effects like ...) committed by jpnurmi
- Use style sheet selectors to avoid having side effects like ugly scroll bars.
Use style sheet selectors to avoid having side effects like ugly scroll bars.
-
r570
(Fixed ViewHandler::findViews() logic.) committed by jpnurmi
- Fixed ViewHandler::findViews() logic.
Fixed ViewHandler::findViews() logic.
-
r569
(Added missing resource.) committed by jpnurmi
- Added missing resource.
-
r568
(Test CIA message (updated INSTALL).) committed by jpnurmi
- Test CIA message (updated INSTALL).
Test CIA message (updated INSTALL).
-
r567
(Convert topic message to HTML as well.) committed by jpnurmi
- Convert topic message to HTML as well.
Convert topic message to HTML as well.
-
r566
(Convert topic message to HTML as well.) committed by jpnurmi
- Convert topic message to HTML as well.
Convert topic message to HTML as well.
-
r565
(Cleaned up obsolete commented out code.) committed by jpnurmi
- Cleaned up obsolete commented out code.
Cleaned up obsolete commented out code.
-
r564
(Changed SessionTabWidget to use ViewHandler and Session::res...) committed by jpnurmi
- Changed SessionTabWidget to use ViewHandler and Session::resolveTarget().
Changed SessionTabWidget to use ViewHandler and Session::resolveTarget().
-
r563
(Added ViewHandler.) committed by jpnurmi
- Added ViewHandler.
-
r562
(Ripped off nick context menu from MessageView to Menu.) committed by jpnurmi
- Ripped off nick context menu from MessageView to Menu.
Ripped off nick context menu from MessageView to Menu.
-
r561
(Removed an unnecessary rehighlight() call.) committed by jpnurmi
- Removed an unnecessary rehighlight() call.
Removed an unnecessary rehighlight() call.
-
r560
(Ripped off search functionality from MessageView to FindFram...) committed by jpnurmi
- Ripped off search functionality from MessageView to FindFrame.
Ripped off search functionality from MessageView to FindFrame.
-
-
r558
(Ripped off completer functionality from MessageView to Compl...) committed by jpnurmi
- Ripped off completer functionality from MessageView to Completer.
Ripped off completer functionality from MessageView to Completer.
-
r557
(Simplified MessageView::receiveMessage().) committed by jpnurmi
- Simplified MessageView::receiveMessage().
Simplified MessageView::receiveMessage().
-
r556
(Added support for changing message colors on the fly.) committed by jpnurmi
- Added support for changing message colors on the fly.
Added support for changing message colors on the fly.
-
r555
(Reverted back to the old fully standalone NickHighlighter.) committed by jpnurmi
- Reverted back to the old fully standalone NickHighlighter.
Reverted back to the old fully standalone NickHighlighter.
-
r554
(Removed left-over debug include.) committed by jpnurmi
- Removed left-over debug include.
Removed left-over debug include.
-
r553
(Fixed NickHighlighter to match whole words.) committed by jpnurmi
- Fixed NickHighlighter to match whole words.
Fixed NickHighlighter to match whole words.
-
r552
(Use Session instead of Irc::Session.) committed by jpnurmi
- Use Session instead of Irc::Session.
Use Session instead of Irc::Session.
-
r551
(Added Session, which hides Irc::Session and can handle Conne...) committed by jpnurmi
- Added Session, which hides Irc::Session and can handle Connection.
Added Session, which hides Irc::Session and can handle Connection.
|