Bug 182312 - wish: simplify toolbars in the default setup
Summary: wish: simplify toolbars in the default setup
Status: RESOLVED FIXED
Alias: None
Product: ktimetracker
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Thorsten Staerk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 16:11 UTC by Diederik van der Boor
Modified: 2010-01-02 23:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
The default of KTimeTracker as it exists today (39.82 KB, image/png)
2009-01-29 16:12 UTC, Diederik van der Boor
Details
Suggested layout of the toolbars, to use as new default (38.45 KB, image/png)
2009-01-29 16:12 UTC, Diederik van der Boor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diederik van der Boor 2009-01-29 16:11:41 UTC
Version:           4.2.0 (using 4.2.00 (KDE 4.2.0) "release 82.2", KDE:KDE4:Factory:Desktop / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.20-0.1-default

I'd like to see the toolbar of ktimetracker simplified, like most KDE 4 applications have done.

Attached you'll find two screenshots. One with the default appearance, one with my suggested appearance. This can be configured already, but I'd like to see it as default. I think this would make KTimeTracker a lot easier to use.
Comment 1 Diederik van der Boor 2009-01-29 16:12:14 UTC
Created attachment 30710 [details]
The default of KTimeTracker as it exists today
Comment 2 Diederik van der Boor 2009-01-29 16:12:42 UTC
Created attachment 30711 [details]
Suggested layout of the toolbars, to use as new default
Comment 3 Thorsten Staerk 2009-01-29 21:27:43 UTC
I like it, especially the word "bewerken" which sounds funny for a german speaker!
Comment 4 Thorsten Staerk 2009-01-29 21:28:33 UTC
I would only do this if at the same time it will be possible again to have several ktimetracker instances open.
Comment 5 Thorsten Staerk 2009-12-31 15:46:28 UTC
I just wanted to implement it for an internet tablet where you do not have a mouse, but a touchscreen. Tooltips are tedious there - it is hard to move the mouse pointer over an icon. How did you implement this? Thanks!
Comment 6 Diederik van der Boor 2010-01-02 20:24:40 UTC
> How did you implement this? Thanks!

I just configured the toolbars from the GUI, to show "icons next to text" and I removed some actions from the toolbar. So I guess this should also be possible in the code.
Comment 7 Thorsten Staerk 2010-01-02 22:33:02 UTC
To reproduce:
1. start ktimetracker
2. right-click on a toolbar
3. select Text position -> Text alongside icons

I tried to do this in qt designer, but it is so simple. I did not know this is possible... with my program.
Comment 8 Thorsten Staerk 2010-01-02 22:37:40 UTC
Here is it in code form, I just submitted it to qtimetracker.

Index: /root/nokia/ktimetracker/ktimetracker/mainwindow.ui
===================================================================
--- /root/nokia/ktimetracker/ktimetracker/mainwindow.ui	(revision 16)
+++ /root/nokia/ktimetracker/ktimetracker/mainwindow.ui	(working copy)
@@ -75,6 +75,9 @@
    <property name="movable">
     <bool>false</bool>
    </property>
+   <property name="toolButtonStyle">
+    <enum>Qt::ToolButtonTextBesideIcon</enum>
+   </property>
    <property name="floatable">
     <bool>false</bool>
    </property>
Comment 9 Thorsten Staerk 2010-01-02 23:59:38 UTC
SVN commit 1069207 by tstaerk:

Show a description next to the toolbar items. That is especially important if
you have an internet table, i.e. a computer without a mouse but with a
touchscreen.

BUGS:182312



 M  +3 -0      mainwindow.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1069207