| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate almost all QMessagebox to qt6-friendly version. | 2023-10-18 | 1 | -6/+4 | |
| | | |||||
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression | 2023-10-18 | 1 | -1/+2 | |
| | | | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef | ||||
| * | Mass rename of margin -> contentsMargins | 2023-10-18 | 1 | -3/+3 | |
| | | |||||
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 1 | -1/+1 | |
| | | |||||
| * | Revert "Allow adding tooltips to other widgets in the options dialogs." | 2017-12-29 | 1 | -5/+6 | |
| | | | | | This reverts commit 2f723938d6434302e6538e145bf8e1839de93b62. | ||||
| * | Allow adding tooltips to other widgets in the options dialogs. | 2017-12-28 | 1 | -6/+5 | |
| | | |||||
| * | various: add collumn width, read labels | 2016-06-28 | 1 | -1/+6 | |
| | | |||||
| * | OptionsWidget_identity:fix tooltip src formating | 2016-05-15 | 1 | -10/+10 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 1 | -14/+7 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 1 | -4/+4 | |
| | | |||||
| * | Apply clang-format | 2016-04-29 | 1 | -301/+337 | |
| | | |||||
| * | general: More useless typo fixes | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | fix missing space between words in tooltip text | 2016-03-06 | 1 | -1/+1 | |
| | | |||||
| * | QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try ↵ | 2016-02-27 | 1 | -5/+5 | |
| | | | | | | | to improve entries + add window title to find and replace dialog | ||||
| * | OptionsWidget_identity: remove tooltip center formatting | 2016-02-02 | 1 | -32/+27 | |
| | | |||||
| * | widget_identify: Fix grammar | 2016-01-12 | 1 | -2/+2 | |
| | | |||||
| * | widget_identify: Check for SSL links too | 2016-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Make it so margins and spacings between the UI elements in all settings ↵ | 2016-01-07 | 1 | -4/+0 | |
| | | | | | dialogues are more consistent. | ||||
| * | Let the user create/edit a profile as long as it has a name. Do away with ↵ | 2016-01-01 | 1 | -34/+11 | |
| | | | | | | | default values. Part of #1781. | ||||
| * | add missing colon... | 2015-12-27 | 1 | -1/+1 | |
| | | | | | | would be nice if all coons in these were appended to string not part of string. | ||||
| * | revert/fix wrong capitalization of checkbox options labels | 2015-12-26 | 1 | -1/+1 | |
| | | |||||
| * | improve avarar selection message | 2015-12-23 | 1 | -2/+2 | |
| | | |||||
| * | adjust message and increase dialog minimum size | 2015-12-23 | 1 | -4/+3 | |
| | | | | | make this message slightly more readable intead of a wall of text. | ||||
| * | fix avatar choose dialog | 2015-12-23 | 1 | -25/+30 | |
| | | |||||
| * | fix sentence wording and pluralise correct word. | 2015-12-23 | 1 | -2/+2 | |
| | | |||||
| * | fix broken message text on dialog and fix missed strings. | 2015-12-23 | 1 | -8/+8 | |
| | | | | | Theres way too many dialogs everywhere scattered all over for same thing more or less.. | ||||
| * | https:// for avatar now supported and remove empty space | 2015-12-23 | 1 | -1/+1 | |
| | | |||||
| * | various files: typos/consistency and capitalization see notes below. | 2015-12-19 | 1 | -19/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 | |
| | | |||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 1 | -1/+1 | |
| | | | | | opinion -> option | ||||
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 1 | -1/+1 | |
| | | |||||
| * | OptionsWidget_Various typos, consistency and capitalization | 2015-10-22 | 1 | -2/+2 | |
| | | |||||
| * | Clean up trailing whitespaces and excess newlines | 2015-10-18 | 1 | -2/+0 | |
| | | | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk | ||||
| * | Minor grammar: english -> English | 2015-09-15 | 1 | -2/+2 | |
| | | |||||
| * | qt5 support (sip): code only, no touch to build system by now | 2012-09-25 | 1 | -3/+1 | |
| | | | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | Dropped the KviTalPopupMenu layer, ported the involved code to QAction. | 2012-02-26 | 1 | -1/+1 | |
| | | | | | | | | | 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 | ||||
| * | fix all warnings under clang | 2011-08-26 | 1 | -2/+1 | |
| | | | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5952 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | killed some QString helpers. Pay attention to the localizations: format ↵ | 2011-01-10 | 1 | -4/+3 | |
| | | | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | The big rename for modules. Still some details remaining. | 2011-01-01 | 1 | -0/+1017 | |
| git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c | |||||
