aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_widget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-1/+1
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix #1419Gravatar Fabio Bas2013-10-131-1/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6360 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte ↵Gravatar Szymon Tomasz Stefanek2012-12-221-6/+6
| | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-4/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More on #1302Gravatar Markus Rennings2012-07-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6226 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix some indentation which got lost in the last commit.Gravatar Robert Förster2012-02-291-10/+10
| | | | | | someone with too much free time should fix all the files to be indented correctly (right...) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6087 17fca916-40b9-46aa-a4ea-0a15b648b75c
* I previously broke the objects module, this should fix itGravatar Fabio Bas2012-02-281-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6086 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-4/+4
| | | | | | | | This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on webview (wip) - some fixes around widgetsGravatar Noldor2011-12-071-18/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5991 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Removed unuseful debug msgGravatar Noldor2011-06-301-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5886 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some fixes in class sqlGravatar Noldor2011-06-281-5/+18
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5884 17fca916-40b9-46aa-a4ea-0a15b648b75c
* a common typo, isn't it? :)Gravatar wodim2011-05-151-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Objects module: fixed indentation (wip)Gravatar Fabio Bas2011-05-081-39/+34
| | | | | | | webview class: proper documentation misc: fixed errors and bad pratices found by lwlint git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5834 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code improvements in kvs classesGravatar Noldor2011-04-281-4/+45
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code improvements in the theme manager(wip)Gravatar Noldor2011-03-161-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5610 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on kvs class webviewGravatar Noldor2011-03-131-5/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5571 17fca916-40b9-46aa-a4ea-0a15b648b75c
* First public version of webkit kvs interfacing (wip)... missing docGravatar Noldor2011-03-121-24/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5565 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more memory leak huntingGravatar Szymon Tomasz Stefanek2011-02-221-5/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5502 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix more memory leaks aroundGravatar Szymon Tomasz Stefanek2011-02-211-135/+127
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5496 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed a global pointer;Gravatar Elvio Basello2011-01-061-4/+4
| | | | | | | more work on KDE notifier; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+2030
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c