[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Antonio Macchi III
This bug is still around on Jaunty (Beta, but right before release) with
Evolution 2.26.1

Evolution is unusable on netbooks with 800x480 screen resolution since
the minimum size of the main window and dialogues are wider than the
screen. The main problem is the width, but an overall review of the
constraints would be nice.

It would be sad if users of netbooks and devices with small screens are
ignored. As we know many new users in this category are affected.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, lets put some effort into this one. I am not a C programmer, but lets see 
where we get to.
I downloaded the source code for evolution, in the file 
evolution-2.26.0/plugins/startup-wizard/startup-wizard.c it includes libgnomeui 
and creates a gnome druid (a wizard) it does not do anything at all that I can 
see to specify the dimensions of the druid. It seems the bug may be not in 
evolution but in libgnomeui
I have seen a dell mini 9 running Ubuntu netbook remix with a small evolution 
window, maybe there was a patch for the lpia architecture in libgnomeui to make 
smaller druids.
Anyhow I got the source for libgnomeui-2.24.1, in the libgnomeui folder there 
is gnome-druid.c, this contains some algorithms for sizing the window I think, 
but I don't really understand them yet, or why they don't work.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, some progress. Using parasite http://chipx86.github.com/gtkparasite
I was able to determine that setting the allow-shrink property of the
window to true would be a good idea, probably as good as getting the
size right in the first place. The druid code doesn't actually create
the window, the GTKWindow is created by evolution in eutil/e-config.c in
the e_config_create_window function, which in turn was called by mail
/em-account-editor.c which was called by startup-wizard.c. I am pretty
sure that setting the allow-shrink property to true in one of these
places would be a good thing. Still digging through the code to find
where the dimensions are set.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-19 Thread Alan Bell
I am struggling to rebuild evolution, it compiles and installs but won't
start, the error is "Evolution can not start. Your system configuration
does not match your evolution configuration" I am fairly optimistic that
adding the line

gtk_window_set_resizable(= ((GtkWindow *)w, TRUE);

at line 919 of e-util/e-config.c will at least allow resizing the
dialog.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread Sebastien Bacher
those changes are far to be perfect, adding scrollview to normal desktop
installation can make extra borders be displayed and the glade patching
will be an issue to update to new versions

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread David Mandala
Steven will make sure this gets fixed.

** Changed in: evolution (Ubuntu)
   Importance: Low => High
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Steve Kowalik (stevenk)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread Matthew Paul Thomas
** Description changed:

  I was testing in qemu and chose 800x600 as my resolution (so that the window
  fitted on my 1024x768 laptop) [Note 800x600 is a common resolution for
  subnotebooks anyway] and the evolution setup wizard does not fit in the 
vertial
  space.
  
  http://users.pepperfish.net/dsilvers/shots/evo-setup.png:
  http://users.pepperfish.net/dsilvers/shots/evo-setup.png
+ 
+ Design work for this will be published at
+ .

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package evolution - 2.25.92-0ubuntu1

---
evolution (2.25.92-0ubuntu1) jaunty; urgency=low

  * New upstream version:
Bug Fixes:
- #238346 : Set timezones from component to the calendar first, then add 
events
- #333716 : Do not store incomplete or broken files in a cache
- #404232 : Rebuild view immediately for an advanced search too
- #404232 : search bar text is set, thus the text will not be empty, which 
is considered as "no search" these days.
- #529037 : Disconnect signals on ESource-s too, not only on ECal-s
- #548623 : No auto-proxy at the moment
- #550114 : Replaced 'compute_mouse_over' with 'get_mouse_over', now works 
with cached values 'motion_row', 'motion_col'
- #550114 : Show proper tooltip in table with grouping columns
- #551470 : Do not force adding "--
- #554458 : Make content type from a mime type first
- #555888 : Do not overwrite user settings with system proxy settings
- #558366 : Set default timezone to resolve floating DATE-TIME properly
- #559027 : Do not set date for 'None' value
- #559719 : Use it's own/unique name for the property on the 'epl' and free 
the widget only if it wasn't freed yet
- #561465 : Expand 'Attendee' column instead of the last
- #563212 : Ensure empty GError before filling it
- #564229 : Do not use uninitialized variable
- #564229 : Initialize the EPluginUI registry during class initialization, 
so that it's sure to be there when we need it
- #567089 : Do not crash when no From set yet
- #567949 : Do not free memory before done with it
- #568176 : Make the migration dialog look better
- #569700 : Stop reading from a network when operation was canceled
- #569986 :
- #570364 :
- #571625 : Use black/white for foreground instead of active/inactive text 
color
- #571721 :
- #572268 : Do not duplicate "Loading..." node when adding to existing node
- #572348 : Call gtk_status_icon_set_tooltip_text
- #572399 : Do not read from invalid iterator after call of row changed
- #572543 : Always look for alternative apps for application/octet-stream
- #572903 :
- #572950 : Fix ordering of -I compiler directives
- #572962 : Pass e_shell_dbus_initialise
- #572975 : Destroy file chooser dialog early enough to not have hidden any 
other windows below it
- #573198 :
$566556 : Make it use the proper action.
Other contributions:
Build a "GUI" executable.
Do not use non-zero page size in an adjustment, it's deprecated now.
Format signature/encryption information nicer.
Function-declaration compiler warning.
Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizable
Remove deprecated gtk_combo_set_case_sensitive
Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls.
Substitute some deprecated gtk functions.
  * debian/control:
- updated evolution-data-server requirement
  * debian/patches/04_autoconf.patch:
- new version update
  * debian/patches/62_no_upstream_email_notification_by_default.patch:
- change by Ken VanDine to not enable the notification icon by default since
  the message indicator is running (lp: #331571)
  * debian/patches/63_use_actions_only_if_supported.patch:
- change by Ken VanDine to use notification actions only when the running
  notification-daemon support those (lp: #328596)
  * debian/patches/70_1024x600_contact-editor.glade.patch,
debian/patches/71_1024x600_em-account-editor.c.patch
debian/patches/72_1024x600_e-shell-settings-dialog.c.patch
debian/patches/73_1024x600_e-shell-window.c.patch
debian/patches/74_1024x600_e-sidebar.c.patch
debian/patches/75_1024x600_e-task-bar.c.patch
debian/patches/76_1024x600_e-timezone-dialog-1024x600.glade.patch
debian/patches/77_1024x600_mail-config.glade.patch
debian/patches/78_1024x600_startup-wizard.c.patch:
- change by Ying-Chun Liu to work better on small screens (lp: #8629)

 -- Sebastien BacherMon, 02 Mar 2009 23:55:35
+0100

** Changed in: evolution (Ubuntu Jaunty)
   Status: Triaged => Fix Released

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-03 Thread Sebastien Bacher
bug #337264 seems to be due to those changes

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-03 Thread Sebastien Bacher
bug #337264 seems to be due to those changes, could somebody look into
the issue?

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-01-11 Thread Alan Bell
I added a comment and link to the patches from Ying-Chun Liu (GrandPaul)
to an upstream bug at http://bugzilla.gnome.org/show_bug.cgi?id=267787

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-02 Thread Ying-Chun Liu (GrandPaul)
** Tags added: unr-application-res

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-02 Thread Ying-Chun Liu (GrandPaul)
I refine all the patches I made.
It now detects the screen resolution so it won't do any changes if the 
resolution is large.

These patches are based on evolution 2.24.3

I'll attach the patches here.
I'll also forward the patches to the upstream later.
I'd be glad if someone can help me the forwarding tasks. 
Thanks.


** Attachment added: "1024x600_patches.tar.gz"
   http://launchpadlibrarian.net/21902667/1024x600_patches.tar.gz

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-21 Thread Janek Thomaschewski
This problem is still alive in Hardy beta and with my 1280x1024 screen!
Isn't it only a change in the glade-file if there is any?

But the problem isn't the height on 1280x1024 - it's simply too wide
(look at my attachement)

** Attachment added: "hardy_evolution_1280x1024.png"
   http://launchpadlibrarian.net/12799399/hardy_evolution_1280x1024.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-22 Thread Johan Kroeckel
I hate this "behavior". System is clean Hardy Beta.

** Attachment added: "screenshot-1024x768.png"
   http://launchpadlibrarian.net/12808109/screenshot-1024x768.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-31 Thread Turbo
I'm using a full patched Ubuntu 8.04 Beta in spanish.

As you can see in the attachment, Evolution cannot fix on 1024x768. The
worst part is the windows edges that show you the modified mouse pointer
for resizing but you can't change the size of the window (it's fixed).
This bug is pretty old, I was expecting to see it fixed in Hardy.

Best Regards.

Turbo.


** Attachment added: "Pantallazo-Asistente de configuración de Evolution.png"
   
http://launchpadlibrarian.net/13000992/Pantallazo-Asistente%20de%20configuraci%C3%B3n%20de%20Evolution.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-13 Thread Knightrous
8.10 BETA, can confirm this is still a problem with 800x600 resolution.
Print screen attached.

** Attachment added: "Evolution Windows exceeds 800x600 viewable space"
   http://launchpadlibrarian.net/18514109/Evolution_800x600

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-27 Thread Ying-Chun Liu (GrandPaul)

I'm attaching all my patches regarding the evolution 600-pixel height 
non-fitting problem.

Actually there's not only the wizard problem. The Calendar tab, and some
properties dialogs have this problem too.

So I put all the patches together inside a tarball. Please use them one by one. 
Some patches are dirty and some patches are not good enough.
For example, we may fit evolution into 600 but to 1024x768, or to 1280x1024, it 
just looks a bit small.

But after applying these patches, evolution do fit in 600 height.


** Attachment added: "Patches to fit evolution in 600-pixel height."
   http://launchpadlibrarian.net/18946858/patches.tar.gz

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-27 Thread Sebastien Bacher
the changes should be discussed upstream but changing the configuration
in a way which will make the software less optimal on standard 1024 or
1280 installations is not really a win

** Changed in: evolution (Ubuntu)
   Importance: Medium => Low

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-02-28 Thread Sascha Perelechow
This problem is still alive...
I  have just setup upbuntu 7.10 (screen = 1024x768) and evolution version is 
2.12.1.
The evolution windows are to big for the screen an it is not possible to down 
size them.
Because i did not find this bug number i have opened a question (#25748 in 
German) yesterday.

It is sad to see that this problem seems to exist since 2004-09-30, because 
this was the first posting?
The program works fine so far and it was easy to set up a e-mail account p. e.
So it is a pity that there are trouble with having the windows in a proper size.
Which has nothing to do with the goal of this program...

Other programs than evolution (firefox p.e.) do not has problems with the 
sizing of windows.
I hope there will be a resolution soon, because ubuntu as well as evolution 
pleases me.
That is my first impression after two days... ;-)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-04-18 Thread Richard Hirner
Have the same problem as  Janek Thomaschewski, Johan Kröckel and Turbo.
System is a clean Ubuntu 8.04 RC. 1280x1024 nvidia

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-09-09 Thread Lingo47
I have recently got an Elonex Webbook that uses 1024 x 600. When you set
up your e-mail account you have to guess what buttons are on the lower
part of the screen and use the tab and enter button to move blindly
through the wizard. There seems to be more than enough room on the
screen. Is it not possible to have optional scroll bars for those
windows that don't fit?

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-09-20 Thread Goldenear
Evolution setup assistant windows is too large... It should really fit to a 
800x600 screen (or 1024x600 as it's a common size on netbooks). The upcoming 
ubuntu 8.10 is said to be well suited for netbooks, so this problem should be 
fixed (and it's not today)...
Ubuntu/Gnome guidelines may specify that any application must work with a 
800x600 screen or more (and even 640x480 if possible).. the only exception may 
be for CAD or specific applications that really need a highter resolution.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-04-21 Thread Nickybatts
Am I correct in assuming that this bug has been remedied in the newest versions 
of Evolution?

It appears so from this:

http://bugzilla.gnome.org/show_bug.cgi?id=262546

Thus, I am marking this bug as closed.

** Changed in: evolution (Ubuntu)
   Status: Confirmed => Rejected

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-05-16 Thread Sebastien Bacher
Upstream bug is still open, why did you mark that one as rejected?
Reopening. If the bug is fixed, the right status is "Fixed Released",
other way it should stay open

** Changed in: evolution (Ubuntu)
 Assignee: Sebastien Bacher => Ubuntu Desktop Bugs
   Status: Rejected => Unconfirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-05-27 Thread Lionel Dricot
A long standing bug, sadly. Don't know if it will ever be fixed :-(

** Changed in: evolution (Ubuntu)
 Priority: Medium => Low
   Status: Unconfirmed => Confirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-09-12 Thread Andrew Frank
i have a portrait screen and evolution does now NEARLY adapt to it (gutsy tribe 
5). but unfortunately only 
NEARLY - it does not take into account the amount of space on the left margin 
where my panel sits.

the window is has the correct size for my screen, and accomodates even
the panels at the bottom, but not the one to the left.

i hope this is easy to fix now -- as most of the problem is gone.

thank you for the improvement!

andrew

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-09-13 Thread Andrew Frank
there are limits on how much a sub-window in evolution can be shrunk - why?
the side panel should be reducable to less and the mail window equally.

i think part of the problem are that there are limits in how small the
windows can be made and these limits are too large. the resizing of
windows and parts of the window work well, othewise (down to this
limits).

can this be checked (and hopefully fixed)

andrew

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-06-15 Thread Bug Watch Updater
** Changed in: evolution (upstream)
   Status: Unconfirmed => Confirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-10-08 Thread fishor
unfortunately evolution dos not fit in 1280x1024 on gutsy.  some short
time ago it worked well i can't say with version it was ... now is
2.12.0-0ubuntu5

** Attachment added: "screenshot"
   http://launchpadlibrarian.net/9863652/Bildschirmfoto.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-10-08 Thread Sebastien Bacher
The issue is due to the german translation and already known

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-11-10 Thread Andrew Frank
i do not think that it is due to german translation - i use english! 
--

the problem seems to be more general than just evolution and happens in nearly 
all programs now - they open windows which are too big for the screen.
(eg. mysql administrator, mysql query are just the last two i used)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-11-14 Thread aamukahvi
Here's one from 2.21.2-0ubuntu1. I was going to report it until I found
this bug.

** Attachment added: "Screenshot from Hardy"
   http://launchpadlibrarian.net/10367362/HardyEvolution.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-08-03 Thread Pedro Villavicencio
** Changed in: evolution (Ubuntu)
   Status: Confirmed => Triaged

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-04-21 Thread Nickybatts
Am I correct in assuming that this bug has been remedied in the newest versions 
of Evolution?

It appears so from this:

http://bugzilla.gnome.org/show_bug.cgi?id=262546

Thus, I am marking this bug as closed.

** Changed in: evolution (Ubuntu)
   Status: Confirmed => Rejected

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-05-16 Thread Sebastien Bacher
Upstream bug is still open, why did you mark that one as rejected?
Reopening. If the bug is fixed, the right status is "Fixed Released",
other way it should stay open

** Changed in: evolution (Ubuntu)
 Assignee: Sebastien Bacher => Ubuntu Desktop Bugs
   Status: Rejected => Unconfirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-27 Thread Ying-Chun Liu (GrandPaul)

I'm attaching all my patches regarding the evolution 600-pixel height 
non-fitting problem.

Actually there's not only the wizard problem. The Calendar tab, and some
properties dialogs have this problem too.

So I put all the patches together inside a tarball. Please use them one by one. 
Some patches are dirty and some patches are not good enough.
For example, we may fit evolution into 600 but to 1024x768, or to 1280x1024, it 
just looks a bit small.

But after applying these patches, evolution do fit in 600 height.


** Attachment added: "Patches to fit evolution in 600-pixel height."
   http://launchpadlibrarian.net/18946858/patches.tar.gz

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-27 Thread Sebastien Bacher
the changes should be discussed upstream but changing the configuration
in a way which will make the software less optimal on standard 1024 or
1280 installations is not really a win

** Changed in: evolution (Ubuntu)
   Importance: Medium => Low

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-02 Thread Ying-Chun Liu (GrandPaul)
** Tags added: unr-application-res

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-02 Thread Ying-Chun Liu (GrandPaul)
I refine all the patches I made.
It now detects the screen resolution so it won't do any changes if the 
resolution is large.

These patches are based on evolution 2.24.3

I'll attach the patches here.
I'll also forward the patches to the upstream later.
I'd be glad if someone can help me the forwarding tasks. 
Thanks.


** Attachment added: "1024x600_patches.tar.gz"
   http://launchpadlibrarian.net/21902667/1024x600_patches.tar.gz

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-02-28 Thread Sascha Perelechow
This problem is still alive...
I  have just setup upbuntu 7.10 (screen = 1024x768) and evolution version is 
2.12.1.
The evolution windows are to big for the screen an it is not possible to down 
size them.
Because i did not find this bug number i have opened a question (#25748 in 
German) yesterday.

It is sad to see that this problem seems to exist since 2004-09-30, because 
this was the first posting?
The program works fine so far and it was easy to set up a e-mail account p. e.
So it is a pity that there are trouble with having the windows in a proper size.
Which has nothing to do with the goal of this program...

Other programs than evolution (firefox p.e.) do not has problems with the 
sizing of windows.
I hope there will be a resolution soon, because ubuntu as well as evolution 
pleases me.
That is my first impression after two days... ;-)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-21 Thread Janek Thomaschewski
This problem is still alive in Hardy beta and with my 1280x1024 screen!
Isn't it only a change in the glade-file if there is any?

But the problem isn't the height on 1280x1024 - it's simply too wide
(look at my attachement)

** Attachment added: "hardy_evolution_1280x1024.png"
   http://launchpadlibrarian.net/12799399/hardy_evolution_1280x1024.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-22 Thread Johan Kroeckel
I hate this "behavior". System is clean Hardy Beta.

** Attachment added: "screenshot-1024x768.png"
   http://launchpadlibrarian.net/12808109/screenshot-1024x768.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-09-20 Thread Goldenear
Evolution setup assistant windows is too large... It should really fit to a 
800x600 screen (or 1024x600 as it's a common size on netbooks). The upcoming 
ubuntu 8.10 is said to be well suited for netbooks, so this problem should be 
fixed (and it's not today)...
Ubuntu/Gnome guidelines may specify that any application must work with a 
800x600 screen or more (and even 640x480 if possible).. the only exception may 
be for CAD or specific applications that really need a highter resolution.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-13 Thread Knightrous
8.10 BETA, can confirm this is still a problem with 800x600 resolution.
Print screen attached.

** Attachment added: "Evolution Windows exceeds 800x600 viewable space"
   http://launchpadlibrarian.net/18514109/Evolution_800x600

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-09-12 Thread Andrew Frank
i have a portrait screen and evolution does now NEARLY adapt to it (gutsy tribe 
5). but unfortunately only 
NEARLY - it does not take into account the amount of space on the left margin 
where my panel sits.

the window is has the correct size for my screen, and accomodates even
the panels at the bottom, but not the one to the left.

i hope this is easy to fix now -- as most of the problem is gone.

thank you for the improvement!

andrew

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-09-13 Thread Andrew Frank
there are limits on how much a sub-window in evolution can be shrunk - why?
the side panel should be reducable to less and the mail window equally.

i think part of the problem are that there are limits in how small the
windows can be made and these limits are too large. the resizing of
windows and parts of the window work well, othewise (down to this
limits).

can this be checked (and hopefully fixed)

andrew

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-10-08 Thread fishor
unfortunately evolution dos not fit in 1280x1024 on gutsy.  some short
time ago it worked well i can't say with version it was ... now is
2.12.0-0ubuntu5

** Attachment added: "screenshot"
   http://launchpadlibrarian.net/9863652/Bildschirmfoto.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-10-08 Thread Sebastien Bacher
The issue is due to the german translation and already known

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-09-09 Thread Lingo47
I have recently got an Elonex Webbook that uses 1024 x 600. When you set
up your e-mail account you have to guess what buttons are on the lower
part of the screen and use the tab and enter button to move blindly
through the wizard. There seems to be more than enough room on the
screen. Is it not possible to have optional scroll bars for those
windows that don't fit?

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-01-11 Thread Alan Bell
I added a comment and link to the patches from Ying-Chun Liu (GrandPaul)
to an upstream bug at http://bugzilla.gnome.org/show_bug.cgi?id=267787

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-11-10 Thread Andrew Frank
i do not think that it is due to german translation - i use english! 
--

the problem seems to be more general than just evolution and happens in nearly 
all programs now - they open windows which are too big for the screen.
(eg. mysql administrator, mysql query are just the last two i used)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-11-14 Thread aamukahvi
Here's one from 2.21.2-0ubuntu1. I was going to report it until I found
this bug.

** Attachment added: "Screenshot from Hardy"
   http://launchpadlibrarian.net/10367362/HardyEvolution.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-31 Thread Turbo
I'm using a full patched Ubuntu 8.04 Beta in spanish.

As you can see in the attachment, Evolution cannot fix on 1024x768. The
worst part is the windows edges that show you the modified mouse pointer
for resizing but you can't change the size of the window (it's fixed).
This bug is pretty old, I was expecting to see it fixed in Hardy.

Best Regards.

Turbo.


** Attachment added: "Pantallazo-Asistente de configuración de Evolution.png"
   
http://launchpadlibrarian.net/13000992/Pantallazo-Asistente%20de%20configuraci%C3%B3n%20de%20Evolution.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-04-18 Thread Richard Hirner
Have the same problem as  Janek Thomaschewski, Johan Kröckel and Turbo.
System is a clean Ubuntu 8.04 RC. 1280x1024 nvidia

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Antonio Macchi III
This bug is still around on Jaunty (Beta, but right before release) with
Evolution 2.26.1

Evolution is unusable on netbooks with 800x480 screen resolution since
the minimum size of the main window and dialogues are wider than the
screen. The main problem is the width, but an overall review of the
constraints would be nice.

It would be sad if users of netbooks and devices with small screens are
ignored. As we know many new users in this category are affected.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, lets put some effort into this one. I am not a C programmer, but lets see 
where we get to.
I downloaded the source code for evolution, in the file 
evolution-2.26.0/plugins/startup-wizard/startup-wizard.c it includes libgnomeui 
and creates a gnome druid (a wizard) it does not do anything at all that I can 
see to specify the dimensions of the druid. It seems the bug may be not in 
evolution but in libgnomeui
I have seen a dell mini 9 running Ubuntu netbook remix with a small evolution 
window, maybe there was a patch for the lpia architecture in libgnomeui to make 
smaller druids.
Anyhow I got the source for libgnomeui-2.24.1, in the libgnomeui folder there 
is gnome-druid.c, this contains some algorithms for sizing the window I think, 
but I don't really understand them yet, or why they don't work.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, some progress. Using parasite http://chipx86.github.com/gtkparasite
I was able to determine that setting the allow-shrink property of the
window to true would be a good idea, probably as good as getting the
size right in the first place. The druid code doesn't actually create
the window, the GTKWindow is created by evolution in eutil/e-config.c in
the e_config_create_window function, which in turn was called by mail
/em-account-editor.c which was called by startup-wizard.c. I am pretty
sure that setting the allow-shrink property to true in one of these
places would be a good thing. Still digging through the code to find
where the dimensions are set.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-19 Thread Alan Bell
I am struggling to rebuild evolution, it compiles and installs but won't
start, the error is "Evolution can not start. Your system configuration
does not match your evolution configuration" I am fairly optimistic that
adding the line

gtk_window_set_resizable(= ((GtkWindow *)w, TRUE);

at line 919 of e-util/e-config.c will at least allow resizing the
dialog.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread Sebastien Bacher
those changes are far to be perfect, adding scrollview to normal desktop
installation can make extra borders be displayed and the glade patching
will be an issue to update to new versions

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread David Mandala
Steven will make sure this gets fixed.

** Changed in: evolution (Ubuntu)
   Importance: Low => High
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Steve Kowalik (stevenk)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread Matthew Paul Thomas
** Description changed:

  I was testing in qemu and chose 800x600 as my resolution (so that the window
  fitted on my 1024x768 laptop) [Note 800x600 is a common resolution for
  subnotebooks anyway] and the evolution setup wizard does not fit in the 
vertial
  space.
  
  http://users.pepperfish.net/dsilvers/shots/evo-setup.png:
  http://users.pepperfish.net/dsilvers/shots/evo-setup.png
+ 
+ Design work for this will be published at
+ .

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package evolution - 2.25.92-0ubuntu1

---
evolution (2.25.92-0ubuntu1) jaunty; urgency=low

  * New upstream version:
Bug Fixes:
- #238346 : Set timezones from component to the calendar first, then add 
events
- #333716 : Do not store incomplete or broken files in a cache
- #404232 : Rebuild view immediately for an advanced search too
- #404232 : search bar text is set, thus the text will not be empty, which 
is considered as "no search" these days.
- #529037 : Disconnect signals on ESource-s too, not only on ECal-s
- #548623 : No auto-proxy at the moment
- #550114 : Replaced 'compute_mouse_over' with 'get_mouse_over', now works 
with cached values 'motion_row', 'motion_col'
- #550114 : Show proper tooltip in table with grouping columns
- #551470 : Do not force adding "--
- #554458 : Make content type from a mime type first
- #555888 : Do not overwrite user settings with system proxy settings
- #558366 : Set default timezone to resolve floating DATE-TIME properly
- #559027 : Do not set date for 'None' value
- #559719 : Use it's own/unique name for the property on the 'epl' and free 
the widget only if it wasn't freed yet
- #561465 : Expand 'Attendee' column instead of the last
- #563212 : Ensure empty GError before filling it
- #564229 : Do not use uninitialized variable
- #564229 : Initialize the EPluginUI registry during class initialization, 
so that it's sure to be there when we need it
- #567089 : Do not crash when no From set yet
- #567949 : Do not free memory before done with it
- #568176 : Make the migration dialog look better
- #569700 : Stop reading from a network when operation was canceled
- #569986 :
- #570364 :
- #571625 : Use black/white for foreground instead of active/inactive text 
color
- #571721 :
- #572268 : Do not duplicate "Loading..." node when adding to existing node
- #572348 : Call gtk_status_icon_set_tooltip_text
- #572399 : Do not read from invalid iterator after call of row changed
- #572543 : Always look for alternative apps for application/octet-stream
- #572903 :
- #572950 : Fix ordering of -I compiler directives
- #572962 : Pass e_shell_dbus_initialise
- #572975 : Destroy file chooser dialog early enough to not have hidden any 
other windows below it
- #573198 :
$566556 : Make it use the proper action.
Other contributions:
Build a "GUI" executable.
Do not use non-zero page size in an adjustment, it's deprecated now.
Format signature/encryption information nicer.
Function-declaration compiler warning.
Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizable
Remove deprecated gtk_combo_set_case_sensitive
Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls.
Substitute some deprecated gtk functions.
  * debian/control:
- updated evolution-data-server requirement
  * debian/patches/04_autoconf.patch:
- new version update
  * debian/patches/62_no_upstream_email_notification_by_default.patch:
- change by Ken VanDine to not enable the notification icon by default since
  the message indicator is running (lp: #331571)
  * debian/patches/63_use_actions_only_if_supported.patch:
- change by Ken VanDine to use notification actions only when the running
  notification-daemon support those (lp: #328596)
  * debian/patches/70_1024x600_contact-editor.glade.patch,
debian/patches/71_1024x600_em-account-editor.c.patch
debian/patches/72_1024x600_e-shell-settings-dialog.c.patch
debian/patches/73_1024x600_e-shell-window.c.patch
debian/patches/74_1024x600_e-sidebar.c.patch
debian/patches/75_1024x600_e-task-bar.c.patch
debian/patches/76_1024x600_e-timezone-dialog-1024x600.glade.patch
debian/patches/77_1024x600_mail-config.glade.patch
debian/patches/78_1024x600_startup-wizard.c.patch:
- change by Ying-Chun Liu to work better on small screens (lp: #8629)

 -- Sebastien BacherMon, 02 Mar 2009 23:55:35
+0100

** Changed in: evolution (Ubuntu Jaunty)
   Status: Triaged => Fix Released

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-03 Thread Sebastien Bacher
bug #337264 seems to be due to those changes

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-03 Thread Sebastien Bacher
bug #337264 seems to be due to those changes, could somebody look into
the issue?

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-04-21 Thread Nickybatts
Am I correct in assuming that this bug has been remedied in the newest versions 
of Evolution?

It appears so from this:

http://bugzilla.gnome.org/show_bug.cgi?id=262546

Thus, I am marking this bug as closed.

** Changed in: evolution (Ubuntu)
   Status: Confirmed => Rejected

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-08-03 Thread Pedro Villavicencio
** Changed in: evolution (Ubuntu)
   Status: Confirmed => Triaged

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-13 Thread Knightrous
8.10 BETA, can confirm this is still a problem with 800x600 resolution.
Print screen attached.

** Attachment added: "Evolution Windows exceeds 800x600 viewable space"
   http://launchpadlibrarian.net/18514109/Evolution_800x600

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-27 Thread Ying-Chun Liu (GrandPaul)

I'm attaching all my patches regarding the evolution 600-pixel height 
non-fitting problem.

Actually there's not only the wizard problem. The Calendar tab, and some
properties dialogs have this problem too.

So I put all the patches together inside a tarball. Please use them one by one. 
Some patches are dirty and some patches are not good enough.
For example, we may fit evolution into 600 but to 1024x768, or to 1280x1024, it 
just looks a bit small.

But after applying these patches, evolution do fit in 600 height.


** Attachment added: "Patches to fit evolution in 600-pixel height."
   http://launchpadlibrarian.net/18946858/patches.tar.gz

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-10-27 Thread Sebastien Bacher
the changes should be discussed upstream but changing the configuration
in a way which will make the software less optimal on standard 1024 or
1280 installations is not really a win

** Changed in: evolution (Ubuntu)
   Importance: Medium => Low

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-02 Thread Ying-Chun Liu (GrandPaul)
** Tags added: unr-application-res

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-02 Thread Ying-Chun Liu (GrandPaul)
I refine all the patches I made.
It now detects the screen resolution so it won't do any changes if the 
resolution is large.

These patches are based on evolution 2.24.3

I'll attach the patches here.
I'll also forward the patches to the upstream later.
I'd be glad if someone can help me the forwarding tasks. 
Thanks.


** Attachment added: "1024x600_patches.tar.gz"
   http://launchpadlibrarian.net/21902667/1024x600_patches.tar.gz

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread Sebastien Bacher
those changes are far to be perfect, adding scrollview to normal desktop
installation can make extra borders be displayed and the glade patching
will be an issue to update to new versions

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread David Mandala
Steven will make sure this gets fixed.

** Changed in: evolution (Ubuntu)
   Importance: Low => High
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Steve Kowalik (stevenk)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-02-24 Thread Matthew Paul Thomas
** Description changed:

  I was testing in qemu and chose 800x600 as my resolution (so that the window
  fitted on my 1024x768 laptop) [Note 800x600 is a common resolution for
  subnotebooks anyway] and the evolution setup wizard does not fit in the 
vertial
  space.
  
  http://users.pepperfish.net/dsilvers/shots/evo-setup.png:
  http://users.pepperfish.net/dsilvers/shots/evo-setup.png
+ 
+ Design work for this will be published at
+ .

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package evolution - 2.25.92-0ubuntu1

---
evolution (2.25.92-0ubuntu1) jaunty; urgency=low

  * New upstream version:
Bug Fixes:
- #238346 : Set timezones from component to the calendar first, then add 
events
- #333716 : Do not store incomplete or broken files in a cache
- #404232 : Rebuild view immediately for an advanced search too
- #404232 : search bar text is set, thus the text will not be empty, which 
is considered as "no search" these days.
- #529037 : Disconnect signals on ESource-s too, not only on ECal-s
- #548623 : No auto-proxy at the moment
- #550114 : Replaced 'compute_mouse_over' with 'get_mouse_over', now works 
with cached values 'motion_row', 'motion_col'
- #550114 : Show proper tooltip in table with grouping columns
- #551470 : Do not force adding "--
- #554458 : Make content type from a mime type first
- #555888 : Do not overwrite user settings with system proxy settings
- #558366 : Set default timezone to resolve floating DATE-TIME properly
- #559027 : Do not set date for 'None' value
- #559719 : Use it's own/unique name for the property on the 'epl' and free 
the widget only if it wasn't freed yet
- #561465 : Expand 'Attendee' column instead of the last
- #563212 : Ensure empty GError before filling it
- #564229 : Do not use uninitialized variable
- #564229 : Initialize the EPluginUI registry during class initialization, 
so that it's sure to be there when we need it
- #567089 : Do not crash when no From set yet
- #567949 : Do not free memory before done with it
- #568176 : Make the migration dialog look better
- #569700 : Stop reading from a network when operation was canceled
- #569986 :
- #570364 :
- #571625 : Use black/white for foreground instead of active/inactive text 
color
- #571721 :
- #572268 : Do not duplicate "Loading..." node when adding to existing node
- #572348 : Call gtk_status_icon_set_tooltip_text
- #572399 : Do not read from invalid iterator after call of row changed
- #572543 : Always look for alternative apps for application/octet-stream
- #572903 :
- #572950 : Fix ordering of -I compiler directives
- #572962 : Pass e_shell_dbus_initialise
- #572975 : Destroy file chooser dialog early enough to not have hidden any 
other windows below it
- #573198 :
$566556 : Make it use the proper action.
Other contributions:
Build a "GUI" executable.
Do not use non-zero page size in an adjustment, it's deprecated now.
Format signature/encryption information nicer.
Function-declaration compiler warning.
Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizable
Remove deprecated gtk_combo_set_case_sensitive
Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls.
Substitute some deprecated gtk functions.
  * debian/control:
- updated evolution-data-server requirement
  * debian/patches/04_autoconf.patch:
- new version update
  * debian/patches/62_no_upstream_email_notification_by_default.patch:
- change by Ken VanDine to not enable the notification icon by default since
  the message indicator is running (lp: #331571)
  * debian/patches/63_use_actions_only_if_supported.patch:
- change by Ken VanDine to use notification actions only when the running
  notification-daemon support those (lp: #328596)
  * debian/patches/70_1024x600_contact-editor.glade.patch,
debian/patches/71_1024x600_em-account-editor.c.patch
debian/patches/72_1024x600_e-shell-settings-dialog.c.patch
debian/patches/73_1024x600_e-shell-window.c.patch
debian/patches/74_1024x600_e-sidebar.c.patch
debian/patches/75_1024x600_e-task-bar.c.patch
debian/patches/76_1024x600_e-timezone-dialog-1024x600.glade.patch
debian/patches/77_1024x600_mail-config.glade.patch
debian/patches/78_1024x600_startup-wizard.c.patch:
- change by Ying-Chun Liu to work better on small screens (lp: #8629)

 -- Sebastien BacherMon, 02 Mar 2009 23:55:35
+0100

** Changed in: evolution (Ubuntu Jaunty)
   Status: Triaged => Fix Released

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-03 Thread Sebastien Bacher
bug #337264 seems to be due to those changes

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-03-03 Thread Sebastien Bacher
bug #337264 seems to be due to those changes, could somebody look into
the issue?

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-21 Thread Janek Thomaschewski
This problem is still alive in Hardy beta and with my 1280x1024 screen!
Isn't it only a change in the glade-file if there is any?

But the problem isn't the height on 1280x1024 - it's simply too wide
(look at my attachement)

** Attachment added: "hardy_evolution_1280x1024.png"
   http://launchpadlibrarian.net/12799399/hardy_evolution_1280x1024.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-22 Thread Johan Kroeckel
I hate this "behavior". System is clean Hardy Beta.

** Attachment added: "screenshot-1024x768.png"
   http://launchpadlibrarian.net/12808109/screenshot-1024x768.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-03-31 Thread Turbo
I'm using a full patched Ubuntu 8.04 Beta in spanish.

As you can see in the attachment, Evolution cannot fix on 1024x768. The
worst part is the windows edges that show you the modified mouse pointer
for resizing but you can't change the size of the window (it's fixed).
This bug is pretty old, I was expecting to see it fixed in Hardy.

Best Regards.

Turbo.


** Attachment added: "Pantallazo-Asistente de configuración de Evolution.png"
   
http://launchpadlibrarian.net/13000992/Pantallazo-Asistente%20de%20configuraci%C3%B3n%20de%20Evolution.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-01-11 Thread Alan Bell
I added a comment and link to the patches from Ying-Chun Liu (GrandPaul)
to an upstream bug at http://bugzilla.gnome.org/show_bug.cgi?id=267787

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Antonio Macchi III
This bug is still around on Jaunty (Beta, but right before release) with
Evolution 2.26.1

Evolution is unusable on netbooks with 800x480 screen resolution since
the minimum size of the main window and dialogues are wider than the
screen. The main problem is the width, but an overall review of the
constraints would be nice.

It would be sad if users of netbooks and devices with small screens are
ignored. As we know many new users in this category are affected.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, lets put some effort into this one. I am not a C programmer, but lets see 
where we get to.
I downloaded the source code for evolution, in the file 
evolution-2.26.0/plugins/startup-wizard/startup-wizard.c it includes libgnomeui 
and creates a gnome druid (a wizard) it does not do anything at all that I can 
see to specify the dimensions of the druid. It seems the bug may be not in 
evolution but in libgnomeui
I have seen a dell mini 9 running Ubuntu netbook remix with a small evolution 
window, maybe there was a patch for the lpia architecture in libgnomeui to make 
smaller druids.
Anyhow I got the source for libgnomeui-2.24.1, in the libgnomeui folder there 
is gnome-druid.c, this contains some algorithms for sizing the window I think, 
but I don't really understand them yet, or why they don't work.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, some progress. Using parasite http://chipx86.github.com/gtkparasite
I was able to determine that setting the allow-shrink property of the
window to true would be a good idea, probably as good as getting the
size right in the first place. The druid code doesn't actually create
the window, the GTKWindow is created by evolution in eutil/e-config.c in
the e_config_create_window function, which in turn was called by mail
/em-account-editor.c which was called by startup-wizard.c. I am pretty
sure that setting the allow-shrink property to true in one of these
places would be a good thing. Still digging through the code to find
where the dimensions are set.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-19 Thread Alan Bell
I am struggling to rebuild evolution, it compiles and installs but won't
start, the error is "Evolution can not start. Your system configuration
does not match your evolution configuration" I am fairly optimistic that
adding the line

gtk_window_set_resizable(= ((GtkWindow *)w, TRUE);

at line 919 of e-util/e-config.c will at least allow resizing the
dialog.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-02-28 Thread Sascha Perelechow
This problem is still alive...
I  have just setup upbuntu 7.10 (screen = 1024x768) and evolution version is 
2.12.1.
The evolution windows are to big for the screen an it is not possible to down 
size them.
Because i did not find this bug number i have opened a question (#25748 in 
German) yesterday.

It is sad to see that this problem seems to exist since 2004-09-30, because 
this was the first posting?
The program works fine so far and it was easy to set up a e-mail account p. e.
So it is a pity that there are trouble with having the windows in a proper size.
Which has nothing to do with the goal of this program...

Other programs than evolution (firefox p.e.) do not has problems with the 
sizing of windows.
I hope there will be a resolution soon, because ubuntu as well as evolution 
pleases me.
That is my first impression after two days... ;-)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-08-03 Thread Pedro Villavicencio
** Changed in: evolution (Ubuntu)
   Status: Confirmed => Triaged

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-09-12 Thread Andrew Frank
i have a portrait screen and evolution does now NEARLY adapt to it (gutsy tribe 
5). but unfortunately only 
NEARLY - it does not take into account the amount of space on the left margin 
where my panel sits.

the window is has the correct size for my screen, and accomodates even
the panels at the bottom, but not the one to the left.

i hope this is easy to fix now -- as most of the problem is gone.

thank you for the improvement!

andrew

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-09-13 Thread Andrew Frank
there are limits on how much a sub-window in evolution can be shrunk - why?
the side panel should be reducable to less and the mail window equally.

i think part of the problem are that there are limits in how small the
windows can be made and these limits are too large. the resizing of
windows and parts of the window work well, othewise (down to this
limits).

can this be checked (and hopefully fixed)

andrew

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-04-18 Thread Richard Hirner
Have the same problem as  Janek Thomaschewski, Johan Kröckel and Turbo.
System is a clean Ubuntu 8.04 RC. 1280x1024 nvidia

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-05-27 Thread Lionel Dricot
A long standing bug, sadly. Don't know if it will ever be fixed :-(

** Changed in: evolution (Ubuntu)
 Priority: Medium => Low
   Status: Unconfirmed => Confirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-06-15 Thread Bug Watch Updater
** Changed in: evolution (upstream)
   Status: Unconfirmed => Confirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-09-09 Thread Lingo47
I have recently got an Elonex Webbook that uses 1024 x 600. When you set
up your e-mail account you have to guess what buttons are on the lower
part of the screen and use the tab and enter button to move blindly
through the wizard. There seems to be more than enough room on the
screen. Is it not possible to have optional scroll bars for those
windows that don't fit?

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2008-09-20 Thread Goldenear
Evolution setup assistant windows is too large... It should really fit to a 
800x600 screen (or 1024x600 as it's a common size on netbooks). The upcoming 
ubuntu 8.10 is said to be well suited for netbooks, so this problem should be 
fixed (and it's not today)...
Ubuntu/Gnome guidelines may specify that any application must work with a 
800x600 screen or more (and even 640x480 if possible).. the only exception may 
be for CAD or specific applications that really need a highter resolution.

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-10-08 Thread fishor
unfortunately evolution dos not fit in 1280x1024 on gutsy.  some short
time ago it worked well i can't say with version it was ... now is
2.12.0-0ubuntu5

** Attachment added: "screenshot"
   http://launchpadlibrarian.net/9863652/Bildschirmfoto.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-10-08 Thread Sebastien Bacher
The issue is due to the german translation and already known

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-11-10 Thread Andrew Frank
i do not think that it is due to german translation - i use english! 
--

the problem seems to be more general than just evolution and happens in nearly 
all programs now - they open windows which are too big for the screen.
(eg. mysql administrator, mysql query are just the last two i used)

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2007-11-14 Thread aamukahvi
Here's one from 2.21.2-0ubuntu1. I was going to report it until I found
this bug.

** Attachment added: "Screenshot from Hardy"
   http://launchpadlibrarian.net/10367362/HardyEvolution.png

-- 
Evolution setup wizard does not fit in 800x600
https://bugs.launchpad.net/bugs/8629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2006-05-16 Thread Sebastien Bacher
Upstream bug is still open, why did you mark that one as rejected?
Reopening. If the bug is fixed, the right status is "Fixed Released",
other way it should stay open

** Changed in: evolution (Ubuntu)
 Assignee: Sebastien Bacher => Ubuntu Desktop Bugs
   Status: Rejected => Unconfirmed

-- 
Evolution setup wizard does not fit in 800x600
https://launchpad.net/bugs/8629

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


  1   2   3   >