aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
Commit message (Collapse)AuthorAgeFilesLines
...
* Code improvements in help window when using webkit(wip)Gravatar Noldor2011-03-136-9/+215
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5570 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some defines;Gravatar Elvio Basello2011-01-071-1/+1
| | | | | | | | more work on KDE notifier; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-018-98/+98
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-295-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-275-28/+28
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-262-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-255-17/+17
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #1029Gravatar Fabio Bas2010-12-081-3/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5180 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed loading help indexGravatar Fabio Bas2010-09-251-0/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5030 17fca916-40b9-46aa-a4ea-0a15b648b75c
* module help: removed modal progress dialog, implemented inline progress barGravatar Fabio Bas2010-09-194-67/+109
| | | | | | module logviewer: reworked a bit the progressbar git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5022 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-1/+1
| | | | | | | | fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
* avoid qsplitter children to collapse, since we already have buttons where ↵Gravatar Fabio Bas2010-08-092-0/+3
| | | | | | | | necessary (fixes #889); small fix to iograph: added sanity check to traffic counters git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4828 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixes for several memory leaks reported by valgrindGravatar Szymon Tomasz Stefanek2010-05-281-13/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4384 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #763Gravatar Fabio Bas2010-04-181-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4258 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed lcd object documentationGravatar Fabio Bas2010-03-191-15/+31
| | | | | | fixed help for local help files (script documentation) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4154 17fca916-40b9-46aa-a4ea-0a15b648b75c
* help: fixed not working /help commandline, texticons, (doc_ shortcuts)Gravatar Fabio Bas2010-03-081-0/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4113 17fca916-40b9-46aa-a4ea-0a15b648b75c
* final fix for #695, plus added missing po files for "python" and ↵Gravatar Fabio Bas2010-01-241-1/+2
| | | | | | "sharedfile" (notice to translators) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
* avoid a race condition on help indexingGravatar Fabio Bas2010-01-131-1/+1
| | | | | | avoid crashes due to kvikvsactions deleted while their internal script is still executing (happens because we clear() out menu popups at every show, and a user could get a popup shown before its code finishes executing) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3836 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed help module blank screen on index/search item selectionGravatar Fabio Bas2009-12-202-5/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3723 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied patches, thanks to KebianizaoGravatar Elvio Basello2009-12-174-539/+592
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3703 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #593 + free selection in help moduleGravatar Fabio Bas2009-10-243-17/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3572 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-309/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quite complicate fix for #517, had to workaround a qt4 bad behaviour.Gravatar Fabio Bas2009-08-311-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3441 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed unreadable help on dark themesGravatar Fabio Bas2009-08-291-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3435 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old options & code regarding window caption colorsGravatar Fabio Bas2009-07-191-12/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3353 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for a crash bug in help windowGravatar Fabio Bas2009-05-152-6/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3215 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-085-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ensure that all the modules that creates a window using g_pFrame->addWindow ↵Gravatar Fabio Bas2009-02-171-3/+6
| | | | | | closes the window using g_pFrame->closeWindow (that is a public member by now); This removes some remaining problems regarding mdichilds git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3080 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-084-19/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed malformed format strings, thanks to GlaDiaCGravatar Elvio Basello2008-10-151-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2734 17fca916-40b9-46aa-a4ea-0a15b648b75c
* finished help module; still a small problem on window focus after search ↵Gravatar Fabio Bas2008-09-265-91/+33
| | | | | | indexing git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2576 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Win VS projects cleanup.Gravatar Noldor2008-09-263-211/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2575 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed VS QT3 project files.Gravatar Noldor2008-09-261-191/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2574 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed some old references to qt3Gravatar Fabio Bas2008-09-251-3/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2571 17fca916-40b9-46aa-a4ea-0a15b648b75c
* update win projects + some compilation fixesGravatar Noldor2008-09-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2570 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on the help searchGravatar Fabio Bas2008-09-251-34/+43
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2569 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Noldor2008-09-251-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2568 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some fixes/improvements and code cleaning.Gravatar Noldor2008-09-251-16/+37
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2567 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from h to mGravatar Elvio Basello2008-09-185-6/+15
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2483 17fca916-40b9-46aa-a4ea-0a15b648b75c
* pop in some EOL and svn properties fixes.Gravatar Robert Förster2008-09-164-309/+309
| | | | | | | | | | | | - all textfiles were converted to unix line endings - svn:eol-style native has been set on that files so noone has to care about it again, now the svn client does take care of that, a checkout on unix will get unix lineendings, a checkout on windows will get windows lineendings - svn:executable fixup (some file had the executable bit set were they shouldn't) - svn:mime-type fixes for most of the files, which will probaly only affect trac in viewing that files - some typo fixup, the manpage seems to need some love, though. this will be pushed to the branches once i get to it today. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2469 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates win projects to vs 2008Gravatar Noldor2008-09-121-7/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2449 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 porting (misc + removing qt3 listview)Gravatar Fabio Bas2008-08-234-14/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2281 17fca916-40b9-46aa-a4ea-0a15b648b75c
* code cleanups: removed unused functions from KviApp class; removed ↵Gravatar Alexey Uzhva2008-08-013-34/+34
| | | | | | kvi_stringarray.cpp/h (never used); renamed KviValueList to QList and removed already empty kvi_valuelist.h; removed kvi_draganddrop.h - nobody actually using it git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2160 17fca916-40b9-46aa-a4ea-0a15b648b75c
* trashed kvi_styledcontrolsGravatar Fabio Bas2008-06-302-12/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed help module for win32/mingw (and probably msvc too)Gravatar Fabio Bas2008-06-243-14/+25
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1936 17fca916-40b9-46aa-a4ea-0a15b648b75c
* oh yeah, removed autotools!;Gravatar Elvio Basello2008-06-031-22/+0
| | | | | | | | | bumped sources date; cleaned up a bit kvi_settings.h; added -DVERBOSE to cmake rules; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1898 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation warnings Gravatar Fabio Bas2008-06-021-70/+70
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1894 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixGravatar Noldor2008-05-202-8/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1832 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more module help qt4 port (wip)Gravatar Noldor2008-05-203-24/+28
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1831 17fca916-40b9-46aa-a4ea-0a15b648b75c