- Nov 13, 2018
-
-
Georges Basile Stavracas Neto authored
-
Benjamin Berg authored
This is solely used for filtering by unittest, however, if it is missing, then unittest will fail. So generate a reasonable name (which is unfortunately not identical to the real name of the attribute).
-
- Nov 12, 2018
-
-
Robert Ancell authored
Broken in 67a9f474
-
Robert Ancell authored
Broken in 5368c1cb
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
-
Piotr Drąg authored
-
Piotr Drąg authored
-
Benjamin Berg authored
The python based tests are working again. Re-enable them so that they get run by the CI. This reverts commit 2f44c441.
-
Georges Basile Stavracas Neto authored
The purpose of this interactive test is to be able to prototype new features for CcPanel without having to adapt existing panels. Three test panels were added as part of this initial patch: * Dynamic panels: panel exercising the ability to show and hide itself at runtime. * Header: panel that embeds a header widget. * Static Initializer: panel that sets a static init function to run at startup.
-
Georges Basile Stavracas Neto authored
This is just a nicety for the test mode; when there are no panels added under those categories, do not show the rows.
-
Georges Basile Stavracas Neto authored
This commit does a few different bit interwined things to the build steps: * Make libtestshell and gnome-control-center share more of the variables and resouces; * Use 'dependencies' instead of 'link_with' for libshell; * Add some visual marks as comments;
-
Georges Basile Stavracas Neto authored
Add documentation comments to the public functions, which has the additional benefit of adding visual marks for public functions and making it easier to navigate through this file.
-
Georges Basile Stavracas Neto authored
These will be used by the test panels.
-
Georges Basile Stavracas Neto authored
In order to introduce test panels, which are a nice to have feature before actually moving to working on the custom widget on sidebar feature, add a way to override the panels vtable and load whatever panels we might want.
-
Georges Basile Stavracas Neto authored
Instead of enumerating them, putting that in a GList, then iterating the GList printing the panel names, simply print them while enumerating.
-
Georges Basile Stavracas Neto authored
Put the externally visible functions at the bottom, and the static functions at the top.
-
Georges Basile Stavracas Neto authored
-
Georges Basile Stavracas Neto authored
We will allow test panels to be added, so the vtable must be overridable. The first step into making it overridable is exposing the actual vtable struct.
-
Georges Basile Stavracas Neto authored
Be more strict about the get_type() availability - we cannot run without it.
-
Georges Basile Stavracas Neto authored
Saves use a few lines of code.
-
Georges Basile Stavracas Neto authored
Trivial cleanup.
-
- Nov 11, 2018
-
-
Robert Ancell authored
-
- Nov 10, 2018
-
-
Kristjan SCHMIDT authored
-
Alex Hirsch authored
When changing the display mode, the apply button does not appear if the current mode and new mode differ only in their interlaced flag. The display mode comparison function now takes the interlaced flag into account.
-
- Nov 09, 2018
-
-
Robert Ancell authored
This wasn't done correctly in 112b61c0
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
And return focus correctly when switching back to local login
-
Robert Ancell authored
-
Robert Ancell authored
This is not used by anyone.
-
Robert Ancell authored
-
Robert Ancell authored
-
Robert Ancell authored
Remove widget IDs that are unused.
-
Robert Ancell authored
-