| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
| Fabio Bas | 2023-10-18 | 1 | -2/+2 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 2 | -6/+6 |
| * | Do not track Linux kernel version•••of build system to make reproducible builds easier.
See https://reproducible-builds.org/ for why this is good.
| Bernhard M. Wiedemann | 2018-11-24 | 1 | -4/+0 |
| * | Fix double "built on:" in output. | IceN9ne | 2018-05-28 | 1 | -2/+1 |
| * | AboutDialog: Fix line break for non-SSL builds | IceN9ne | 2018-05-20 | 1 | -1/+1 |
| * | AboutDialog: OpenSSL infos fix | Pan7 | 2018-05-20 | 1 | -3/+3 |
| * | AboutDialog: OpenSSL infos | Pan7 | 2018-05-20 | 1 | -0/+31 |
| * | Docs folder cleanup (#2366)•••* 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
| Benjamin Staneck | 2018-04-10 | 1 | -1/+1 |
| * | Fix about text | Szymon Tomasz Stefanek | 2017-12-28 | 2 | -2/+2 |
| * | Fix about text | Szymon Tomasz Stefanek | 2017-12-28 | 2 | -4/+4 |
| * | cleanup: separators and spacing | un1versal | 2016-05-08 | 1 | -6/+2 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 2 | -4/+4 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 3 | -65/+63 |
| * | abouttext: run mkabouttext.pl and update entries after 5570e89 | un1versal | 2016-04-15 | 1 | -2/+2 |
| * | credits: Update my entry | staticfox | 2016-04-15 | 1 | -2/+2 |
| * | fix typos: KVirc -> KVIrc | un1versal | 2016-04-13 | 2 | -2/+2 |
| * | Show features compiled in the executable in the about box. | wodim | 2016-03-25 | 1 | -0/+4 |
| * | documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
| un1versal | 2016-03-14 | 1 | -4/+4 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -1/+1 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 3 | -9/+9 |
| * | Replace maintainer•••replace my name to current | bsdjunk | 2016-01-29 | 1 | -4/+4 |
| * | rename kvi_splash -> kvi_release_art since its no longer a splash | un1versal | 2016-01-03 | 1 | -1/+1 |
| * | Rename KviOsInfo to KviRuntimeInfo, which makes more sense. | wodim | 2016-01-01 | 1 | -7/+7 |
| * | Show the name of the current Qt theme in the About dialog.•••My idea is to make the text of that dialog useful as a troubleshooting tool.
| wodim | 2016-01-01 | 1 | -0/+4 |
| * | various files: typos/consistency and capitalization see notes below.•••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
| un1versal | 2015-12-19 | 1 | -13/+13 |
| * | Fix typo. | wodim | 2015-12-14 | 2 | -2/+2 |
| * | libkviabout: capitalization and improvement of the help messages. | un1versal | 2015-12-05 | 1 | -2/+10 |
| * | AboutDialog: consistency fixes | un1versal | 2015-12-05 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 5 | -5/+5 |
| * | Show the current Qt version and the Qt version that was used to build in the ... | wodim | 2015-11-27 | 1 | -0/+8 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 4 | -4/+4 |
| * | About Entries: add blindsight and tweak. | un1versal | 2015-10-27 | 2 | -27/+49 |
| * | Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
| Matt Ullman | 2015-10-18 | 1 | -2/+0 |
| * | If you're Pink Floyd you can break many times, here not needed :) | universal | 2015-09-15 | 1 | -1/+1 |
| * | update hall of flame | universal | 2015-09-15 | 2 | -2/+23 |
| * | convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-04 | 1 | -3/+3 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -5/+0 |
| * | qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-25 | 1 | -3/+0 |
| * | Fix a couple of typos and add an entry to the about dialog•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6245 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-07-25 | 2 | -0/+21 |
| * | updated about info•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6185 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2012-06-12 | 2 | -18/+18 |
| * | 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
| Robert Förster | 2012-01-14 | 1 | -10/+0 |
| * | Add a filename parameter to the log structure•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5800 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-04-21 | 1 | -6/+5 |
| * | Add Nakre to the about dialog•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5439 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-02-09 | 2 | -0/+21 |
| * | The big rename for modules. Still some details remaining.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-01-01 | 4 | -17/+17 |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-29 | 4 | -4/+4 |
| * | More renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 2 | -3/+3 |
| * | Yet more renaming and cleanup•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 1 | -1/+1 |
| * | More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-26 | 1 | -1/+1 |
| * | 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
| Szymon Tomasz Stefanek | 2010-12-25 | 4 | -7/+7 |
| * | fixed kosmiko roles•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5026 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-09-20 | 2 | -2/+2 |