summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * new icons for hardware and soundTimothée Giet2016-02-239-813/+955
| | | | | | | | new icons for hardware and sound
| * new icon for console-mdkTimothée Giet2016-02-233-62/+30
| | | | | | | | new icon for console-mdk
| * update disdrake iconTimothée Giet2016-02-223-6/+124
| | | | | | | | update disdrake icon
| * svg sources for new iconsTimothée Giet2016-02-2256-0/+20268
| | | | | | | | svg sources for new icons
| * several new iconsTimothée Giet2016-02-2212-0/+0
| | | | | | | | | | new icons for drakgw, drakproxy, firewall, security fix a mistake on installremoverpm
| * update gitignore ruleTimothée Giet2016-02-211-0/+1
| | | | | | | | add a rule for .directory files in .gitignore
| * rm useless directory fileTimothée Giet2016-02-211-4/+0
| | | | | | | | rm useless directory file
| * icons for software categoryTimothée Giet2016-02-209-1/+1
| | | | | | | | | | new icons for software related entries one icon name change in Control_Center.pm
| * icon for draksecTimothée Giet2016-02-202-0/+0
| | | | | | | | icon for daksec
| * icon for share connectionTimothée Giet2016-02-203-0/+4
| | | | | | | | icon for share connection entry
| * icons for new- and remove-connectionTimothée Giet2016-02-204-0/+0
| | | | | | | | icons for new- and remove-connection
| * New icons 1st partTimothée Giet2016-02-1789-0/+0
| | | | | | | | | | 1st part of the new icons for MCC. Lot of icons imported from Breeze icon theme and a some new or tweaked ones.
* | draksplash is dead since 2009...Thierry Vignaud2016-03-242-16/+0
| |
* | Update Lithuanian translation from TxYuri Chornoivan2016-03-221-7/+8
| |
* | Update Catalan translation from TxYuri Chornoivan2016-03-181-31/+31
| |
* | 13.313.3Thierry Vignaud2016-03-182-1/+3
| |
* | explicitely disable plugins & javaThierry Vignaud2016-03-182-0/+5
| | | | | | | | | | though they do not seem to be loaded anymore since we switched from webkit1 to webkit2...
* | add comments to explainThierry Vignaud2016-03-181-0/+3
| |
* | port to WebKit2 (mga#15031)Thierry Vignaud2016-03-182-8/+16
| |
* | supplement blacklistThierry Vignaud2016-03-181-0/+1
| |
* | Update Georgian translation from TxYuri Chornoivan2016-03-161-659/+101
| |
* | Update Albanian translation from TxYuri Chornoivan2016-03-131-72/+85
| |
* | 13.213.2Thierry Vignaud2016-02-242-1/+5
| |
* | use real class name (s!WebKit_View!WebKit_WebView!)Thierry Vignaud2016-02-221-1/+1
|/
* Add Urdu translationYuri Chornoivan2016-01-221-0/+1424
|
* 13.113.1Thierry Vignaud2016-01-022-1/+3
|
* typo fixThierry Vignaud2016-01-021-1/+1
|
* adapt to drakboot -> drakautologin splitThierry Vignaud2016-01-022-1/+3
|
* Update Welsh translation from TxYuri Chornoivan2015-12-271-485/+64
|
* Update Japanese translation from TxYuri Chornoivan2015-12-272-16/+23
|
* Update Lithuanian translation from TxYuri Chornoivan2015-12-221-8/+8
|
* 13.013.0Thierry Vignaud2015-12-202-1/+9
|
* disable animation for nowThierry Vignaud2015-12-201-0/+1
| | | | | this need more work and the gtk3+ port is rotting for 2 years already...
* fix activating menu items with latest gtk+3Thierry Vignaud2015-12-201-1/+1
| | | | | | gtk+3 has changed since 2 years ago, resulting in: Can't locate object method "set_active" via package "Gtk3::ImageMenuItem"
* simplify after converting to UIMThierry Vignaud2015-12-201-15/+1
|
* switch from factory to UIManagerThierry Vignaud2015-12-201-41/+57
|
* switch to Vte-3Thierry Vignaud2015-12-201-2/+2
|
* fix setting boldThierry Vignaud2015-12-201-1/+1
| | | | | | | | fix the following error: Argument "bold" isn't numeric in subroutine entry at which is not nice as we rely on hardcoded value... (PANGO_WEIGHT_BOLD is not available through introspection)
* fix crash while setting sizeThierry Vignaud2015-12-201-1/+1
| | | | | Can't locate object method "scale_large" via package "Pango" at ./control-center
* fix weight attributeThierry Vignaud2015-12-201-1/+1
| | | | | Can't locate object method "PANGO_WEIGHT_BOLD" via package "Pango" at ./control-center line 1413.
* drop support for external themes, there has been any in a decadeThierry Vignaud2015-12-201-42/+2
| | | | also simplify next commit
* perl_checker cleanupThierry Vignaud2015-12-201-1/+1
|
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2015-12-201-1/+1
|
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2015-12-201-1/+1
|
* Gtk3::exit() is no more in Gtk3Thierry Vignaud2015-12-201-1/+0
|
* fix invisible text under the cursorThierry Vignaud2015-12-202-2/+9
| | | | | | | with theme-galaxy.css, text was rendered white on gray we need to prevent the default rule to be applied (which is useless for us anyway) since it's loaded after our own rules (gtknew('MDV_Notebook') => import_style_ressources()) and set our own colors for normal & hover states
* switch from RC files to CSSThierry Vignaud2015-12-203-12/+13
|
* use introspection for Vte tooThierry Vignaud2015-12-201-3/+10
|
* fix calling keyval_from_name()Thierry Vignaud2015-12-201-1/+1
|
* fix computing root_window sizeThierry Vignaud2015-12-201-1/+1
|