Oswald Buddenhagen | 11 Mar 2010 09:02
Picon
Favicon
Gravatar

[kde-artists] [Bug 230265] Greeting String font rendering or window too small

https://bugs.kde.org/show_bug.cgi?id=230265

Oswald Buddenhagen <ossi <at> kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossi <at> kde.org
          Component|general                     |general
         AssignedTo|kdm-bugs-null <at> kde.org       |kde-artists <at> kde.org
            Product|kdm                         |artwork

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

Oswald Buddenhagen | 12 Mar 2010 12:10
Picon
Favicon
Gravatar

[kde-artists] [Bug 230412] login screen (oxygen-air kdm theme): last letter of hostname cut in half

https://bugs.kde.org/show_bug.cgi?id=230412

Oswald Buddenhagen <ossi <at> kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossi <at> kde.org
          Component|general                     |general
         AssignedTo|kdm-bugs-null <at> kde.org       |kde-artists <at> kde.org
            Product|kdm                         |artwork

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

Christoph Feck | 14 Mar 2010 04:47
Picon

[kde-artists] [Bug 219169] Images missing on home page

https://bugs.kde.org/show_bug.cgi?id=219169

Christoph Feck <christoph <at> maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Christoph Feck <christoph maxiom de>  2010-03-14 04:47:50 ---
Fixed by Davide Bettio.

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

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

Oswald Buddenhagen | 18 Mar 2010 21:12
Picon
Favicon
Gravatar

[kde-artists] [Bug 230265] Greeting String font rendering or window too small

https://bugs.kde.org/show_bug.cgi?id=230265

Oswald Buddenhagen <ossi <at> kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|ossi <at> kde.org                |
          Component|general                     |general
         AssignedTo|kde-artists <at> kde.org         |kdm-bugs-null <at> kde.org
            Product|artwork                     |kdm
     Ever Confirmed|0                           |1

--- Comment #2 from Oswald Buddenhagen <ossi kde org>  2010-03-18 21:12:19 ---
actually, this is most likely http://bugreports.qt.nokia.com/browse/QTBUG-7768
, so the artwork is not to blame.

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

Oswald Buddenhagen | 18 Mar 2010 21:27
Picon
Favicon
Gravatar

[kde-artists] [Bug 230412] login screen (oxygen-air kdm theme): last letter of hostname cut in half

https://bugs.kde.org/show_bug.cgi?id=230412

Oswald Buddenhagen <ossi <at> kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Oswald Buddenhagen <ossi kde org>  2010-03-18 21:27:34 ---

*** This bug has been marked as a duplicate of bug 230265 ***

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
______________________________________________________________________________
kde-artists <at> kde.org |  https://mail.kde.org/mailman/listinfo/kde-artists

Oswald Buddenhagen | 20 Mar 2010 22:25
Picon
Favicon
Gravatar

[kde-artists] KDE/kdebase/workspace/kdm

SVN commit 1105667 by ossi:

add shortcut to toggle theme debugging

CCMAIL: kde-artists <at> kde.org

 M  +9 -0      config.def  
 M  +12 -0     kfrontend/kgreeter.cpp  
 M  +1 -0      kfrontend/kgreeter.h  
 M  +3 -1      kfrontend/themer/kdmthemer.h  

--- trunk/KDE/kdebase/workspace/kdm/config.def #1105666:1105667
 <at>  <at>  -2706,3 +2706,12  <at>  <at> 
 Description:
  The theme to use for the greeter. Can point to either a directory or an XML
  file.
+
+Key: AllowThemeDebug
+Type: bool
+Default: false
+User: greeter
+Instance: #*/true
+Comment: &
+Description:
+ Enable the Alt-Ctrl-D shortcut to toggle greeter theme debugging.
--- trunk/KDE/kdebase/workspace/kdm/kfrontend/kgreeter.cpp #1105666:1105667
 <at>  <at>  -51,6 +51,7  <at>  <at> 
 #include <QMovie>
 #include <QPainter>
 #include <QPushButton>
(Continue reading)

Oswald Buddenhagen | 20 Mar 2010 22:24
Picon
Favicon
Gravatar

[kde-artists] [Bug 204599] password box text area smaller than graphic area displayed

https://bugs.kde.org/show_bug.cgi?id=204599

Oswald Buddenhagen <ossi <at> kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Oswald Buddenhagen <ossi kde org>  2010-03-20 22:24:33 ---
SVN commit 1105668 by ossi:

make the geometry suck less

force the gui style and use properly framed line edits instead
of overlaying images with line edits.

BUG: 204599

 M  +0 -2      CMakeLists.txt  
 M  +28 -24    oxygen-air.xml  
 D             pw-entry-li.png  
 M             pw-entry.png  
 D             user-entry-li.png  
 M             user-entry.png  

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

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
(Continue reading)


Gmane