aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/about
Commit message (Collapse)AuthorAgeFilesLines
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-181-2/+2
| | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
* Use override where possible and remove unnecessary usages of the virtual ↵Gravatar IceN9ne2018-11-282-6/+6
| | | | keyword.
* Do not track Linux kernel versionGravatar Bernhard M. Wiedemann2018-11-241-4/+0
| | | | | | of build system to make reproducible builds easier. See https://reproducible-builds.org/ for why this is good.
* Fix double "built on:" in output.Gravatar IceN9ne2018-05-281-2/+1
|
* AboutDialog: Fix line break for non-SSL buildsGravatar IceN9ne2018-05-201-1/+1
|
* AboutDialog: OpenSSL infos fixGravatar Pan72018-05-201-3/+3
|
* AboutDialog: OpenSSL infosGravatar Pan72018-05-201-0/+31
|
* Docs folder cleanup (#2366)Gravatar Benjamin Staneck2018-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * delete accelerator.keys.txt content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts * delete INSTALL and doc/INSTALL.txt content is at https://github.com/kvirc/KVIrc/wiki/installation * delete doc/firefox.hack.txt should no longer be needed * delete doc/themes.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete doc/INSTALL-MacOS.txt content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra * add another VS file to .gitignore * delete doc/FAQ content is at https://github.com/kvirc/KVIrc/wiki/FAQ * delete old TODOs content should be, if relevant, in issues * delete doc/addon.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/Addons * delete doc/scripting.faq.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete translations.howto.txt and translations.spanish.notes.txt content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations * delete win32_run_cmake.bat outdated? * adjust CMakeLists.txt for removed files * delete Windows compilation instructions content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows * delete doc/hackers.guide.txt content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree * delete doc/ui-style-tips.txt content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories * adjust README to doc changes * move main license file to root * adjust mentions of copyright files * revert status badges back from shields.io shields.io is overloaded all the time so the badges never display * change cmake syntax * restore the about license text to its original glory and install the amip license only on windows * update GPL2 from the GNU website * change the installer to show ABOUT-LICENSE as well
* Fix about textGravatar Szymon Tomasz Stefanek2017-12-282-2/+2
|
* Fix about textGravatar Szymon Tomasz Stefanek2017-12-282-4/+4
|
* cleanup: separators and spacingGravatar un1versal2016-05-081-6/+2
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-302-4/+4
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-293-65/+63
|
* abouttext: run mkabouttext.pl and update entries after 5570e89Gravatar un1versal2016-04-151-2/+2
|
* credits: Update my entryGravatar staticfox2016-04-151-2/+2
|
* fix typos: KVirc -> KVIrcGravatar un1versal2016-04-132-2/+2
|
* Show features compiled in the executable in the about box.Gravatar wodim2016-03-251-0/+4
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-4/+4
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵Gravatar un1versal2016-02-271-1/+1
| | | | | | to improve entries + add window title to find and replace dialog
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-313-9/+9
| | | | Arfrever
* Replace maintainerGravatar bsdjunk2016-01-291-4/+4
| | | replace my name to current
* rename kvi_splash -> kvi_release_art since its no longer a splashGravatar un1versal2016-01-031-1/+1
|
* Rename KviOsInfo to KviRuntimeInfo, which makes more sense.Gravatar wodim2016-01-011-7/+7
|
* Show the name of the current Qt theme in the About dialog.Gravatar wodim2016-01-011-0/+4
| | | | My idea is to make the text of that dialog useful as a troubleshooting tool.
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* Fix typo.Gravatar wodim2015-12-142-2/+2
|
* libkviabout: capitalization and improvement of the help messages.Gravatar un1versal2015-12-051-2/+10
|
* AboutDialog: consistency fixesGravatar un1versal2015-12-051-1/+1
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-285-5/+5
| | | | opinion -> option
* Show the current Qt version and the Qt version that was used to build in the ↵Gravatar wodim2015-11-271-0/+8
| | | | About dialog.
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-284-4/+4
|
* About Entries: add blindsight and tweak.Gravatar un1versal2015-10-272-27/+49
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-2/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* If you're Pink Floyd you can break many times, here not needed :)Gravatar universal2015-09-151-1/+1
|
* update hall of flameGravatar universal2015-09-152-2/+23
|
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | 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-5/+0
| | | | 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
* Fix a couple of typos and add an entry to the about dialogGravatar Szymon Tomasz Stefanek2012-07-252-0/+21
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6245 17fca916-40b9-46aa-a4ea-0a15b648b75c
* updated about infoGravatar Elvio Basello2012-06-122-18/+18
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6185 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-10/+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
* Add a filename parameter to the log structureGravatar Szymon Tomasz Stefanek2011-04-211-6/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5800 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add Nakre to the about dialogGravatar Szymon Tomasz Stefanek2011-02-092-0/+21
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5439 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-014-17/+17
| | | | 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-294-4/+4
| | | | 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-3/+3
| | | | 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-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
| | | | 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-254-7/+7
| | | | | | 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
* fixed kosmiko rolesGravatar Fabio Bas2010-09-202-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5026 17fca916-40b9-46aa-a4ea-0a15b648b75c