summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix gtk+ warnings about deprecated style propertyThierry Vignaud2016-10-232-5/+2
| | | | | | | we could have switched to 'outline' & 'outline-width' CSS properties but those rules were not actually used since: commit 3f121fb587ac7bd24146b73a3b1a6205945112d0 for widgets named 'focus' commit affb4f01253426fb7c8159c947e08b803d226eb9 for GtkTextView
* sync with codeThierry Vignaud2016-10-1478-16614/+16086
|
* don't list authors of the C versionThierry Vignaud2016-10-141-4/+0
| | | | that was replaced by this perl version 16 years ago...
* do not advertize artwork authorsThierry Vignaud2016-10-141-7/+0
| | | | when that artwork was removed years ago
* Update Basque translation from TxYuri Chornoivan2016-10-131-2/+2
|
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-55/+0
| | | | (need latest perl_checker)
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-37/+0
| | | | (need latest perl_checker)
* Update Lithuanian translation from TxYuri Chornoivan2016-09-141-2/+2
|
* Update Tamil translation from TxYuri Chornoivan2016-09-091-2/+2
|
* Update Tamil translation from TxYuri Chornoivan2016-09-091-693/+173
|
* Update Welsh translation from TxYuri Chornoivan2016-09-041-81/+24
|
* Update Hungarian translation from TxYuri Chornoivan2016-08-251-69/+6
|
* Update Japanese translation from TxYuri Chornoivan2016-08-141-5/+6
|
* Update Hindi translationYuri Chornoivan2016-07-101-64/+12
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-091-68/+7
|
* Update Dutch translation from TxYuri Chornoivan2016-07-061-421/+20
|
* Update Spanish translation from TxYuri Chornoivan2016-07-051-74/+7
|
* Update Waloon translation from TxYuri Chornoivan2016-06-281-70/+6
|
* Update Serbian translation from TxYuri Chornoivan2016-06-251-1085/+199
|
* Update Romanian translation from TxYuri Chornoivan2016-06-181-78/+9
|
* Rename make dist archive to control-center-version.tar.xzRémi Verschelde2016-05-281-3/+4
| | | | | This makes it the same as the gitweb snapshot URL we now use directly in the drakconf package.
* 13.713.7Rémi Verschelde2016-05-282-1/+3
|
* Fix typo in updated copyrightRémi Verschelde2016-05-281-1/+1
| | | | Bug introduced in 57a93aa286a94479ce231d4d52b367035492d1d2
* Pack a 128px icon for the GTK+3 window (mga#18066)Rémi Verschelde2016-05-286-8/+9
| | | | | | | | Use the SVG was tried but did not seem to work out of the box (icons were very pixelated). Thus adding a 128px icon as window icon, since it is used at least by Plasma for high-res previews. Also dropping the smaller 20x20 and 32x32 icons that nothing uses.
* Add Mageia copyright and update FSF addressRémi Verschelde2016-05-281-1/+2
|
* Update copyright year in about windowRémi Verschelde2016-05-282-1/+2
|
* Drop obsolete apps fileRémi Verschelde2016-05-281-4/+0
|
* Install drakconf icon to hicolor (with SVG)Rémi Verschelde2016-05-288-5/+9
| | | | Allows to use scalable graphics unlike icons/{,large,mini} (mga#18066)
* Drop obsolete drakconf icons (mga#18066)Rémi Verschelde2016-05-284-0/+1
|
* Use new icon for updates frequency applet (mga#18226)Rémi Verschelde2016-05-282-1/+3
|
* Updated Estonian translationMarek Laane2016-05-261-23/+24
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2016-05-251-70/+7
|
* - Updated Turkish translationtarakbumba2016-05-221-4/+4
|
* Update Bengali translation from TxYuri Chornoivan2016-05-091-10/+10
|
* Update Bengali translation from TxYuri Chornoivan2016-05-081-4/+4
|
* Update Bengali translation from TxYuri Chornoivan2016-05-051-27/+27
|
* Update Thai translation from TxYuri Chornoivan2016-04-301-49/+7
|