summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 13.1513.15Thierry Vignaud2017-04-032-1/+3
|
* localize variableThierry Vignaud2017-04-031-3/+1
|
* use Gtk+ animations instead of manually doing itThierry Vignaud2017-04-032-38/+17
| | | | | | | | | | | This simplifies our code: we can remove our timer and our custom DrawingAread and its 'draw' hook. We just have to add the various fading variants of the icon in a PixbufSimpleAnim, set it to loop forver and let Gtk+ handles the animation. This also prevents delayed action to happen before first draw signal due to bad timing (mga#19827).
* better message for missing pkgs (mga#20614)Thierry Vignaud2017-04-031-1/+1
|
* fix previous bogus cleaningThierry Vignaud2017-04-031-3/+0
| | | | | commit "f23d43d1c224d9caf2b085f831b4728b3b70c540" was untested thus incompleted and resulted in bogus entries
* 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()