matt rice | 1 Nov 2006 14:33
Picon

[bug #18171] exception when ungrouping


URL:
  <http://savannah.gnu.org/bugs/?18171>

                 Summary: exception when ungrouping
                 Project: GNUstep
            Submitted by: ratmice
            Submitted on: Wednesday 11/01/2006 at 13:33
                Category: Gorm
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

group an NSTableView and a NSButton into a split view
ungrouping them raises an exception.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18171>

_______________________________________________
(Continue reading)

matt rice | 1 Nov 2006 14:40
Picon

[bug #18172] ungrouping grouped objects produces strange behaviour


URL:
  <http://savannah.gnu.org/bugs/?18172>

                 Summary: ungrouping grouped objects produces strange
behaviour
                 Project: GNUstep
            Submitted by: ratmice
            Submitted on: Wednesday 11/01/2006 at 13:40
                Category: Gorm
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

drop 2 NSButtons onto a window,
(named button 1 and button 2)

group button 1 into a box (named box 1)

group box1 and the button2 into another box (box2)

ungroup box2

(Continue reading)

Riccardo mottola | 2 Nov 2006 09:53
Picon

[bug #18176] wrong character drawing/spacing


URL:
  <http://savannah.gnu.org/bugs/?18176>

                 Summary: wrong character drawing/spacing
                 Project: GNUstep
            Submitted by: rmottola
            Submitted on: Thursday 11/02/2006 at 08:53
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

I recently noticed on two different comptuers that font drawing seems to have
serious problems. The single characters are correct, but they are almost
randomply spaced horizontally, as if width was calculated wrongly.
THis is particularly evident in the applicaiton about dialogs where I can see
stuff like
"Released under t        he GNU General P      ublic License"

but it appears almost everywhere else in similar disguise, including
controls.

(Continue reading)

Riccardo mottola | 2 Nov 2006 09:55
Picon

[bug #18177] no iconv encoding for x00


URL:
  <http://savannah.gnu.org/bugs/?18177>

                 Summary: no iconv encoding for x00
                 Project: GNUstep
            Submitted by: rmottola
            Submitted on: Thursday 11/02/2006 at 08:55
                Category: None
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

I noticed an incredible amount of logging coming out from differnet
applications. TI is always like:

2006-11-02 09:49:28.016 PRICE[12468] No iconv for encoding x00

I suppose it must come from back or gui. It slows down the interface almost
to unusbaility sometimes or delays the startup of applications.

it may be related to 18176? I verified this on xlib.

(Continue reading)

Richard Frith-Macdonald | 2 Nov 2006 14:08
Picon

[bug #18177] no iconv encoding for x00


Follow-up Comment #1, bug #18177 (project gnustep):

Is this the current stable release or unstable(svn trunk)?

If the latter, then I guess it could be a host/locale specific problem
ralated to a recent change to handling mapping of font registry to string
encoding.  I thought that the new mapping included all the old mapping values
as a subset, but maybe not.

It would be useful to have a backtrace showing where the problem originates,
and if it's in [XGFontInfo-setupAttributes]  you could try enabling debug
logging (start the app with --GNU-Debug=default) and see what it logs for
this (messages of the form 'Found encoding ... for ...').

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18177>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Richard Frith-Macdonald | 3 Nov 2006 19:02
Picon

[bug #18176] wrong character drawing/spacing


Update of bug #18176 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Cause same as #18177

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18176>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Richard Frith-Macdonald | 3 Nov 2006 19:04
Picon

[bug #18177] no iconv encoding for x00


Update of bug #18177 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Was characterset to encoding mapping error ... fixed by adding extra charset
name mappings as the X font registry uses isoNNNN-N where IANA uses
iso-NNNN-N

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18177>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Ingolf Jandt | 4 Nov 2006 17:59
Picon

[bug #18199] wish: disable hide: functionality / menu item when GSSupressAppIcon is YES


URL:
  <http://savannah.gnu.org/bugs/?18199>

                 Summary: wish: disable hide: functionality / menu item when
GSSupressAppIcon is YES
                 Project: GNUstep
            Submitted by: ingolf
            Submitted on: Samstag 04.11.2006 um 16:59
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

When I use GNUstep apps with GNOME I sometimes set GSSupressAppIcon. It is
obviously very unpropitious to accidently hide your app in this circumstance.
-- Ingolf

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18199>
(Continue reading)

matt rice | 5 Nov 2006 11:02
Picon

[bug #16589] Resize-handles hard to grab.


Follow-up Comment #2, bug #16589 (project gnustep):

its worth noting that you can change the default
until it is changed in Gorm,

defaults write Gorm KnobWidth 7
defaults write Gorm KnobHeight 7

it will be rounded to the next odd number if its even,
the default is 5, and 9 seems too big IMHO.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?16589>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
matt rice | 5 Nov 2006 11:30
Picon

[bug #17941] Popup button sometimes pops behind panel


Update of bug #17941 (project gnustep):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Declined               

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17941>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Gmane