aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/libkvihelp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-10/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-3/+3
| | | | | | 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
* 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
* 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
* fixed help module blank screen on index/search item selectionGravatar Fabio Bas2009-12-201-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3723 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied patches, thanks to KebianizaoGravatar Elvio Basello2009-12-171-2/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3703 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-081-1/+1
| | | | 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-081-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* finished help module; still a small problem on window focus after search ↵Gravatar Fabio Bas2008-09-261-71/+20
| | | | | | indexing git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2576 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-181-1/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2483 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 porting (misc + removing qt3 listview)Gravatar Fabio Bas2008-08-231-6/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2281 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed help module for win32/mingw (and probably msvc too)Gravatar Fabio Bas2008-06-241-8/+12
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1936 17fca916-40b9-46aa-a4ea-0a15b648b75c
* better file loadingGravatar Fabio Bas2008-05-011-8/+20
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1636 17fca916-40b9-46aa-a4ea-0a15b648b75c
* indented code...Gravatar Elvio Basello2008-04-261-22/+10
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1599 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more qt4 port (renamed QT3 stuff))Gravatar Noldor2008-04-211-3/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1547 17fca916-40b9-46aa-a4ea-0a15b648b75c
* permit again loading of html help files out of the main kvirc help directoryGravatar Fabio Bas2008-04-201-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1541 17fca916-40b9-46aa-a4ea-0a15b648b75c
* porting help module (wip)Gravatar Fabio Bas2008-04-201-18/+16
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1539 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixes for other ticketsGravatar Szymon Tomasz Stefanek2008-03-131-4/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1214 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some little fixes around;Gravatar Elvio Basello2008-03-041-2/+2
| | | | | | | | fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More alternate port to Qt4: no longer relying on Qt collection classesGravatar Szymon Tomasz Stefanek2008-01-151-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1085 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt4 port and some small fixesGravatar Szymon Tomasz Stefanek2007-02-201-0/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@351 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Theme management stuff and other tricksGravatar Szymon Tomasz Stefanek2006-12-301-4/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@75 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+230
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c