aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
Commit message (Collapse)AuthorAgeFilesLines
...
* Some work on the wrapper classGravatar Szymon Tomasz Stefanek2014-12-313-106/+280
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6428 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix a bug in .dump()Gravatar Szymon Tomasz Stefanek2014-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6418 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Merge patch by TheReign.Gravatar Szymon Tomasz Stefanek2014-12-282-2/+2
| | | | | | | | | * Fixes an error in #if format * Fixes compiler warning of lone apostrophe on GNUC compilers git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6408 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-216-20/+20
| | | | | | | | | 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
* KVIrc Script: Rename alignment 'WordBreak' to 'Justify'Gravatar OmegaPhil2014-11-043-6/+9
| | | | | | | | Affects labels, hboxes and vboxes Fixes #1469 / https://svn.kvirc.de/kvirc/ticket/1469 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6393 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - added qt5 phonon support (windows doesn't seem to work, others were not ↵Gravatar Robert Förster2014-06-012-2/+6
| | | | | | | | | | | | tested yet) - fixed tabs in plist - wrapped #warning into __GNUC__ ifdef - partly revert r6370 the change was quite pointless - update to ExtUtils::ParseXS 3.24 and Devel::PPPort 3.24, also adding a define which the latter suggested - massive update to the numeric table, no function change, some of these make sense to implement, some don't, this commit is merely to complete the listing so i can figure something out, possibly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6381 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix #1468Gravatar Fabio Bas2014-03-301-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6375 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Doc updates for label class; kudos to OmegaPhilGravatar Fabio Bas2014-03-251-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6372 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - bump to QT 4.7 (we have no QT 4.8 specific code)Gravatar Robert Förster2014-02-271-8/+0
| | | | | | | - QT4 on MSVC still needs qtmain, the cmake policy does not apply there - fix perl on windows, remove activestate hack, we don't support that anymore git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 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
* fix sql object documentationGravatar wodim2013-05-071-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6329 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix help of functions in $objects. Thanks to alexzulu for the patch.Gravatar Alexey Sokolov2013-03-071-16/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6321 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix a typo introduced by the last commitGravatar Szymon Tomasz Stefanek2012-12-223-10/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6298 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-2215-48/+48
| | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed compilation with recent qt5 snapshots:Gravatar Fabio Bas2012-10-311-1/+5
| | | | | | | | * QWebKit has been renamed to QWebKitWidgets * QCleanlooksStyle is not included by default, use QFusionStyle instead This breaks compatibility with qt5-beta1, but beta2 should be right around the corner git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6280 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - update KviOsInfo with values from the winsdk8Gravatar Robert Förster2012-10-081-9/+0
| | | | | | | | | - rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - remove -Wl,--no-undefined "handling" as this is not something we should ↵Gravatar Robert Förster2012-10-051-2/+2
| | | | | | | | | "just do" (also, it broke append libs statements in a way i was too stupid to figure out) if we ever run into this again, try to fix it at its origin (which should be possible) - remove winmm hack now that append libs works - fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-6/+6
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More qt5 porting (qprinter and qftp), removed some warningsGravatar Fabio Bas2012-09-292-25/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6263 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix mingw32+automoc compilationGravatar Fabio Bas2012-09-292-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6261 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-34/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-2540-109/+80
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* kvs documentation fixesGravatar Fabio Bas2012-07-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6234 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More on #1302Gravatar Markus Rennings2012-07-092-22/+22
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6226 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Typos, thx to fiber in ticket #1302Gravatar Markus Rennings2012-07-095-26/+26
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6224 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Update documentation for painter::drawTextGravatar Szymon Tomasz Stefanek2012-06-091-7/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6179 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed 2 formt strings in object webviewGravatar Fabio Bas2012-04-101-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6137 17fca916-40b9-46aa-a4ea-0a15b648b75c
* single bugfix in webview object + a lot of make gcc happyGravatar Fabio Bas2012-04-082-3/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix some indentation which got lost in the last commit.Gravatar Robert Förster2012-02-298-32/+32
| | | | | | 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-2810-31/+31
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6086 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix compilation, thanks minde for noticing (CtrlAltCa <3)Gravatar wodim2012-02-273-3/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-2612-39/+39
| | | | | | | | 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
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-10/+0
| | | | | | | | proper SVN Props instead sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - use res files on msvc tooGravatar Robert Förster2012-01-132-138/+138
| | | | | | | - sprinkle around some svn eol-style props git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6049 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-012-6/+6
| | | | | | | | | | | | - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed - Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change - The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed - Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup - should fix #1221 and hopefully introduce little to no bugs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More boring fixes...Gravatar Noldor2011-12-282-14/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6007 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed compilation errorGravatar Noldor2011-12-272-8/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6005 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on webkit(wip)Gravatar Noldor2011-12-272-5/+29
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6004 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on webkitGravatar Noldor2011-12-182-40/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5994 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on webkit(wip)Gravatar Noldor2011-12-132-10/+98
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5992 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More work on webview (wip) - some fixes around widgetsGravatar Noldor2011-12-076-92/+394
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5991 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code cleanGravatar Noldor2011-12-022-70/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5990 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Improvements in class webview (w.i.p.)Gravatar Noldor2011-12-022-135/+450
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5989 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Quick fixGravatar Noldor2011-11-121-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5987 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some fix in kvs classesGravatar Noldor2011-11-124-29/+78
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5986 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix r1227Gravatar Fabio Bas2011-11-051-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5985 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix several typosGravatar wodim2011-09-031-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix typoGravatar wodim2011-08-071-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5922 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed popupmenu's highlightedEvent parameter valueGravatar Fabio Bas2011-07-252-5/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5915 17fca916-40b9-46aa-a4ea-0a15b648b75c
* $escape should not throw an error on empty strings (+ small compilation fix)Gravatar Fabio Bas2011-07-121-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5897 17fca916-40b9-46aa-a4ea-0a15b648b75c