| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -2/+2 |
| * | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 1 | -2/+2 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -3/+3 |
| * | RegisteredUsersDialog: Fix memory leak in exportClicked | IceN9ne | 2017-03-09 | 1 | -1/+3 |
| * | Remove usage of deprecated QStyle* typedefs | IceN9ne | 2016-12-02 | 1 | -6/+4 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 1 | -1/+1 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 1 | -3/+3 |
| * | RegisteredUsersDialog: src formatting + dialog size + remove unused code | un1versal | 2016-05-12 | 1 | -28/+7 |
| * | various: remove remaining <nobr> | un1versal | 2016-05-04 | 1 | -4/+4 |
| * | 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 | -5/+5 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -277/+340 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -3/+3 |
| * | Fix display of file names in some errors in the registered users dialog. | wodim | 2016-02-08 | 1 | -3/+3 |
| * | RegisteredUsersDialog: remove tooltip center formatting | un1versal | 2016-02-02 | 1 | -2/+2 |
| * | 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 | 1 | -6/+6 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | fix typo in ignoreEnagled -> ignoreEnabled | un1versal | 2015-11-14 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | 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 |
| * | File dialogs seem to always require a parent. Without it Qt5 enters in a kind... | Szymon Tomasz Stefanek | 2015-08-25 | 1 | -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 | 1 | -2/+2 |
| * | 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 | -4/+0 |
| * | 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 | -1/+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 | -10/+10 |
| * | fix for #1202•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-08-21 | 1 | -0/+3 |
| * | Objects module: fixed indentation (wip)•••webview class: proper documentation
misc: fixed errors and bad pratices found by lwlint
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5834 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-05-08 | 1 | -2/+3 |
| * | More file renaming•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5537 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-03-05 | 1 | -0/+933 |