summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated po filesPablo Saratxaga2002-09-0255-6109/+6042
|
* meuhGuillaume Cottenceau2002-09-021-2/+2
|
* fix XFdrake entryThierry Vignaud2002-09-021-1/+1
|
* - new background under main textThierry Vignaud2002-09-023-5/+41
| | | | | | | - don't display log on first notebook page - tinyfirewall is now drakfirewall - update translations
* update french translationThierry Vignaud2002-09-021-3/+2
|
* - s/tinyfirewall/drakfirewall/Daouda Lo2002-09-021-1/+1
|
* updated po filesPablo Saratxaga2002-09-0255-3715/+4009
|
* 18 mdk since 17mdk didn't make it in changelogThierry Vignaud2002-09-021-2/+4
|
* 17mdk:Thierry Vignaud2002-09-023-6/+49
| | | | | | | - s/Display/Graphical server configuration/ - use more various icons for wizards - add mcc link
* update french traductionThierry Vignaud2002-09-021-13/+10
|
* updated translationArkadiusz Lipiec2002-09-011-19/+3
|
* - s/diskdrake-cdwriter.png/diskdrake_cdwriter.png/ aka titi S**Daouda Lo2002-08-311-1/+5
| | | | | (hopefully only users with cd burners are affected)
* - diskdrake_cdwriter png typo fixDaouda Lo2002-08-311-0/+0
|
* - fix typo in pixmapDaouda Lo2002-08-311-0/+0
|
* fix requiresThierry Vignaud2002-08-301-1/+2
|
* 16mdkThierry Vignaud2002-08-301-1/+4
|
* fix icons position in left columnThierry Vignaud2002-08-301-3/+3
|
* new alpha blendered mccThierry Vignaud2002-08-302-5/+224
|
* add new iconsThierry Vignaud2002-08-3055-0/+0
|
* remove old iconsThierry Vignaud2002-08-30109-0/+0
|
* - mcc :Thierry Vignaud2002-08-301-45/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o kill gtkpng_() and gtk_createpng_() wrappers: if icon is missing, better die while testing rather than make perl display "uncaught code ..." o kill unused timer o use new ln's icons o disable stupid icon highlighting (was made with duplicating manually all icons in gimp and blue-y them there); restore this effect'll need little play with gamma o use ugtk o kill dead code o cleanups o icons: * switch to new icons set * replace pixmap table by a pixbuf one * use pixbufs for backgrouns and icons, * composite background and icons with transparency trough ugtk::compose_pixbufs() * render icons with full alpha blender in left column * comment the different states * simplify callbacks - ugtk : o readd gdkpixbuf support o ensure imlib is used by default to load files, not gdk-pixbuf o compose_with_back(): load a png icon into a pixbuf and call compose_pixbufs with background pixbuf o compose_pixbufs(): render transparent icon onto background into a new pixbuf o merge gtkcreate_png_pixbuf() from gdk-pixbuf-0-branch : load an icon into a pixbuf gdk-pixbuf-0-branch also uses it to simplify a lot of code o gtkicons_labels_widget() : * add a new background pixbuf parameter that'll be composited with icons * render icons with alpha blender in right area * kill imlib_counter * kill imlib usage for * kill dead code (was dead since i fixed mcc memory leaks) - TODO: icon flashing on application launch - POSTPONED: merge big cleanup, global replacement of imlib usage by gdk-pixbuf from gdk-pixbuf-0-branch since it would impacted drakx which is not so good
* Fix icon pathFrederic Crozat2002-08-3031-31/+31
|
* updated po filePablo Saratxaga2002-08-301-302/+114
|
* updated po filePablo Saratxaga2002-08-291-115/+115
|
* updated po filePablo Saratxaga2002-08-281-107/+108
|
* updated po filePablo Saratxaga2002-08-281-109/+110
|
* updated po filesPablo Saratxaga2002-08-282-292/+258
|
* updated po filePablo Saratxaga2002-08-281-111/+112
|
* updated po filePablo Saratxaga2002-08-281-111/+113
|
* - added drakxconf back (updates apps)Daouda Lo2002-08-281-6/+4
| | | | | | | - move themes from %_datadir/mcc to %_datadir/mcc/themes since fred has added gnome files in the directory we put themes, thus making a bogus "desktop" them appears in menu (tvignaud)
* - replace $_sbindir by exact path in drakxconfDaouda Lo2002-08-281-1/+1
|
* fixed errors in po filesPablo Saratxaga2002-08-279-887/+877
|
* move themes from /usr/share/mcc to /usr/share/mcc/themesThierry Vignaud2002-08-273-14/+20
| | | | | | since fred added gnome files in the directory we put themes, thus making a bogus "desktop" them appears in menu.
* - - added drakxconf back (updates apps)Daouda Lo2002-08-271-1/+4
|
* - add drakxconfDaouda Lo2002-08-272-0/+51
|
* updated po filesPablo Saratxaga2002-08-274-22/+21
|
* updated po filesPablo Saratxaga2002-08-263-28/+12
|
* updated po filePablo Saratxaga2002-08-261-15/+11
|
* *** empty log message ***Thierry Vignaud2002-08-261-0/+36
|
* - remove CHLD wait signal handler which prevent non mandrake programsDaouda Lo2002-08-262-5/+9
| | | | | to be embedded
* updated po filePablo Saratxaga2002-08-261-245/+38
|
* updated po filesPablo Saratxaga2002-08-265-234/+28
|
* Changed the way the pot file is builtPablo Saratxaga2002-08-2659-9204/+9284
|
* - cleanups explanations socket related codeDaouda Lo2002-08-262-10/+7
| | | | | - Be consistent with enable / disable logs from menu
* 9.0-0.11mdkThierry Vignaud2002-08-262-1/+156
|
* add back tv cards configuration since now we can configure tv cardsThierry Vignaud2002-08-261-74/+74
| | | | | kernel modules
* *** empty log message ***Daouda Lo2002-08-251-2/+2
|
* - log display fix.Daouda Lo2002-08-251-1/+4
|
* - nice log display.Daouda Lo2002-08-251-9/+19
|
* updated po filesPablo Saratxaga2002-08-254-15/+14
|