aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str/libkvistr.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* More memory leaks fixesGravatar Noldor2010-07-311-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4723 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix in classeditorGravatar Noldor2010-05-171-4/+47
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4334 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed $str.match() behaviourGravatar Elvio Basello2010-02-231-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4018 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved case sensitivity as optional parameterGravatar Elvio Basello2010-01-271-14/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3908 17fca916-40b9-46aa-a4ea-0a15b648b75c
* damn, shame on me.. fixed str moduleGravatar Elvio Basello2010-01-271-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3906 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2010-01-271-4/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3905 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix compilationGravatar Noldor2010-01-271-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3904 17fca916-40b9-46aa-a4ea-0a15b648b75c
* ok, this commit surely breaks retrocompatibility:Gravatar Elvio Basello2010-01-271-457/+211
| | | | | | | | - merged case (in)sensitive functions; - fixed replace function: now the parameters are in correct order; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3903 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 .contains and .containsnocaseGravatar Noldor2010-01-211-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3863 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #690Gravatar Fabio Bas2010-01-171-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3843 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked namespace KviQString;Gravatar Elvio Basello2009-12-051-2/+2
| | | | | | | | | improved hungarian notation; added Doxygen comments; added TODO for hungarian notation: keep it updated! git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3666 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixesGravatar Elvio Basello2009-11-161-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3616 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #605; debian-based distros needs libcrypto++ >= 5.5.2-1Gravatar Fabio Bas2009-11-121-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3598 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Fixed spelling mistakes found by Lintian.Gravatar Kai Wasserbäch2009-08-061-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed code completer and str module docGravatar Noldor2009-08-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3400 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Reduce templ. class to templ. function.Gravatar Kai Wasserbäch2009-07-221-41/+26
| | | | | | | | | Though I plan to create a CryptoPP template class to reduce the lines of code, there is no need for the class in the trunk in this file at the moment. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3366 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Move repeated code to (small) template class.Gravatar Kai Wasserbäch2009-07-221-69/+48
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3365 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Merge changes for $str.digest.Gravatar Kai Wasserbäch2009-07-191-8/+147
| | | | | | | Merge the changes for $str.digest from branches/curan/no_embedded_lib_code back into the trunk. Compiles and WFM. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3354 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
* Fixed segfault in str moduleGravatar Noldor2009-01-201-1/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3021 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed a typo in the "my" documentationGravatar Fabio Bas2008-11-291-3/+17
| | | | | | patched $str.grep to be able to return the matched subpatterns in a regexp (#289) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2930 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed default of ?d format string, thank you Rasqual for niticingGravatar Fabio Bas2008-11-111-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2845 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully removed all the remaining noisy messages from gccGravatar Fabio Bas2008-11-081-22/+21
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
* get rid of QString::null; added doxygen comments;Gravatar Elvio Basello2008-10-101-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2681 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from n to the end;Gravatar Elvio Basello2008-09-181-1/+1
| | | | | | | | | please, when you create a new file or edit an old one, don't simply copy/paste the license from an other file, but adjust the infos in it (author, datetime, license owner) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c
* other small fixesGravatar Noldor2008-09-121-2/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2448 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed module identity chrisisGravatar Fabio Bas2008-08-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2348 17fca916-40b9-46aa-a4ea-0a15b648b75c
* mingw32: fixed module compilation up to kvirijndael; added some installation ↵Gravatar Fabio Bas2008-05-281-1/+1
| | | | | | rules to test git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 port commit :) (modules) (wip)Gravatar Noldor2008-05-151-46/+46
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1786 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added kvi_tal_listwidget and kvi_tal_itemdelegates + some fixes Gravatar Noldor2008-05-051-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1678 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed QT3 QString stuff (wip). Need test.Gravatar Noldor2008-04-131-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1476 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more code clean; small portingGravatar Elvio Basello2008-04-061-25/+24
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1412 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some little fixes around;Gravatar Elvio Basello2008-03-041-200/+200
| | | | | | | | fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix for ticket no 39Gravatar Szymon Tomasz Stefanek2008-03-011-1/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1175 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed a few remainingGravatar Elvio Basello2007-10-201-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@871 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More Qt4 port and some small fixesGravatar Szymon Tomasz Stefanek2007-02-201-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@351 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed doc;Gravatar Elvio Basello2007-01-221-1/+1
| | | | | | | added sha1 command git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* First step in the Qt 4.x portGravatar Szymon Tomasz Stefanek2007-01-161-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@174 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+2320
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@14 17fca916-40b9-46aa-a4ea-0a15b648b75c