summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UpdateDavid Baudens2002-09-051-0/+0
|
* updated po filePablo Saratxaga2002-09-051-3/+3
|
* updated po filePablo Saratxaga2002-09-051-6/+5
|
* updated po filesPablo Saratxaga2002-09-053-118/+73
|
* updated po filePablo Saratxaga2002-09-051-2/+2
|
* UpdateDavid Baudens2002-09-053-0/+0
|
* fix mcc link to work as non rootThierry Vignaud2002-09-051-1/+1
|
* UpdateDavid Baudens2002-09-053-0/+0
|
* updated po filesPablo Saratxaga2002-09-052-4/+3
|
* don't use .png extensionThierry Vignaud2002-09-051-2/+2
|
* updated po filePablo Saratxaga2002-09-051-2/+2
|
* updated po filePablo Saratxaga2002-09-051-4/+3
|
* updated po filePablo Saratxaga2002-09-041-2/+2
|
* updated po filePablo Saratxaga2002-09-041-5/+2
|
* updated po filePablo Saratxaga2002-09-041-3/+2
|
* updated po filePablo Saratxaga2002-09-041-4/+3
|
* updated po filePablo Saratxaga2002-09-041-27/+8
|
* updated po filePablo Saratxaga2002-09-0450-5353/+5551
|
* iupdated po filePablo Saratxaga2002-09-041-107/+111
|
* updated po filesPablo Saratxaga2002-09-042-214/+222
|
* updated po filePablo Saratxaga2002-09-041-107/+111
|
* updated po filePablo Saratxaga2002-09-041-117/+120
|
* add drakperm iconThierry Vignaud2002-09-043-2/+2
|
* add tv iconThierry Vignaud2002-09-044-3/+41
|
* don't crash app by disabling logs while there're pending appsThierry Vignaud2002-09-041-1/+4
|
* updated po filePablo Saratxaga2002-09-042-217/+216
|
* add hint for gtk+2 portThierry Vignaud2002-09-041-0/+3
|
* - detect automatically timezone.Daouda Lo2002-09-041-1/+1
|
* Fix iconsFrederic Crozat2002-09-0412-7/+39
| | | | | | Add missing applications Move SoftwareManagement.directory.in from rpmdrake to drakconf
* 23mdkThierry Vignaud2002-09-042-4/+176
|
* embbed drakcronatThierry Vignaud2002-09-041-1/+1
|
* embbed drakbackup in mccThierry Vignaud2002-09-041-1/+1
|
* requires userdrakeThierry Vignaud2002-09-041-1/+1
|
* UpdateDavid Baudens2002-09-034-1/+4
|
* updated po filesPablo Saratxaga2002-09-032-101/+97
|
* UpdateDavid Baudens2002-09-031-0/+0
|
* UpdateDavid Baudens2002-09-032-0/+0
|
* Update for WebDAV iconDavid Baudens2002-09-032-1/+1
|
* Update icon of Server configuration -> ProxyDavid Baudens2002-09-031-1/+1
|
* UpdateDavid Baudens2002-09-032-1/+1
|
* Change some imagesDavid Baudens2002-09-031-6/+6
|
* 48x48 sizeDavid Baudens2002-09-035-0/+0
|
* Add:David Baudens2002-09-034-0/+0
| | | | | | | | * ftp-mdk.png for Server configuration -> FTP * web-mdk.png for Server configuration -> Web * postfix.png for Server configuration -> Postfix * news.png for Server configuration -> News
* updated po filePablo Saratxaga2002-09-032-132/+112
|
* 21mdkThierry Vignaud2002-09-031-2/+6
|
* - create_pix_text, gtkicons_labels_widget: remove text color argument, ↵Thierry Vignaud2002-09-031-3/+2
| | | | | | | default to black - remove last debugging prints
* kill debugging printsThierry Vignaud2002-09-031-2/+0
|
* fix pixbuf usage because of damzThierry Vignaud2002-09-031-0/+1
|
* 20mdkThierry Vignaud2002-09-031-2/+6
|
* - ugtk :Thierry Vignaud2002-09-031-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | o create_pix_text: * remove * kill uni colored background * api change: + background argument => background list + remove bold argument * render all text (normal, highlighted, selected) on specified background in one pass o gtkicons_labels_widget(): * explain/comment * move all drawing logic in &$draw * create buffer area, text pics only one time * add a pixbuf for highlighted item * render highlighted icon by making it more transparent * recalculate drawing buffer only on state change - mcc : * move all drawing logic in &$draw * create buffer area, text pics only one time * render highlighted icon by making it more transparent * recalculate drawing buffer only on state change