| Commit message (Expand) | Author | Age | Files | Lines |
| * | Migrate almost all QMessagebox to qt6-friendly version. | Fabio Bas | 2023-10-18 | 1 | -6/+4 |
| * | 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 | -1/+2 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 1 | -3/+3 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 1 | -1/+1 |
| * | Revert "Allow adding tooltips to other widgets in the options dialogs."•••This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62.
| Szymon Tomasz Stefanek | 2017-12-29 | 1 | -5/+6 |
| * | Allow adding tooltips to other widgets in the options dialogs. | Andrio Celos | 2017-12-28 | 1 | -6/+5 |
| * | various: add collumn width, read labels | un1versal | 2016-06-28 | 1 | -1/+6 |
| * | OptionsWidget_identity:fix tooltip src formating | un1versal | 2016-05-15 | 1 | -10/+10 |
| * | Apply clang-tidy: modernize-use-default | Alexey Sokolov | 2016-04-30 | 1 | -14/+7 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 1 | -4/+4 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 1 | -301/+337 |
| * | general: More useless typo fixes | staticfox | 2016-04-23 | 1 | -1/+1 |
| * | fix missing space between words in tooltip text | un1versal | 2016-03-06 | 1 | -1/+1 |
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ...•••+ add window title to find and replace dialog
| un1versal | 2016-02-27 | 1 | -5/+5 |
| * | OptionsWidget_identity: remove tooltip center formatting | un1versal | 2016-02-02 | 1 | -32/+27 |
| * | widget_identify: Fix grammar | Matt Ullman | 2016-01-12 | 1 | -2/+2 |
| * | widget_identify: Check for SSL links too | Matt Ullman | 2016-01-12 | 1 | -1/+1 |
| * | Make it so margins and spacings between the UI elements in all settings dialo... | wodim | 2016-01-07 | 1 | -4/+0 |
| * | Let the user create/edit a profile as long as it has a name. Do away with def...•••Part of #1781.
| wodim | 2016-01-01 | 1 | -34/+11 |
| * | add missing colon...•••would be nice if all coons in these were appended to string not part of
string.
| un1versal | 2015-12-27 | 1 | -1/+1 |
| * | revert/fix wrong capitalization of checkbox options labels | un1versal | 2015-12-26 | 1 | -1/+1 |
| * | improve avarar selection message | un1versal | 2015-12-23 | 1 | -2/+2 |
| * | adjust message and increase dialog minimum size•••make this message slightly more readable intead of a wall of text.
| un1versal | 2015-12-23 | 1 | -4/+3 |
| * | fix avatar choose dialog | TheReign | 2015-12-23 | 1 | -25/+30 |
| * | fix sentence wording and pluralise correct word. | un1versal | 2015-12-23 | 1 | -2/+2 |
| * | fix broken message text on dialog and fix missed strings.•••Theres way too many dialogs everywhere scattered all over for same thing more or less..
| un1versal | 2015-12-23 | 1 | -8/+8 |
| * | https:// for avatar now supported and remove empty space | un1versal | 2015-12-23 | 1 | -1/+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 | -19/+19 |
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | un1versal | 2015-12-19 | 1 | -2/+2 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 1 | -1/+1 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 1 | -1/+1 |
| * | OptionsWidget_Various typos, consistency and capitalization | un1versal | 2015-10-22 | 1 | -2/+2 |
| * | 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 |
| * | Minor grammar: english -> English | universal | 2015-09-15 | 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 | -3/+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 | -1/+1 |
| * | fix all warnings under clang•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-08-26 | 1 | -2/+1 |
| * | killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2011-01-10 | 1 | -4/+3 |
| * | 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 | 1 | -0/+1017 |