Properly handle whitespace in script paths
[quassel.git] / src / client /
2009-03-14 Manuel NickschasProperly handle whitespace in script paths
2009-03-14 Manuel NickschasProperly handle \r and \n
2009-03-13 Jesper ThomschützCatch recursion in message logger.
2009-03-13 Manuel NickschasChange signal names in ExecWrapper to not collide with...
2009-03-13 Manuel NickschasUse correct encoding (system locale) for processing...
2009-03-13 Manuel NickschasExecWrapper tweaks
2009-03-13 Manuel NickschasEmpty output buffers on script termination
2009-03-13 Manuel NickschasIntroduce /exec support for running simple client-side...
2009-03-13 Manuel NickschasMove the client's AliasManager into Client
2009-03-13 Manuel NickschasAdd MessageModel::insertErrorMessage()
2009-03-13 Manuel NickschasMoving alias expansion yet again - this time into Alias...
2009-03-13 Manuel NickschasInitialize ClientUserInputHandler in init() rather...
2009-03-13 Manuel NickschasMove alias handling into the client
2009-02-28 Manuel NickschasRename NickCompletionSettings to TabCompletionSettings
2009-02-25 Manuel NickschasUpdate IrcUser's lastChannelActivity timestamp if she...
2009-02-25 Manuel NickschasIntroduce ClientUserInputHandler
2009-02-25 Manuel NickschasMove nick completion suffix setting from UiSettings...
2009-02-17 Marcus Eggenbergerworaround for old bufferviews that had colors disabled
2009-02-17 Marcus Eggenbergerminor improvements to automatic buffer selection
2009-02-17 Marcus Eggenbergerdisabling global unread requester
2009-02-17 Marcus EggenbergerThe BufferSyncer cache is now purged when an unknown...
2009-02-17 Marcus Eggenberger/* no comment */
2009-02-17 Marcus Eggenbergerfixes #543
2009-02-15 Marcus Eggenbergerfixes #542 - show identities and network settings on...
2009-02-10 Marcus EggenbergerLock Dock Positions has been replaced by Lock Layout
2009-02-09 Marcus Eggenbergeractivity updates respect now the redirection settings
2009-02-06 Marcus Eggenbergerfixing crash on disconnect
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-02-05 Marcus EggenbergerFixes #410 - away log (you'll find it in the views...
2009-02-05 Marcus Eggenbergerproper edit role for query buffers
2009-02-04 Marcus Eggenbergerfixes #448 - progress indicator for backlog
2009-02-03 Manuel NickschasFix #endif. AGAIN. -.-
2009-02-03 Marcus Eggenbergerfixes #513 - crash when connection fails
2009-02-02 Marcus EggenbergerFixes #510 - Network item shows wrong buffer
2009-02-01 Marcus Eggenbergerfixing some irregularities in the clientsyncer
2009-02-01 Marcus Eggenbergernaming conventions++
2009-01-29 Marcus EggenbergerYou can now add a core to the known hosts.
2009-01-28 Marcus EggenbergerQuassel warns you now properly about SSL Errors
2009-01-26 Marcus Eggenbergerunifying the tooltips of network and status buffer
2009-01-18 Marcus Eggenbergerfixing a client crash that could occur when processing...
2009-01-14 Marcus Eggenbergerfixes #484 - issues with ssl status indicator
2009-01-13 Manuel NickschasAutomatically create networks and buffers specified...
2009-01-13 Marcus EggenbergerInternal changes to message redirection. As a side...
2009-01-13 Marcus EggenbergerReducing the overhead between ChatlineModelItem and...
2009-01-13 Marcus Eggenbergerquassel no longer allocates an MessageItem on the heap...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus Eggenbergeroops
2009-01-11 Marcus EggenbergerYou can now apply the current settings for hiding event...
2009-01-11 Marcus Eggenbergerthe network item now shows the activity of the status...
2009-01-11 Marcus EggenbergerDefault identity is now created by the client, if no...
2009-01-11 Marcus Eggenbergerwhen renaming a buffer to a matching known irc user...
2009-01-11 Manuel NickschasDon't make the user category item selectable in the...
2009-01-09 Marcus Eggenbergerfixing cmake files
2009-01-09 Marcus EggenbergerQuassel no longer gets a nervous breakdown when you...
2009-01-06 Marcus Eggenbergerfixing wrong usage of QList::erase(QList::iterator...
2009-01-05 Marcus Eggenbergerdon't display processing time for empty message list
2009-01-05 Marcus EggenbergerThe new 'All Buffers' view is no properly presorted.
2009-01-05 Marcus EggenbergerAll Buffers is dead! Long live All buffers!
2009-01-04 Marcus EggenbergerThe Monolithic build behaves now like a regular IRC...
2009-01-04 Marcus EggenbergerRemoving core related items from menu and statusbar
2008-12-30 Marcus Eggenbergerfixing a big oopsie that would cause the creation of...
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-12-29 Marcus Eggenbergeryou can now rename query buffers
2008-12-29 Marcus Eggenbergerrecreating some indexes that were lost in an upgrade
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-12-14 Manuel NickschasMaking channel names clickable
2008-12-04 Manuel NickschasAdding nick context menu actions to NetworkModelActionP...
2008-12-04 Manuel NickschasProperly return pointers for IrcUserRole and IrcChannelRole
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-12-01 Manuel NickschasAdd IrcChannelRole to NetworkModel
2008-12-01 Manuel NickschasMake NetworkModel::bufferId() a bit more efficient...
2008-12-01 Manuel NickschasAdd missing roles to IrcUserItem
2008-11-30 Manuel NickschasAdd AbstractActionProvider and accessors to AbstractUi
2008-11-30 Manuel NickschasMake set of contained buffers accessible
2008-11-30 Manuel NickschasMake Client::mainUi() accessible, needed for some thing...
2008-11-30 Manuel NickschasAdd IrcUserRole to NetworkModel for getting the IrcUser...
2008-11-30 Manuel NickschasCapitalize NetworkModel::ItemType for consistency with...
2008-11-29 Marcus Eggenbergermaking the requester type configurable
2008-11-29 Marcus Eggenbergeradding new backlog requesters
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-11-29 Marcus Eggenbergerpostponed backlog loading until custom views are loaded...
2008-11-20 Manuel NickschasAdd method to search for a buffer with a given name...
2008-11-20 Marcus Eggenbergerproperly saving the layout when using the internal...
2008-11-17 Marcus Eggenbergeryou can now disable the web previews and user state...
2008-11-17 Marcus Eggenbergerfixing BR #219... again...
2008-11-15 Manuel NickschasStrip mIRC format codes from topic tooltip, fixing...
2008-11-14 Marcus EggenbergerProperly updating the new message marker on buffer...
2008-11-13 Marcus EggenbergerImpelementing proper message redirection.
2008-11-13 Marcus EggenbergerActivity level is now properly handled for the currentl...
2008-11-06 Marcus Eggenbergerfixing an issue where a network could be created twice...
2008-11-06 Marcus Eggenbergershowing fatal messages on stderr again (client only)
2008-11-04 Marcus Eggenbergerfixing dupe messages
2008-11-04 Marcus Eggenbergerfixing a bug where quit messages from different network...
2008-11-03 Marcus Eggenbergermore debug output
2008-11-03 Marcus Eggenbergerdebug output in the client is also written to stderr now
2008-11-03 Marcus EggenbergerFixing BR #219 - show status buffer when the network...
2008-11-01 Marcus Eggenbergerbetter handling of log messages (internal stuff only)
2008-10-31 Marcus EggenbergerFixing BR #170 - show quit messages in query buffers
next