<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdebase, branch feat/fix-suspend-code</title>
<subtitle>TDE base libraries and programs
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdebase/atom?h=feat%2Ffix-suspend-code</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdebase/atom?h=feat%2Ffix-suspend-code'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/'/>
<updated>2019-02-13T09:05:37Z</updated>
<entry>
<title>Minor fix up: standby option was missing in one point.</title>
<updated>2019-02-13T09:05:37Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-11-11T12:43:33Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=1e1f49f330cbf89ad36c71517b71bf6d2c631fe7'/>
<id>urn:sha1:1e1f49f330cbf89ad36c71517b71bf6d2c631fe7</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fixed support for freeze/standby/suspend/hybrid suspend/hibernate in</title>
<updated>2019-02-13T09:05:37Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-11-06T14:43:05Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=359dc4faf49d8087260ac3a7110025491c9663c1'/>
<id>urn:sha1:359dc4faf49d8087260ac3a7110025491c9663c1</id>
<content type='text'>
main menus (both Classic and Kickoff).

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Port TIME_WITH_SYS_TIME to CMake.</title>
<updated>2019-02-11T17:55:47Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-11T17:55:47Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=98abb9e8ee924fb0b19cf8bfc40752f97ed8afb3'/>
<id>urn:sha1:98abb9e8ee924fb0b19cf8bfc40752f97ed8afb3</id>
<content type='text'>
This resolves FTBFS from commit 05dc8500dd.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Add $DISPLAY to kdesktop_lock_lockfile file name.</title>
<updated>2019-02-11T16:40:48Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-11T16:40:48Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=d3834ad4f50062ba720bc38e9248bd3c1335b50d'/>
<id>urn:sha1:d3834ad4f50062ba720bc38e9248bd3c1335b50d</id>
<content type='text'>
This resolves bug 2998.

Thanks to Russell Brown for analyzing the problem and propose a solution.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Ensure include of sys/stat.h</title>
<updated>2019-02-11T16:31:38Z</updated>
<author>
<name>OBATA Akio</name>
<email>obache@wizdas.com</email>
</author>
<published>2019-02-11T09:41:46Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=dc4a0dd776c07aaaec23489f4500b53ebe9bf581'/>
<id>urn:sha1:dc4a0dd776c07aaaec23489f4500b53ebe9bf581</id>
<content type='text'>
It is required for mkdir(2), chmod(2) and mkfifo(2).

Signed-off-by: OBATA Akio &lt;obache@wizdas.com&gt;
</content>
</entry>
<entry>
<title>Port HAVE_SYS_TIME_H to CMake</title>
<updated>2019-02-11T16:30:31Z</updated>
<author>
<name>OBATA Akio</name>
<email>obache@wizdas.com</email>
</author>
<published>2019-02-11T09:11:07Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=6326fec9f14f8b4288fc1822007ef7cd06339f7a'/>
<id>urn:sha1:6326fec9f14f8b4288fc1822007ef7cd06339f7a</id>
<content type='text'>
It is used, but not checked with CMake.

Signed-off-by: OBATA Akio &lt;obache@wizdas.com&gt;
</content>
</entry>
<entry>
<title>resolve ambiguous log() overload</title>
<updated>2019-02-11T08:54:14Z</updated>
<author>
<name>OBATA Akio</name>
<email>obache@wizdas.com</email>
</author>
<published>2019-02-11T08:54:14Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=28d80743c0fcd9c9ca9bdccd78d3c052dc9b43de'/>
<id>urn:sha1:28d80743c0fcd9c9ca9bdccd78d3c052dc9b43de</id>
<content type='text'>
log() may accept `float` or `double` for C++, so passing `int` is ambiguous.
Change to exactly pass valiables as `double` to log(), it is expected here.

Signed-off-by: OBATA Akio &lt;obache@wizdas.com&gt;
</content>
</entry>
<entry>
<title>Use common test for large files support.</title>
<updated>2019-02-04T00:22:54Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-01T16:16:01Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=02cb998b9cb2cd5ef36fe0b86781fc452a0d150e'/>
<id>urn:sha1:02cb998b9cb2cd5ef36fe0b86781fc452a0d150e</id>
<content type='text'>
Drop hardcoded definition -D_LARGEFILE64_SOURCE.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Use common GCC visibility test.</title>
<updated>2019-02-04T00:22:53Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-01T16:15:04Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=9a394bb261926a6ef9e8a5155c2ebe70261affe3'/>
<id>urn:sha1:9a394bb261926a6ef9e8a5155c2ebe70261affe3</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fix FTBFS when build -DWITH_XRANDR=OFF</title>
<updated>2019-02-04T00:20:56Z</updated>
<author>
<name>Alexander Golubev</name>
<email>fatzer2@gmail.com</email>
</author>
<published>2019-02-03T18:12:40Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=22189b6d305e07c67a4d6556e660605289789019'/>
<id>urn:sha1:22189b6d305e07c67a4d6556e660605289789019</id>
<content type='text'>
Signed-off-by: Alexander Golubev &lt;fatzer2@gmail.com&gt;
</content>
</entry>
</feed>
