[yast-commit] r49555 - /trunk/gtk/TODO
Author: rpmcruz Date: Fri Aug 1 02:28:34 2008 New Revision: 49555 URL: http://svn.opensuse.org/viewcvs/yast?rev=49555&view=rev Log: Updating TODO. Modified: trunk/gtk/TODO Modified: trunk/gtk/TODO URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/TODO?rev=49555&r1=49554&r2=49555&view=diff ============================================================================== --- trunk/gtk/TODO (original) +++ trunk/gtk/TODO Fri Aug 1 02:28:34 2008 @@ -7,19 +7,9 @@ = Look and feel = -* YGtkWizard: navigation bar (see sysconfig module) should be GtkPaned. - -* YGtkWizard: support for skin -- some mockups under mockups/. - -* YGBarGraph / RatioBox: let tiny widgets still have some pixels visible - for popup menu. - * YGRichText: should use GtkHtml when available, so that we get support for tables. -* RatioBox: Our buttons are too big in some dialogs (eg. run disk.ycp as user). - Check where our algorithm differs from yast-core's. - * YGTextEntry / YGMultiLineEdit: Add undo/redo support. The backend code should be shared. We probably want to make an interface for it that is then implemented by those two GTK widgets. Work out a patch for GTK+. @@ -27,40 +17,17 @@ = Package Selector = (this little monster diserves a section of its own. =)) -* Patch selector (YOU) - + we should also list installed patches and maybe a way to remove them - (downgrade of version should work for most cases -- check how qt does it). - Probably a tab for this? - -* Translation support (i18n -- pot files -- gettext!). - * Search syntax: add proper Google syntax support. Consider also adding regex support when Glib ships with it (add radio boxes to entry's context menu). -* Re-work Yast face to Jakub's suggestion; make it configurable. - -* We need an easter-egg! :) - -= Internal affairs = - -* IntField / Slider - o to consider: only report value change when the widget is stalled. - To use g_idle functionality. - = Yast-Core = -* Stock images for wizard - Already patched stock icons supports for regular button (even if not - currently being used), but not for wizard ones. +* Stock icons for buttons (at least the wizard ones) + Currently the support is limited to English because it's done by comparing + the strings to a list of stock icon ones. * Button order Should be possible to specify button order. eg: [Ok] [Cancel] vs [Cancel] [Ok] We could hack this through if we had stock images support (may depend on the way they are implemented). - -** Performance of yast2 package selector: - + 95% of the time is spent in zypper, - + the filter models (etc.) are doing a fairly good job - + unfortunately fetching 'summary' and 'description' is painfully slow - + accelerated summary with a hash/cache. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn.opensuse.org