<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/sharedfileswindow/libkvisharedfileswindow.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/sharedfileswindow/libkvisharedfileswindow.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/sharedfileswindow/libkvisharedfileswindow.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2017-02-04T01:34:12Z</updated>
<entry>
<title>SharedFilesWindow: Remove unused variables and some code cleanup</title>
<updated>2017-02-04T01:34:12Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2017-02-04T01:34:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=30ee14128383c7f775bb0b4bc3ef6d468b27e1ff'/>
<id>urn:sha1:30ee14128383c7f775bb0b4bc3ef6d468b27e1ff</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>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>Bye bye MDI. I have probably introduced few minor bugs that I haven't been able to spot yet. Please report. Closes #1630.</title>
<updated>2015-09-27T22:45:44Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2015-09-27T22:45:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a8b12f44d0e747d143b61c50ed4f8c580045a259'/>
<id>urn:sha1:a8b12f44d0e747d143b61c50ed4f8c580045a259</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Created KVICOREACTIONS for the old previously caps-based entries in the tools menu; added 2 dynamic submenus to the tools menu to stop 3rd part caps-based items and scripting actions items</title>
<updated>2012-03-08T23:11:37Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2012-03-08T23:11:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=7596772feecece50db8677689eba609f16661da3'/>
<id>urn:sha1:7596772feecece50db8677689eba609f16661da3</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6089 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title> - Happy new year!</title>
<updated>2012-01-01T16:43:23Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2012-01-01T16:43:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b538ec203da0ad5f6ea00dc4340dac7af0169b90'/>
<id>urn:sha1:b538ec203da0ad5f6ea00dc4340dac7af0169b90</id>
<content type='text'>
 - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. =&gt; fixed
 - Some parts of kvirc were still coded as if more than one KviMainWindows could exists =&gt; 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 =&gt; 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
</content>
</entry>
<entry>
<title>renamed a global pointer;</title>
<updated>2011-01-06T03:52:09Z</updated>
<author>
<name>Elvio Basello</name>
</author>
<published>2011-01-06T03:52:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2dd83d7b75fa4728b307b211550a60dc17be2dd0'/>
<id>urn:sha1:2dd83d7b75fa4728b307b211550a60dc17be2dd0</id>
<content type='text'>
more work on KDE notifier;


git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5303 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>reworked icon stuff</title>
<updated>2011-01-05T22:54:21Z</updated>
<author>
<name>Elvio Basello</name>
</author>
<published>2011-01-05T22:54:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=12fba74234ec39059b1043c2febcc983fd7cbaf6'/>
<id>urn:sha1:12fba74234ec39059b1043c2febcc983fd7cbaf6</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>The big rename for modules. Still some details remaining.</title>
<updated>2011-01-01T20:19:56Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2011-01-01T20:19:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c601b5a27f74b16158adafe429faefbe573e64a2'/>
<id>urn:sha1:c601b5a27f74b16158adafe429faefbe573e64a2</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
</feed>
