aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mircimport
Commit message (Collapse)AuthorAgeFilesLines
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-281-6/+6
| | | | keyword.
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-291-0/+0
|
* Cleanup included filesGravatar IceN9ne2016-10-282-5/+8
|
* various: add collumn width, read labelsGravatar un1versal2016-06-281-1/+1
|
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-081-15/+0
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-15/+15
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-292-84/+102
|
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-2/+2
| | | | | | to improve entries + add window title to find and replace dialog
* libkvimircimport: remove center formatting and fix window titleGravatar un1versal2016-02-021-5/+5
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-282-2/+2
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-1/+1
|
* cleanup - move kvi_mircimport.png to right directoryGravatar uNiversaI2015-09-011-0/+0
| | | | | and remove file(s) from wrong directory kvi_dock_win32-0 exists in other directory and will be copied in later during install.
* File dialogs seem to always require a parent. Without it Qt5 enters in a ↵Gravatar Szymon Tomasz Stefanek2015-08-251-1/+2
| | | | kind of modal loop that prevents user from interacting with the whole application.
* Fix modality of option dialogsGravatar Szymon Tomasz Stefanek2015-08-241-0/+1
|
* - some fixing for cmake 3Gravatar Robert Förster2014-02-271-3/+0
| | | | | | | | - 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
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-043-24/+24
| | | | | | 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
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-6/+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-251-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-143-25/+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
* removed old helper functionsGravatar Elvio Basello2011-02-081-6/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5436 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-4/+3
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add alternative network-specific and server-specific nicknames. Also a lot ↵Gravatar Szymon Tomasz Stefanek2011-01-101-3/+3
| | | | | | of KviIrcServer related cleanups. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5322 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-292-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-272-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 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-252-9/+9
| | | | | | 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
* server handling: avoid to pick up the first available server from the first ↵Gravatar Fabio Bas2010-06-041-0/+2
| | | | | | | | available network: open up the server list instead; other small fixes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4421 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
* [KVIrc] (trunk) Fixed some spelling mistakes found by Lintian.Gravatar Kai Wasserbäch2010-01-101-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3829 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed visual studio projects: they are outdated and a better version can ↵Gravatar Fabio Bas2009-09-011-254/+0
| | | | | | be created using cmake git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3451 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updates FSF address, thanks to Kebianizao for noticingGravatar Markus Rennings2009-05-082-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
* second round of misc compilation noise reductionGravatar Fabio Bas2008-11-081-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed some CMakeLists.txt's INSTALL commands for windowsGravatar Fabio Bas2008-10-092-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2679 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Win VS projects cleanup.Gravatar Noldor2008-09-263-170/+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-167/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2574 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed license template for modules from h to mGravatar Elvio Basello2008-09-182-2/+6
| | | | 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-162-254/+254
| | | | | | | | | | | | - 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
* compilation fixGravatar Elvio Basello2008-08-301-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2361 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix for #197Gravatar Fabio Bas2008-08-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2178 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved KviIrcNetwork to KviNetwork and KviIrcServer to KviServerGravatar Elvio Basello2008-07-031-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1985 17fca916-40b9-46aa-a4ea-0a15b648b75c
* oh yeah, removed autotools!;Gravatar Elvio Basello2008-06-033-40/+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
* mingw32: fixed module compilation up to kvirijndael; added some installation ↵Gravatar Fabio Bas2008-05-281-2/+2
| | | | | | rules to test git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c
* compilation fixGravatar Elvio Basello2008-05-141-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1778 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work on addon manager (wip);Gravatar Elvio Basello2008-05-141-1/+1
| | | | | | | added file filters; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1777 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Huge QT4 port commit :) (wip)Gravatar Noldor2008-05-131-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1765 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out ↵Gravatar Szymon Tomasz Stefanek2008-05-112-6/+6
| | | | | | of source builds. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c