Summary: | Tooltips are missing on all GUI items | ||
---|---|---|---|
Product: | [Applications] kompare | Reporter: | Amilcar do Carmo Lucas <a.lucas> |
Component: | general | Assignee: | Kompare developers <kompare-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bruggie, chaofeng111, esigra |
Priority: | NOR | ||
Version: | 3.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Amilcar do Carmo Lucas
2003-11-26 16:47:54 UTC
Works in KDE 3.2 RC1. Yes but not for the buttons in the configure kompare dialog pages. Almost fixed this locally though. Expect a commit related to this this weekend. Subject: Re: kdesdk/kompare On Sunday 25 January 2004 21:27, Otto Bruggeman wrote: > CVS commit by bruggie: > > Implemented Ingo's wish, not with a simplestringlisteditor but with a > klineeditbox CCMAIL: 73195-done@bugs.kde.org Bah this also implements a lot of tooltips for the gui items on the diff pages in the configure dialog, and adds 1 extra diff option. Still a mess though so i'll need to redo the layout some day. Usability people care to help out with that before 3.3 some time ? Is this enough tooltips for your taste or do you want more Amilcar ? Lately i feel like a male version of the fairy godmother because of the many wishes i grant :) Otto > M +14 -10 kompareurldialog.cpp 1.8 > M +4 -3 kompareurldialog.h 1.3 > M +44 -24 komparepart/diffprefs.cpp 1.23 > M +6 -3 komparepart/diffprefs.h 1.10 > M +7 -9 komparepart/diffsettings.cpp 1.15 > M +3 -3 komparepart/diffsettings.h 1.14 > M +0 -1 libdiff2/komparemodellist.cpp 1.61 > M +18 -7 libdiff2/kompareprocess.cpp 1.27 Sorry. There are still things missing in the Apearence, Diff, Format and Exlude tabs. :( One other missing thing is that the caption on the status bar should Explain what the menu item is suposed to do. Take a look at KDevelop. If you select "Edit->Find in files" you get "Shearch for expressions over several files" in the status bar. This improves usability. Thanks for all the whish granting. Kompare is a great app. Helps me a lot developing KDevelop. I don't like the show some help in the statusbar of a different window. But i will add more tooltips and whatsthis information for all the different gui items on all tabs this time :) (I knew it could be improved that's why i did not close the bug yet) This is gonna be a little spammy... I'm reassigning everything that's currently assigned to bruggie (who's been the default assignee for bugs since time began) to the new list address. Bruggie: if you're working on one or more of these atm, please snatch 'em back.. Everyone, esp. Joshua and Bruggie: if this genrates 33 mails, my sincere apologies.. Silly me, I copied the wrong bug number. There was some info in this commit that applies to the other bug. SVN commit 929702 by bruggie: CCBUG: 61391 Add even more "what's this" strings to the diff options. Still a few pages left to do. Finally fully remove the options for RCS and Ed, they will never be implemented by me. M +11 -6 diffpage.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929702 |