aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/system
Commit message (Expand)AuthorAgeFilesLines
* Shut down cleanly on SIGTERM and SIGINT•••SIGTERM is the standard way on POSIX for the OS to tell an application to close. It can be sent when the computer is shutting down or the user is logging off, as well as by the user, directly, or indirectly (e.g. by using a task manager). SIGINT is sent when the user presses Ctrl+C in a terminal window in which the program is running. In both of these cases, KVIrc should shut down cleanly, as if the user closed the main window. This implies flushing logs. By implementing SIGTERM and SIGINT handling on POSIX, this patch fixes the log files not being flushed on receiving such a signal, thus causing the last few lines to be lost. Gravatar Vladimir Panteleev2016-07-282-0/+170
* separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. Gravatar un1versal2016-06-143-3/+0
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-071-16/+16
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-14/+14
* Apply clang-formatGravatar Alexey Sokolov2016-04-298-374/+411
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-313-6/+6
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-288-8/+8
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-288-8/+8
* Kvi(Various).cpp Capitalization punctuation, typos fixesGravatar un1versal2015-10-221-6/+6
* Get rid of kvi_va_start_by_reference.•••If to use va_start with references, behavior is undefined. So, KVIrc used asm magic instead, which relied on how compiler generates code. As a result, KVIrc has been crashing on Windows when compiled for x86 using msvc2013. Instead, pass the last parameter by value, and use standard va_start. Gravatar Alexey Sokolov2015-08-151-29/+0
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- 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 Gravatar Robert Förster2014-11-212-10/+10
* - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-272-3/+1
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-221-0/+124
* fix a warning using clang; fix a wrong cmake variable used in fixup_bundle•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6164 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-05-071-1/+1
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••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 Gravatar Robert Förster2012-01-141-20/+0
* Start making sense out of KviLocale: split into separate files inside a new s...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5672 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-232-1304/+0
* Load translation catalogues 'on-the-fly' from the default locale directory•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5671 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-03-232-37/+57
* moed kvirc_force_locale from Qdir::home() to local configuration dir, so that...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5462 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-02-102-3/+4
* fix for vc++/kvilocale•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5357 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-142-18/+12
* fixed format strings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5339 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-111-4/+4
* more work killing QString helpers•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-102-18/+17
* killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-102-23/+26
* Possibly fix a compilation problem under windows•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5287 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-021-2/+2
* Fix a compilation error under windows•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5285 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-01-011-1/+5
* probable compilation fix for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5282 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-01-011-0/+1
* moved around some header hopefully minimizing recompilation times on small ch...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-315-14/+12
* reworder KviError stuff•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5266 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-12-301-2/+1
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-2910-10/+10
* Get rid of kvi_hstrEqualCIN file.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5246 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-281-3/+0
* More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-3/+3
* Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-274-32/+83
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-271-4/+4
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-2512-209/+221
* Reworked the text encoding menu: items are now macrogrouped, and a new "curre...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5216 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-212-120/+169
* merged egns's patch to enable painless msvc compilation, thank you!•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5091 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-191-1/+1
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••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 Gravatar Fabio Bas2010-08-316-19/+19
* cleaned code: removed all instances of debug•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-08-072-50/+50
* Fix #878•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4775 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-08-041-63/+70
* Rewrite parts of the regchan module in order to•••avoid the heavy usage of pointers. Add some new nice debug macros and tools. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-07-141-0/+9
* More addon related tweaks•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4522 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-261-2/+2
* removed old Qt3 wrappers;•••improved hungarian notation; added doxygen comments; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4260 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-04-181-3/+3
* reverted part of r3983, should fix #725•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3987 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-02-191-2/+0
* improved hungarian notation;•••fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3985 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-02-171-4/+4
* [KVIrc] (trunk) Code clean-ups.••• cppcheck ([0]) found quite a few errors and possible memory leaks. I've started to fix a few: - [./src/kvilib/file/kvi_fileutils.cpp:325]: (error) Mismatching allocation and deallocation: buf - [./src/kvilib/system/kvi_locale.cpp:817]: (possible error) Memory leak: c - [./src/kvirc/kernel/kvi_app_setup.cpp:709]: (possible error) Memory leak: cfgMainGroup - [./src/kvirc/kernel/kvi_app_setup.cpp:906]: (possible error) Memory leak: cfgMainGroup [0] http://sourceforge.net/projects/cppcheck/ git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3983 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2010-02-171-0/+4
* [KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2010-01-101-1/+1
* fix for #667•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3736 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-231-1/+16
* - trailing whitespace cleanups all over the place•••- removed charset dependent manpages since it really makes no sense to distribute them, they are getting installed in non standard places and one manpage per language is enough - added SpotChat to the serverdb, happens to be my network anyway :P (someone should remind me to check all the networks and servers there so we can do a cleanup if needed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3463 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2009-09-012-12/+12
* -pedantic compilation patch (fix for #526). Thanks to toma.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3413 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Bugslayer2009-08-163-4/+4
* [KVIrc] (trunk) Fixed spelling mistakes found by Lintian.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-08-061-1/+1
* improved hungarian notation;•••added missing tooltips; removed uselss definition of KviQCString git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-011-2/+2