<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdebase/ksmserver/shutdown.cpp, branch master</title>
<subtitle>TDE base libraries and programs
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdebase/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdebase/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/'/>
<updated>2025-05-27T01:24:24Z</updated>
<entry>
<title>Replace TRUE/FALSE with boolean values true/false</title>
<updated>2025-05-27T01:24:24Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-05-25T09:08:57Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=0a439ac80bdf6ffb9cac104ad3098a321ee0403c'/>
<id>urn:sha1:0a439ac80bdf6ffb9cac104ad3098a321ee0403c</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Use tdestandarddirs.h</title>
<updated>2025-02-25T13:46:25Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-02-25T13:46:25Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=669c9bc7d86221be927586ec3078e6247048ca37'/>
<id>urn:sha1:669c9bc7d86221be927586ec3078e6247048ca37</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Use tdeApp</title>
<updated>2025-02-03T12:34:30Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-01-14T06:08:54Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=834496cf73084adeb3959b6e2c11f104955bb69a'/>
<id>urn:sha1:834496cf73084adeb3959b6e2c11f104955bb69a</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Use tdeprocess.h</title>
<updated>2024-12-02T04:06:56Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-12-02T04:06:56Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=6671b1a5d0141c7c2f07c7bc4b33977538754d94'/>
<id>urn:sha1:6671b1a5d0141c7c2f07c7bc4b33977538754d94</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>ksmserver: Fix FTBFS when building without tdehw library.</title>
<updated>2024-10-11T22:49:38Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2024-10-11T22:49:38Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=2b6ca044662284548f3e870ecec450311e1f5aee'/>
<id>urn:sha1:2b6ca044662284548f3e870ecec450311e1f5aee</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>KSMServer: reload power-managerrc settings every time before they are needed</title>
<updated>2024-08-01T10:00:28Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2024-07-10T09:06:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=88a090066be5f7c0d9611b88eb8f27902e1409ed'/>
<id>urn:sha1:88a090066be5f7c0d9611b88eb8f27902e1409ed</id>
<content type='text'>
Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>KSMServer: improve suspend code</title>
<updated>2024-08-01T10:00:28Z</updated>
<author>
<name>Mavridis Philippe</name>
<email>mavridisf@gmail.com</email>
</author>
<published>2024-06-09T19:04:25Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=d88718ee027e329565d2d97c5cadde4aa1b83166'/>
<id>urn:sha1:d88718ee027e329565d2d97c5cadde4aa1b83166</id>
<content type='text'>
1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.
2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.
3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)
4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options.

Signed-off-by: Mavridis Philippe &lt;mavridisf@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines</title>
<updated>2024-01-16T01:03:43Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-01-12T01:51:50Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=a4241b7911d2e0b36edfb02f616b8b282050c0ec'/>
<id>urn:sha1:a4241b7911d2e0b36edfb02f616b8b282050c0ec</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace various '#define' strings - part 6</title>
<updated>2023-12-26T12:26:32Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-12-22T09:45:07Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=c4a6487c827add9382001ff1892b8fb3bfa94682'/>
<id>urn:sha1:c4a6487c827add9382001ff1892b8fb3bfa94682</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace Qt with TQt</title>
<updated>2023-11-13T12:03:36Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-11-13T12:03:36Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdebase/commit/?id=b965cbac5b21345e9dfc768a7e4f660ffa4aa72f'/>
<id>urn:sha1:b965cbac5b21345e9dfc768a7e4f660ffa4aa72f</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
</feed>
