| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mass rename of margin -> contentsMargins | 2023-10-18 | 2 | -7/+7 | |
| | | |||||
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541) | 2023-07-08 | 2 | -4/+4 | |
| | | | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ||||
| * | Add missing override keywords | 2019-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Convert 0s and NULLs to nullptr | 2018-12-03 | 2 | -3/+3 | |
| | | |||||
| * | Remove C-style typedef structs | 2018-11-28 | 1 | -2/+2 | |
| | | |||||
| * | Use override where possible and remove unnecessary usages of the virtual ↵ | 2018-11-28 | 3 | -10/+10 | |
| | | | | | keyword. | ||||
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 2 | -4/+4 | |
| | | |||||
| * | Don't crash on reguser.add if the provided mask is already assigned to other ↵ | 2017-08-31 | 1 | -1/+1 | |
| | | | | | | | user. Fixes #2289 | ||||
| * | Remove lots of redundant line feeds around block elements in the docs. | 2017-08-25 | 1 | -2/+2 | |
| | | |||||
| * | RegisteredUsersDialog: Fix memory leak in exportClicked | 2017-03-09 | 1 | -1/+3 | |
| | | |||||
| * | reguser module: Fix crash in reguser.add when user exists and group is set | 2017-02-21 | 1 | -13/+11 | |
| | | | | | * Fixes #2205 | ||||
| * | Remove usage of deprecated QStyle* typedefs | 2016-12-02 | 1 | -6/+4 | |
| | | |||||
| * | libkvireguser: Fix memory leak in $reguser.mask | 2016-11-05 | 1 | -1/+1 | |
| | | | | | | If u is null (user not found in the registered user database) or the parameter N of $reguser.mask is specified, then pArray leaks. | ||||
| * | Cleanup included files | 2016-10-28 | 3 | -2/+3 | |
| | | |||||
| * | wheeeeeeeeee | 2016-05-22 | 1 | -3/+3 | |
| | | |||||
| * | RegisteredUsersDialog: src formatting + dialog size + remove unused code | 2016-05-12 | 1 | -28/+7 | |
| | | |||||
| * | cleanup: remove more ancient commented code p3 | 2016-05-08 | 1 | -52/+0 | |
| | | |||||
| * | cleanup duplicate includes | 2016-05-04 | 1 | -1/+0 | |
| | | |||||
| * | various: remove remaining <nobr> | 2016-05-04 | 1 | -4/+4 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 2 | -6/+3 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 3 | -17/+17 | |
| | | |||||
| * | Apply clang-format | 2016-04-29 | 7 | -810/+948 | |
| | | |||||
| * | general: Typo fixes | 2016-04-23 | 1 | -6/+6 | |
| | | |||||
| * | fix typos: KVirc -> KVIrc | 2016-04-13 | 1 | -1/+1 | |
| | | |||||
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵ | 2016-02-27 | 2 | -6/+6 | |
| | | | | | | | to improve entries + add window title to find and replace dialog | ||||
| * | Fix display of file names in some errors in the registered users dialog. | 2016-02-08 | 1 | -3/+3 | |
| | | |||||
| * | RegistrationWizard: remove center formatting from dialog field entries | 2016-02-02 | 1 | -4/+4 | |
| | | |||||
| * | RegisteredUsersDialog: remove tooltip center formatting | 2016-02-02 | 1 | -2/+2 | |
| | | |||||
| * | RegisteredUserEntryDialog: remove tooltip and filed entry center formatting | 2016-02-02 | 1 | -6/+6 | |
| | | |||||
| * | Floppy icon rename to -> Save and fix assignments | 2016-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Fix for #1794 | 2015-12-28 | 1 | -1/+1 | |
| | | |||||
| * | RegisteredUserEntryDialog disable icons in buttons on first dialog | 2015-12-27 | 1 | -9/+9 | |
| | | | | | | | | 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. | ||||
| * | various files: typos/consistency and capitalization see notes below. | 2015-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | 2015-12-19 | 4 | -16/+16 | |
| | | |||||
| * | reguser: Add the highlight flag to getIgnoreFlags | 2015-12-08 | 1 | -0/+3 | |
| | | |||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 7 | -7/+7 | |
| | | | | | opinion -> option | ||||
| * | Merge pull request #1740 from un1versal/My-Favorite-Martian | 2015-11-19 | 1 | -1/+1 | |
| |\ | | | | | string fixes: typos, capitalization and consistency - the saga continues. | ||||
| | * | helpdocs: close tags [cmd][/cmd] | 2015-11-13 | 1 | -1/+1 | |
| | | | |||||
| * | | minor capitalization fix | 2015-11-14 | 1 | -1/+1 | |
| | | | |||||
| * | | fix typo in ignoreEnagled -> ignoreEnabled | 2015-11-14 | 3 | -4/+4 | |
| | | | |||||
| * | | hlignore: Set popup ignore to block highlights too | 2015-11-13 | 1 | -1/+3 | |
| | | | | | | | | | Add documentation to -h | --highlight flags | ||||
| * | | reguser: Add base for ignoring highlights | 2015-11-13 | 3 | -0/+9 | |
| |/ | | | | Closes #1605 | ||||
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 7 | -7/+7 | |
| | | |||||
| * | Clean up trailing whitespaces and excess newlines | 2015-10-18 | 3 | -4/+0 | |
| | | | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk | ||||
| * | add edit field label to edit label in page1 | 2015-10-17 | 2 | -3/+8 | |
| | | |||||
| * | message and content alignments and whitespace cleanup | 2015-10-17 | 1 | -39/+30 | |
| | | |||||
| * | File dialogs seem to always require a parent. Without it Qt5 enters in a ↵ | 2015-08-25 | 2 | -3/+2 | |
| | | | | | kind of modal loop that prevents user from interacting with the whole application. | ||||
| * | - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵ | 2014-11-21 | 2 | -2/+2 | |
| | | | | | | | | | | for that" commits) - 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 | ||||
| * | Compile and run with Qt5.0. Also add a couple of KVS functions for byte ↵ | 2012-12-22 | 2 | -3/+3 | |
| | | | | | | | order conversion. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | convert cmake files to lowercase statements prehistoric cmake versions ↵ | 2012-10-04 | 1 | -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 | ||||
