|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| ... |  | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| 
| 
| | installed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | + Added reading of estimated time to fully charged battery
  (time_to_full_now)
  The remaining time is calculated if the value is not provided
  in the battery information.
  If the battery does not provide charging current information,
  the estimated time to charge the battery cannot be calculated.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
Note: <sys/signal.h> has been removed from the tdeio/tdeio/connection.cpp source - it was already declared.
Signed-off-by: Matías Fonzo <selk@dragora.org> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Error found when compiling against GCC9+Musl:
Scanning dependencies of target start_tdeinit
[ 51%] Building C object tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c: In function ‘set_protection’:
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:47:16: error: storage size of ‘st’ isn’t known
   47 |    struct stat st;
      |                ^~
/usr/src/qi/build/tdelibs-trinity-14.0.7/tdeinit/start_tdeinit.c:51:9: warning: implicit declaration of function ‘lstat’ [-Wimplicit-function-declaration]
   51 |    if ( lstat (buf, &st) == 0) {
      |         ^~~~~
make[2]: *** [tdeinit/CMakeFiles/start_tdeinit.dir/build.make:63: tdeinit/CMakeFiles/start_tdeinit.dir/start_tdeinit.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:10421: tdeinit/CMakeFiles/start_tdeinit.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Signed-off-by: Matías Fonzo <selk@dragora.org> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Changes related to this commit:
- Clean up #if mess.
- Use unconditionally the correct macros isnan, isinf.
- Remove redudant macros from the build system.
Signed-off-by: Matías Fonzo <selk@dragora.org> | 
| | 
| 
| 
| | Signed-off-by: Matías Fonzo <selk@dragora.org> | 
| | 
| 
| 
| 
| 
| 
| 
| | + Avahi detection was not performed at all
+ Added missing avahi-client detection
+ Fixed FTBFS in avahi related code
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | + The current frequency is parsed from the scaling_cur_freq file
  If the current frequency is not found in /proc/cpuinfo, the attempt
  to read value from cpuinfo_cur_freq failed because only root can
  read this file.
+ The have_frequency flag is not set when parsing current frequency from sysfs
  Setting the have_frequency flag after parsing current frequency for the
  first core caused the current frequency not to be parsed for other cores.
+ Frequency characteristics are parsed for all cores
  The assumption that the frequency characteristics for all cores will be
  the same as the first core is no longer reliable. There are heterogeneous
  architectures - for example ARM big.LITTLE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | + Added initialization of all values
  Some batteries do not provide all values and, without
  initialization, values may contain dubious data.
+ Added reading of current battery capacity value in percent
  (capacity)
  Some batteries may provide the current capacity value in
  percent instead of the current energy value.
+ Added check whether the battery provides current energy value
  (charge_now or energy_now)
  The current energy is calculated if the value is not provided
  in the battery information.
+ Added reading of estimated time to empty battery
  (time_to_empty_now)
  The remaining time is calculated if the value is not provided
  in the battery information.
  If the battery does not provide charging current information,
  the estimated time to charge the battery cannot be calculated.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| 
| 
| | This partially reverts commit 4e765ab579.
Signed-off-by: Chris <xchrisx@uber.space> | 
| | |  | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| 
| | Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| 
| | Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | + our internal implementation of IceAuthFileName tests
  whether the ICEauthority file exists in the folder
  specified by the XDG_RUNTIME_DIR variable
+ DCOP client tests whether the ICEauthority file for
  a specific user exists in the user's folder based on
  the XDG_RUNTIME_DIR variable
+ tdeinit uses the IceAuthFileName() function
  instead of building the file name
This relates to bug 3027.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | The first argument of the OPENSSL_init_ssl and OPENSSL_init_crypto
functions must be a 64-bit int, not a 32-bit int, as this caused
unpredictable OpenSSL behavior.
This resolves bug 3024.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | |  | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| 
| 
| | resolves issue #35.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | It is very unclear at this point what a valid use case for this feature
would possibly be. The old documentation only mentions $(hostname) as
an example, which can be done with $HOSTNAME instead.
Note that $(...) is still supported in Exec lines of desktop files,
this does not require [$e] anyway (and actually works better without it,
otherwise the $ signs need to be doubled to obey tdeconfig $e escaping rules...).
Based on KDE Frameworks 5 kconfig patch for CVE-2019-14744.
This resolves issue #45.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| 
| 
| | instead of generating addressee source files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Anton Repko <anton@a-repko.sk> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Anton Repko <anton@a-repko.sk> | 
| | 
| 
| 
| 
| 
| | dbus-1-tqt code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Chris <xchrisx@uber.space> | 
| | 
| 
| 
| | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |