| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 1 | -3/+3 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 1 | -3/+3 |
| * | Remove Q_UNUSED macros | IceN9ne | 2018-11-28 | 1 | -3/+1 |
| * | fix doc folder cleanup fallout (#2370) | Benjamin Staneck | 2018-04-11 | 1 | -1/+1 |
| * | Fix the sound system autodetection (#2278)•••* Automatically detect a sound system during first startup.
Previously, the default system for Windows was "null".
* Remove phonon from the sound system autodetection list.
Our phonon detection code didn't work well, and "qt" is a safe
default for Linux.
| wodim | 2017-12-27 | 1 | -0/+8 |
| * | unbreak my last commit, don't cache perl and choco dirs, too big | Dessa | 2017-05-24 | 1 | -2/+2 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -2/+2 |
| * | Make Windows code Unicode-aware (#2219) | wodim | 2017-05-24 | 1 | -5/+5 |
| * | 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.
| un1versal | 2016-06-14 | 1 | -1/+1 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -12/+12 |
| * | cleanup separators and remove some unused commented code | un1versal | 2016-05-06 | 1 | -37/+15 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 1 | -2/+1 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -2/+2 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 3 | -418/+442 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -6/+6 |
| * | SetupWizard: remove center formatting, die now and forever. you fiend ;) | un1versal | 2016-02-02 | 1 | -3/+1 |
| * | 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 | -3/+3 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -5/+5 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 3 | -3/+3 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 3 | -3/+3 |
| * | 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 | -1/+0 |
| * | [ci skip] Oops - squash review | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | [ci skip] cpp file typos and capitalization corrections | un1versal | 2015-10-08 | 1 | -3/+3 |
| * | Hopefully fix one windows build error | Szymon Tomasz Stefanek | 2015-10-04 | 1 | -1/+1 |
| * | Minor grammar: english -> English | universal | 2015-09-15 | 1 | -2/+2 |
| * | 2015 - Update internal infernal themes - they're hot off the press | universal | 2015-09-12 | 1 | -2/+2 |
| * | Rework the theme management a bit | Szymon Tomasz Stefanek | 2015-08-27 | 1 | -2/+2 |
| * | File dialogs seem to always require a parent. Without it Qt5 enters in a kind... | Szymon Tomasz Stefanek | 2015-08-25 | 1 | -2/+10 |
| * | Fix modality of setup directory selection dialog | Szymon Tomasz Stefanek | 2015-08-24 | 2 | -19/+27 |
| * | Force the user to choose a nickname at first startup.•••Closes #1489
| Szymon Tomasz Stefanek | 2015-08-01 | 2 | -16/+24 |
| * | - 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
| Robert Förster | 2014-11-21 | 2 | -5/+5 |
| * | - 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
| Robert Förster | 2014-02-27 | 1 | -1/+0 |
| * | 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
| Szymon Tomasz Stefanek | 2012-12-22 | 2 | -6/+6 |
| * | - update KviOsInfo with values from the winsdk8•••- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet)
- remove wsock32.lib from kvilib, linking works fine without it
- move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works
- remove envvar hack added in r6273 from perlcore since it is unneeded
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-08 | 1 | -1/+1 |
| * | - remove -Wl,--no-undefined "handling" as this is not something we should "ju...•••- remove winmm hack now that append libs works
- fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-10-05 | 1 | -2/+2 |
| * | 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 | -6/+6 |
| * | 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 | -6/+1 |
| * | 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 |
| * | dropped YellowIRC theme, adjusted setup to use Aria instead•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6133 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-09 | 1 | -1/+1 |
| * | single bugfix in webview object + a lot of make gcc happy•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6129 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-08 | 1 | -0/+1 |
| * | Dropped the KviTalPopupMenu layer, ported the involved code to QAction.•••This fixes most of the random crashes on osx, and is the base for a next change in the menubar.
Addiotional fix: "disconnect" menu entry was broken since the 3.x era
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-02-26 | 1 | -5/+5 |
| * | 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 |
| * | delete pointless version number on .desktop files•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5954 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-08-27 | 1 | -1/+1 |
| * | Code improvements in the theme manager(wip)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5610 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2011-03-16 | 1 | -5/+2 |
| * | Fix a text in the setup dialog. Thnx Nakre.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5447 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-02-09 | 1 | -39/+1 |
| * | 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 | -47/+47 |
| * | 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 | 3 | -3/+3 |
| * | 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 | 3 | -19/+19 |
| * | 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 | 2 | -6/+6 |
| * | 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 | 3 | -13/+13 |