<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/objects/KvsObject_listWidget.cpp, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/objects/KvsObject_listWidget.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/objects/KvsObject_listWidget.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2024-03-24T10:39:46Z</updated>
<entry>
<title>More qt6 porting (#2622)</title>
<updated>2024-03-24T10:39:46Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-03-24T10:39:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e68e34095057a9d7d7aedbaf8ad9773913aa4794'/>
<id>urn:sha1:e68e34095057a9d7d7aedbaf8ad9773913aa4794</id>
<content type='text'>
* Port QColor::setNamedColor to QColor::fromString

* Port from QVariant::Type to QmetaType::Type

* KviCoreActions: port from QAction::parentWidget to qobject_cast + QAction::parent

* KviIrcView: port QString::fromUtf16 usage to the non-obsolete char16_t* overload

* KviTopicWidget: port QMouseEvent to a non-obsolete overload

* Port QMouseEvent from old pos(), x(), y(), to position()

* Port obsolete QMessageBox usage to custom buttons

* KviApplication: initialize the dbus notify message "replace ID" to 0

* KviIrcConnection: port deprecated QString::count() to QString::size()

* KvsObject_*: port QColor::setNamedColor to QColor::fromString

* KvsObject_widget: port QWidget::isTopLevel to QWidget::isWindow

* KviMainWindow: use QKeyCombination instead of int for shortcuts

* QHttp: avoid deprecated methods for QCryptographicHash

* ScriptEditorWidget: use the new signature for QMenu::addAction()

* KviInputEditor: Extract ACCEL_KEY from header and avoid warning

* KviStringConversion: convert old Qt5 font weights to new "css" font weights

* syntax fix</content>
</entry>
<entry>
<title>Misc Qt6 port for slightly changed class names and method signatures</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-10-04T20:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b62b83e7772e9fba12fd6eadb6c1e70924ccf173'/>
<id>urn:sha1:b62b83e7772e9fba12fd6eadb6c1e70924ccf173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply all modernize-* fixes from clang-tidy except for modernize-use-auto</title>
<updated>2018-11-14T13:59:22Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2018-06-09T23:16:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e4a34cb9b7d59a08a162d642fbbca8c08804b3ff'/>
<id>urn:sha1:e4a34cb9b7d59a08a162d642fbbca8c08804b3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation: typos + formatting fixes</title>
<updated>2016-08-01T09:28:05Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-07-27T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=fcc2439f984da5ecf7726f01105a40a15fa6b144'/>
<id>urn:sha1:fcc2439f984da5ecf7726f01105a40a15fa6b144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-nullptr</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=505d0768f8392e3c4775425dd97f41e1c829ef44'/>
<id>urn:sha1:505d0768f8392e3c4775425dd97f41e1c829ef44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-format</title>
<updated>2016-04-29T22:57:48Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-29T22:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=690dd7a33ddc90678367d73adf313533536e10f2'/>
<id>urn:sha1:690dd7a33ddc90678367d73adf313533536e10f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation: formatting/indentation + minor syntax fixes</title>
<updated>2016-03-14T04:57:12Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-03-02T12:15:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f138911b65dfce85c551f9e2e4bbeb595d6c6755'/>
<id>urn:sha1:f138911b65dfce85c551f9e2e4bbeb595d6c6755</id>
<content type='text'>
+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
</content>
</entry>
<entry>
<title>run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever</title>
<updated>2016-01-31T18:36:37Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2016-01-31T18:36:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=07867e9e4caf28738fb613c803c385f368db433e'/>
<id>urn:sha1:07867e9e4caf28738fb613c803c385f368db433e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various files: typos/consistency and capitalization see notes below.</title>
<updated>2015-12-19T02:40:23Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-12-09T16:03:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9'/>
<id>urn:sha1:c74db9aba4814ccb4dc0ac1e4c7e4ef7589f50a9</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>src/modules: typos, consistency capitalize, fomatting and indenting fixes</title>
<updated>2015-12-19T02:40:22Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-12-09T12:00:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f4c79ca075042b834ba04adbd32b1973245089a0'/>
<id>urn:sha1:f4c79ca075042b834ba04adbd32b1973245089a0</id>
<content type='text'>
these contains in addition the whitespace changes
</content>
</entry>
</feed>
