Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-24 | fix: Seat property on Session interface | Eric Koegel | 1 | -1/+11 | |
return 'Seat1', '/org/freedesktop/ConsoleKit/Seat1' instead of the object path twice. | |||||
2017-07-23 | feat: Add CanControlSession dbus call | Eric Koegel | 3 | -0/+27 | |
This way a program can query whether CK2 can actually do the Session Controller stuff before attempting to call TakeControl. | |||||
2017-07-17 | Updates for 1.2.0 release1.2.0 | Eric Koegel | 3 | -5/+33 | |
2017-07-17 | Transifex translation update | ConsoleKit2TransifexBot | 5 | -203/+183 | |
Mode: default Matched 5 languages | |||||
2017-07-15 | i18n: update pot file | Eric Koegel | 1 | -39/+35 | |
2017-07-15 | fix: Allow changing to VTs we don't have a session for | Eric Koegel | 1 | -8/+19 | |
As an example, this allows you to be on VT2 and switch to VT5 which isn't currently being used for anything. | |||||
2017-07-15 | fix: correct introspection prefixes | Eric Koegel | 1 | -2/+2 | |
So the created gir file outputs the libconsolekit into a proper class. | |||||
2017-07-15 | feat: Add wscons headers for OpenBSD | Eric Koegel | 2 | -4/+17 | |
It won't be used until a session controller backend is built for OpenBSD but it will be one step less to add. | |||||
2017-07-07 | fix: Change configure.ac to enable the udev backend with devattr | Eric Koegel | 1 | -6/+31 | |
And print out which session controller backend we're using. | |||||
2017-07-06 | fix: Use KDSKBMODE if defined | Eric Koegel | 1 | -0/+4 | |
To fix compiling on OpenIndiana. | |||||
2017-07-06 | fix: Use #ifdef HEADER_H instead of #ifdef OS | Eric Koegel | 1 | -2/+14 | |
To fix compiling on FreeBSD. | |||||
2017-06-22 | fix: FreeBSD session activation | Eric Koegel | 4 | -11/+112 | |
This is based heavily on the work of Jesper Schmitz Mouridsen in: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179399&action=diff from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202269 Fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/85 | |||||
2017-06-22 | fix: Place sessions with a VT on the static Seat1 | Eric Koegel | 1 | -1/+5 | |
This way they can be marked active. | |||||
2017-06-21 | fix: clean up clang warnings | Eric Koegel | 3 | -5/+5 | |
2017-06-21 | fix: correct uninitialized variable warning | Eric Koegel | 1 | -2/+1 | |
2017-06-21 | chore: update gitignore | Eric Koegel | 1 | -0/+3 | |
2017-06-21 | chore: more autotools cleanup work | Eric Koegel | 2 | -40/+39 | |
2017-06-21 | fix: Explicitly check for needed symbols | Eric Koegel | 1 | -6/+6 | |
Such as VT_RELDISP, rather than a specific header file. This will fix VT calls not being built on FreeBSD. | |||||
2017-06-20 | fix: Correct build errors in OpenBSD | Eric Koegel | 1 | -2/+11 | |
2017-06-20 | fix: fix compiling on FreeBSD | Eric Koegel | 3 | -3/+5 | |
And remove -Wredundant-decls from build warnings | |||||
2017-06-08 | Transifex translation update | ConsoleKit2TransifexBot | 5 | -206/+140 | |
Mode: default Matched 5 languages | |||||
2017-06-02 | chore: update readme with new deps | Eric Koegel | 1 | -0/+2 | |
2017-06-02 | Updates for 1.1.2 release1.1.2 | Eric Koegel | 8 | -97/+125 | |
2017-06-02 | coverity: 180820 remove dead code | Eric Koegel | 1 | -4/+0 | |
2017-05-28 | chore: add CONSOLEKIT_DEBUGGING support back in | Eric Koegel | 1 | -1/+1 | |
when compiling with --enable-debug=full | |||||
2017-05-22 | chore: update ck-list-sessions man page | Eric Koegel | 1 | -2/+36 | |
For new properies output by the program. | |||||
2017-05-22 | fix: add session class + state to ck-list-sessions | Eric Koegel | 1 | -5/+26 | |
2017-05-22 | chore: update tests for new methods added | Eric Koegel | 2 | -1/+14 | |
Ensure all the new methods and properies get added to the tests. | |||||
2017-05-22 | fix: Allow session-class property to be set via OpenSessionWithParameters | Eric Koegel | 1 | -0/+1 | |
Otherwise there's no way for a DM to set it. | |||||
2017-05-21 | feat: add a session-state property and method | Eric Koegel | 8 | -4/+178 | |
CK2 will change this property dynamically depending on if the session is active or online. At some point we may also provide the "closing" state as well but it's currently unused. This property maps to the logind state. | |||||
2017-05-21 | fix: wrong lib linked in libconsolekit.pc.in | Eric Koegel | 1 | -1/+1 | |
2017-05-21 | feat: Add session-class dbus property and get method | Eric Koegel | 7 | -4/+176 | |
This adds a session-class property to the CK2 Session. It maps to the class property of logind. | |||||
2017-05-21 | feat: introduce libconsolekit | Eric Koegel | 21 | -313/+2614 | |
Create a libconsolekit helper library for developers to ease working with ConsoleKit2. The library is exported using GObject Introspection so there's bindings to other languages. | |||||
2017-05-21 | fix: remove the rest of the gcc warnings | Eric Koegel | 16 | -47/+44 | |
2017-05-21 | fix: remove warnings about signed/unsigned comparisons | Eric Koegel | 2 | -4/+4 | |
2017-05-21 | fix: remove warning about redeclaration | Eric Koegel | 1 | -2/+0 | |
2017-05-21 | fix: remove warnings about redundant function declarations | Eric Koegel | 9 | -18/+0 | |
2017-05-21 | chore: simplify configure.ac | Eric Koegel | 7 | -206/+699 | |
Pull in the m4 macros from the xfce4-dev-tools so we have ways to simplify and shorten the configure.ac file. | |||||
2017-05-20 | feat: Add dbus method GetVTNr to Session | Eric Koegel | 3 | -0/+28 | |
This method call simple returns the VTNr property but may be useful to applications that don't want to connect to all the dbus properies to query just that one. | |||||
2017-05-18 | feat: document session types allowed | Eric Koegel | 2 | -8/+13 | |
Using the same ones logind does for compatibility. Additionally, default to "unspecified" if no type is set instead of an empty string. | |||||
2017-05-14 | feat: add dbus LockSession/UnlockSession | Eric Koegel | 5 | -31/+186 | |
To ConsoleKit Manager interface. Programs like GDM are using these calls with logind so this will make adding CK2 support easier. | |||||
2017-05-14 | feat: add dbus ActivateSession/ActivateSessionOnSeat | Eric Koegel | 5 | -8/+155 | |
To ConsoleKit Manager interface. Programs like GDM are using these calls with logind so this will make adding CK2 support easier. | |||||
2017-05-10 | Fix --enable-libudev configure flag | Eric Koegel | 1 | -5/+5 | |
Thanks for perfinion to pointing this out. | |||||
2017-05-08 | Updates for 1.1.1 release1.1.1 | Eric Koegel | 8 | -316/+390 | |
2017-05-08 | Transifex translation update | ConsoleKit2TransifexBot | 5 | -268/+185 | |
Mode: default Matched 5 languages | |||||
2017-05-06 | trivial: fix a gcc compiler warning | Eric Koegel | 1 | -1/+1 | |
2017-05-06 | Drop the seat late rules | Eric Koegel | 3 | -17/+1 | |
This was copied over from systemd but we aren't using it. Fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/93 | |||||
2017-05-06 | Don't try to remove the cgroup when empty | Eric Koegel | 1 | -11/+0 | |
It produces a warning message and doesn't have much overhead anyway. Fixes: https://github.com/ConsoleKit2/ConsoleKit2/issues/72 | |||||
2017-05-06 | Add a LockedHint Property | Eric Koegel | 3 | -4/+90 | |
This adds a LockedHint property to ConsoleKit.Session and a SetLockedHint dbus method to change it. The SetLockedHint method is resitricted to the user that owns the session. For: https://github.com/ConsoleKit2/ConsoleKit2/issues/89 | |||||
2017-05-06 | trivial: update valgrind command | Eric Koegel | 1 | -3/+7 | |
This way it can easily be hooked into the serivce startup and report any leaks for an entire lifecycle. |