summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 13.3413.14Thierry Vignaud2017-03-302-1/+3
|
* fix unusable links with webkit 2.16.0Thierry Vignaud2017-03-302-0/+2
| | | | | | | | | This is a webkit 2.16.0 "regression" where one cannot click anymore on links We now need to enable the 'allow-universal-access-from-file-url' property. previous commit shows that with 2.16, we see eg: CONSOLE ERROR Not allowed to load local resource: file:///Fonts CONSOLE ERROR Not allowed to load local resource: file:///Services
* write wekbit console messages to stdoutThierry Vignaud2017-03-302-0/+2
| | | | (if using --testing)
* Update Esperanto translation from TxYuri Chornoivan2017-03-251-88/+8
|
* Update Danish translation from TxYuri Chornoivan2017-03-231-2/+2
|
* Update Danish translation from TxYuri Chornoivan2017-03-221-97/+7
|
* Update Tajik translation from TxYuri Chornoivan2017-03-201-22/+4
|
* Update Czech translation from TxYuri Chornoivan2017-03-191-35/+8
|
* Sync translations with previous commitRémi Verschelde2017-03-1378-17693/+16464
|
* Drop legacy loaders for drakbackup, drakmenustyle and tomoyo-gui (mga#18572)Rémi Verschelde2017-03-137-39/+3
|
* Update Croatian translation from TxYuri Chornoivan2017-03-121-65/+9
|
* 13.1313.13Rémi Verschelde2017-03-112-1/+5
|
* Update German translation from TxYuri Chornoivan2017-02-271-76/+6
|
* Update Tajik translation from TxYuri Chornoivan2017-02-171-2/+2
|
* Update Tajik translation from TxYuri Chornoivan2017-02-121-5/+5
|
* Update Tajik translation from TxYuri Chornoivan2017-02-111-54/+65
|
* Update Tajik translation from TxYuri Chornoivan2017-02-101-155/+167
|
* Update Tajik translation from TxYuri Chornoivan2017-02-091-786/+153
|
* Update Albanian translation from TxYuri Chornoivan2017-01-271-81/+8
|
* 13.12Anne Nicolas2017-01-172-1/+5
|
* Mageia 6 images for mccAnne Nicolas2017-01-173-0/+0
|
* explainThierry Vignaud2017-01-161-1/+2
|
* only force x11 backend if under WaylandThierry Vignaud2017-01-161-1/+1
|
* 13.1113.11Thierry Vignaud2017-01-122-1/+3
|
* force gtk+3 to use the x11 backendThierry Vignaud2017-01-122-0/+4
| | | | | | even on wayland (mga#19498) we rely on xwayland It's also needed in order to have working GtkSocket/GtkPlug
* Update Polish translation from TxYuri Chornoivan2016-11-141-492/+79
|
* 13.1013.10Thierry Vignaud2016-11-084-5/+6
|
* Update Russian translation from txAlexey Loginov2016-11-051-500/+73
|
* fix using --geometry with a positionThierry Vignaud2016-11-022-1/+3
| | | | this is regression of the gtk+3 port
* silent perl_checker warningsThierry Vignaud2016-11-021-2/+3
|
* 13.913.9Thierry Vignaud2016-11-022-1/+3
|
* kill some unused functionsThierry Vignaud2016-11-021-28/+0
|
* silent some perl_checker warningsThierry Vignaud2016-11-021-0/+2
|
* kill {size}Thierry Vignaud2016-11-022-4/+2
| | | | thus fix centering wait message + blinking icon while loading a tool
* kill {first_expose}Thierry Vignaud2016-11-021-4/+0
| | | | needed for next commit, else we don't look at the righ window size
* fix display wait message while loading a toolThierry Vignaud2016-11-022-0/+3
|
* silent perl_checkerThierry Vignaud2016-10-311-3/+3
|
* 13.813.8Thierry Vignaud2016-10-312-1/+3
|
* init size first or we'll never paintThierry Vignaud2016-10-312-1/+3
| | | | | or even crash in: undefined value for mandatory argument 'x' encountered at ./control-center line 1262.
* Revert "disable animation for now"Thierry Vignaud2016-10-311-1/+0
| | | | This reverts commit 125f4406b695b0d0e1ac2a4fea60c8a45b630e31.
* switch from render_to_drawable() to cairo contextThierry Vignaud2016-10-311-2/+3
|
* reindent after previous commitThierry Vignaud2016-10-311-2/+2
|
* draw: kill no more available gc & the likeThierry Vignaud2016-10-311-21/+0
|
* switch from draw_layout() to using Pango::CairoThierry Vignaud2016-10-311-2/+2
|
* setup Pango::CairoThierry Vignaud2016-10-311-0/+6
| | | | needed for using Pango::Cairo::show_layout()
* fix wrong methodsThierry Vignaud2016-10-311-2/+2
| | | | | | | | we were crashing with: Can't locate object method "get_allocated_width" via package "Gtk3::Gdk::Pixbuf" at ./control-center line 1062. conversion done in commit 1981bc71c664e541c422c17c33dc449f0bf61d16 was wrong as PixBuf doesn't herit from Gtk3::Widget
* fix accessing struct membersThierry Vignaud2016-10-311-1/+1
| | | | Gtk2 is different from Gtk3 here
* Revert "fix activating menu items with latest gtk+3"Thierry Vignaud2016-10-252-1/+2
| | | | | | | | | | | This reverts commit 1f0cd8d58986d8a9f0f03f5e348c9a030417d1e5. uses the right method now that the widget has the right type this fixes the following gtk+ warning: *** Gtk3::MenuItem::activate: passed too many parameters (expected 1, got 2); ignoring excess at ./control-center line 1031. And fixes the "Display Logs" option doing nothing (mga#19147)
* fix MenuItem typeThierry Vignaud2016-10-251-2/+1
| | | | | | The first action hides the real one we wanted... Thus the MenuItem is now checkable again (needed for next commit) (previously we got a Gtk3::ImageMenuItem instead of a Gtk3::CheckMenuItem)
* Update Latvian translation from TxYuri Chornoivan2016-10-241-54/+6
|