<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/my/libkvimy.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/my/libkvimy.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/my/libkvimy.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2018-12-04T01:26:31Z</updated>
<entry>
<title>Convert 0s and NULLs to nullptr</title>
<updated>2018-12-04T01:26:31Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-12-04T01:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3820267cf16d09b7e8e2d7a8f30b7a340f300934'/>
<id>urn:sha1:3820267cf16d09b7e8e2d7a8f30b7a340f300934</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>cleanup: add or remove empty lines between documentation  blocks &amp; code</title>
<updated>2016-03-14T04:57:12Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-03-05T12:03:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=5ea541aa07d60abed30f908b66cd75ebf9490088'/>
<id>urn:sha1:5ea541aa07d60abed30f908b66cd75ebf9490088</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: capitalize, formatting, consistency and syntax fixes</title>
<updated>2015-12-19T02:40:22Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-12-09T11:58:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=7d4516afc4cd194f9224dcd5e07e0f234c162fdf'/>
<id>urn:sha1:7d4516afc4cd194f9224dcd5e07e0f234c162fdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copyright headers: fix broken boilerplate wording linkss -&gt; terms and opinion -&gt; option</title>
<updated>2015-11-28T00:27:43Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-11-28T00:12:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=973649f82e5543a84f71b384a3f1bc9741007874'/>
<id>urn:sha1:973649f82e5543a84f71b384a3f1bc9741007874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright Headers: Cosmetic typos irc -&gt; IRC</title>
<updated>2015-10-28T09:30:35Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-10-28T09:29:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2f8e7f483ad14b55d7e71be19e87de1f52de4930'/>
<id>urn:sha1:2f8e7f483ad14b55d7e71be19e87de1f52de4930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ci skip] cpp file typos and capitalization corrections</title>
<updated>2015-10-08T16:39:58Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-10-08T12:31:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=4916057361fc8ce13f63e36b993f20a1e4aa7e1c'/>
<id>urn:sha1:4916057361fc8ce13f63e36b993f20a1e4aa7e1c</id>
<content type='text'>
</content>
</entry>
</feed>
