| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 2 | -7/+7 |
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-08 | 2 | -4/+4 |
| * | Add missing override keywords | IceN9ne | 2019-01-04 | 1 | -1/+1 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 2 | -3/+3 |
| * | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 1 | -2/+2 |
| * | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 3 | -10/+10 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 2 | -4/+4 |
| * | Don't crash on reguser.add if the provided mask is already assigned to other ...•••Fixes #2289
| wodim | 2017-08-31 | 1 | -1/+1 |
| * | Remove lots of redundant line feeds around block elements in the docs. | wodim | 2017-08-25 | 1 | -2/+2 |
| * | RegisteredUsersDialog: Fix memory leak in exportClicked | IceN9ne | 2017-03-09 | 1 | -1/+3 |
| * | reguser module: Fix crash in reguser.add when user exists and group is set••• * Fixes #2205
| IceN9ne | 2017-02-21 | 1 | -13/+11 |
| * | Remove usage of deprecated QStyle* typedefs | IceN9ne | 2016-12-02 | 1 | -6/+4 |
| * | libkvireguser: Fix memory leak in $reguser.mask•••If u is null (user not found in the registered user database) or
the parameter N of $reguser.mask is specified, then pArray leaks.
| IceN9ne | 2016-11-05 | 1 | -1/+1 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 3 | -2/+3 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 1 | -3/+3 |
| * | RegisteredUsersDialog: src formatting + dialog size + remove unused code | un1versal | 2016-05-12 | 1 | -28/+7 |
| * | cleanup: remove more ancient commented code p3 | un1versal | 2016-05-08 | 1 | -52/+0 |
| * | cleanup duplicate includes | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | various: remove remaining <nobr> | un1versal | 2016-05-04 | 1 | -4/+4 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 2 | -6/+3 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 3 | -17/+17 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 7 | -810/+948 |
| * | general: Typo fixes | staticfox | 2016-04-23 | 1 | -6/+6 |
| * | fix typos: KVirc -> KVIrc | un1versal | 2016-04-13 | 1 | -1/+1 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 2 | -6/+6 |
| * | Fix display of file names in some errors in the registered users dialog. | wodim | 2016-02-08 | 1 | -3/+3 |
| * | RegistrationWizard: remove center formatting from dialog field entries | un1versal | 2016-02-02 | 1 | -4/+4 |
| * | RegisteredUsersDialog: remove tooltip center formatting | un1versal | 2016-02-02 | 1 | -2/+2 |
| * | RegisteredUserEntryDialog: remove tooltip and filed entry center formatting | un1versal | 2016-02-02 | 1 | -6/+6 |
| * | Floppy icon rename to -> Save and fix assignments | un1versal | 2016-01-08 | 1 | -1/+1 |
| * | Fix for #1794 | wodim | 2015-12-28 | 1 | -1/+1 |
| * | RegisteredUserEntryDialog disable icons in buttons on first dialog•••icons in this dialogs buttons look simply awful as they they are stacked
horizontally and labels have different widths if the dialog had a
different layout maybe.
Code just commented out as some dialogs need redesigning imo.
| un1versal | 2015-12-27 | 1 | -9/+9 |
| * | 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 | -1/+1 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 4 | -16/+16 |
| * | reguser: Add the highlight flag to getIgnoreFlags | Matt Ullman | 2015-12-08 | 1 | -0/+3 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 7 | -7/+7 |
| * | Merge pull request #1740 from un1versal/My-Favorite-Martian•••string fixes: typos, capitalization and consistency - the saga continues. | BlindSight | 2015-11-19 | 1 | -1/+1 |
| |\ |
|
| | * | helpdocs: close tags [cmd][/cmd] | un1versal | 2015-11-13 | 1 | -1/+1 |
| * | | minor capitalization fix | un1versal | 2015-11-14 | 1 | -1/+1 |
| * | | fix typo in ignoreEnagled -> ignoreEnabled | un1versal | 2015-11-14 | 3 | -4/+4 |
| * | | hlignore: Set popup ignore to block highlights too•••Add documentation to -h | --highlight flags
| Matt Ullman | 2015-11-13 | 1 | -1/+3 |
| * | | reguser: Add base for ignoring highlights•••Closes #1605
| Matt Ullman | 2015-11-13 | 3 | -0/+9 |
| |/ |
|
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 7 | -7/+7 |
| * | 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 | 3 | -4/+0 |
| * | add edit field label to edit label in page1 | un1versal | 2015-10-17 | 2 | -3/+8 |
| * | message and content alignments and whitespace cleanup | un1versal | 2015-10-17 | 1 | -39/+30 |
| * | File dialogs seem to always require a parent. Without it Qt5 enters in a kind... | Szymon Tomasz Stefanek | 2015-08-25 | 2 | -3/+2 |
| * | - 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 | -2/+2 |
| * | 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 | -3/+3 |
| * | 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 |