summaryrefslogtreecommitdiff
path: root/src/gui/connectiondialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-14Add theming to labels.Andrei Karas1-1/+1
New theme file: label.xml Parameters: padding
2012-09-06Improve constructors in some classes.Andrei Karas1-0/+1
2012-08-27Add const to more classes.Andrei Karas1-4/+4
2012-08-17Fix code style.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+65
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.