| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
```
src/modules/dcc/DccVideoWindow.cpp: In member function ‘virtual const QString& DccVideoWindow::target()’:
src/modules/dcc/DccVideoWindow.cpp:660:40: error: cannot convert ‘QString’ to ‘QString*’ in assignment
```
|
| |
|
|
|
|
| |
* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
For our existing themes, I have copied the action style over to
the own action and own crypted action styles, and the topic style
over to the topic crypted style. But the authors of those themes
can change them if they want.
I have also used the action icon for the own action and own action
crypted icons.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
opinion -> option
|
| | |
|
| |
|
|
|
|
|
|
| |
implementation instead.
Note: this is still so dirty that is disabled by default
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6307 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6015 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed
- Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change
- The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed
- Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup
- should fix #1221 and hopefully introduce little to no bugs
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5732 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5718 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
dcc video: break it down a bit trying to adapt it to avdevice changes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5717 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5714 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
| |
more work on KDE notifier;
improved hungarian notation;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5308 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5286 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
|
|
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
|