Thomas Leonard | 9 Nov 20:52
Picon
Gravatar

ROX-Lib 2.0.5

ROX-Lib 2.0.5 (contains shared code used by other ROX applications) has
been released.

For more information, including package downloads, see:

  http://roscidus.com/desktop/ROX-Lib

Changes in 2.0.5:

General:

- Added a 'parent' argument to the SaveBox constructor (Thomas Leonard).

- Python 2.4 is now the base version, so test against that.

- Fix example Menu definition. Allow option widgets to expand vertically by
  setting the _rox_lib_expand property to True (Stephen Watson, suggested by
  Thomas Leonard).

Bugfixs:

- Fix scaling of MIME icons (Stephen Watson)

- Work-around possible PyGTK bug (Lars Hansson and Tony Houghton, reported by
  Peter): "assertion `GTK_IS_TREE_SELECTION (selection)' failed"

- Added an assertion to detect a mysterious error (Thomas Leonard; reported by
  Carl Bolduc).

--

-- 
(Continue reading)

Thomas Leonard | 22 Nov 19:42
Picon
Gravatar

Re: ROX-Filer - List view - Arrow keys not working

On 17/01/2007, Dennis Nezic <dennisn <at> dennisn.dyndns.org> wrote:

[ can't move cursor in View Details mode ]

> > However, commenting OUT the proceeding line,
> > ===
> > gtk_tree_selection_set_select_function(view_details->selection,
> >          test_can_change_selection, view_details, NULL);
> > ===
> >
> > made things work -- i can now select with arrow keys, instead of
> > ctrl-arrow :). woohoo. many thanks! :)

After upgrading to Ubuntu/hardy, I see the same problem. Should be
fixed now; please test by pulling from:

 git://repo.or.cz/rox-filer.git master

commit 04e299d980efb11b64bb1746aef243e97ed6c546
Author: Thomas Leonard <talex5 <at> gmail.com>
Date:   Thu Nov 22 18:35:21 2007 +0000

    Bugfix: arrow keys didn't work in details view

    GTK likes to select rows as you move over them. Since we don't want that,
    ROX-Filer marks the rows as unselectable. However, newer versions refuse
    to move the cursor at all if the selection behaviour is disabled.

    Reported by Dennis Nezic and others.

(Continue reading)

Thomas Leonard | 25 Nov 18:50
Picon
Gravatar

ROX-Filer 2.7 - please test!

We're about ready for another release. Please test it! You can get the
latest copy like this:

 $ git-clone git://repo.or.cz/rox-filer.git

(you'll need the "git" or "git-core" package installed; your
distribution should have it)

If you've already cloned the repository in the past, you can update it
with 'git-pull' (this is quicker than getting a new copy).

To run it:

$ rox-filer/ROX-Filer/AppRun -n

To make it your default version (for Zero Install users), ensure "Help
test new versions" is on, and do:

$ 0launch --feed rox-filer/ROX-Filer.xml

To see the changes in full since 2.6.1, do:

$ git-log v2.6.1..

In particular, changes to the translation system and to the panel
configuration need testing.

Changes since 2.6.1

Andras Mohari (13):
(Continue reading)

Stephen Watson | 25 Nov 23:43
Picon
Picon

Re: ROX-Filer 2.7 - please test!

"Thomas Leonard" <talex5 <at> gmail.com> wrote:
> Changes since 2.6.1
> 
> Andras Mohari (13):
>       Use text/base theme colours for the Collection widget, not fg/bg.

This broke the appearance of my filer windows since
  bg_pixmap[NORMAL] = "tile_1.xpm"
doesn't work anymore.  I tried
  bg_pixmap[BASE] = "tile_1.xpm"
but that isn't valid.  I vote for reverting this change as I really dislike
the new appearance.

(Although what's really odd is starting with rox -n it works, until I switch
to details mode then back again and am left with the boring white
background.)

--

-- 
Stephen Watson     http://www.kerofin.demon.co.uk/
If you read this on a mailing list, send any reply back to the list and not
to me.  Not even CC.
That's wierd, new teeth!

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Stephen Watson | 26 Nov 09:26

Re: ROX-Filer 2.7 - please test!

rox-users-bounces <at> lists.sourceforge.net wrote:
> We're about ready for another release. Please test it!

Build fails on Solaris, because libintl isn't linked in.  I'm looking at configure.in now.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Stephen Watson | 26 Nov 09:42

Re: ROX-Filer 2.7 - please test!

rox-users-bounces <at> lists.sourceforge.net wrote:
> rox-users-bounces <at> lists.sourceforge.net wrote:
>> We're about ready for another release. Please test it!
>
> Build fails on Solaris, because libintl isn't linked in.  I'm looking
> at configure.in now.

Patch attached.
Attachment (libintl.patch): application/octet-stream, 775 bytes
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rox-users mailing list
rox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rox-users
Andras Mohari | 26 Nov 10:24
Picon
Favicon

Re: ROX-Filer 2.7 - please test!

On Sun, 25 Nov 2007 22:43:32 +0000, Stephen Watson wrote:

>> Andras Mohari (13):
>>       Use text/base theme colours for the Collection widget, not fg/bg.
> 
> This broke the appearance of my filer windows since
>   bg_pixmap[NORMAL] = "tile_1.xpm"
> doesn't work anymore.  I tried
>   bg_pixmap[BASE] = "tile_1.xpm"
> but that isn't valid.  I vote for reverting this change as I really
> dislike the new appearance.
> 
> (Although what's really odd is starting with rox -n it works, until I
> switch to details mode then back again and am left with the boring white
> background.)

Oops, I had commented out a gtk_paint_flat_box() in collection_expose(). 
Uncommenting it should make bg_pixmap[NORMAL] work again (it does for 
me). Sorry about the mess.

(I've tried to send a patch using git-send-email, but I might have 
botched it up. Anyway, the fix is at http://repo.or.cz/w/rox-filer/ma.git)

--

-- 
Andras Mohari

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
(Continue reading)

Andras Mohari | 26 Nov 11:11
Picon
Favicon

Re: ROX-Filer 2.7 - please test!

On Mon, 26 Nov 2007 09:24:21 +0000, Andras Mohari wrote:

> Oops, I had commented out a gtk_paint_flat_box() in collection_expose().
> Uncommenting it should make bg_pixmap[NORMAL] work again (it does for
> me). Sorry about the mess.

Ah, this is not enough; using it unconditionally will result in using the 
bg[] colour instead of base[] (when you don't have a background pixmap). 

If you uncomment gtk_paint_flat_box() in collection_expose() and modify 
it to look like this:

	if (widget->style->bg_pixmap[GTK_STATE_NORMAL])
		gtk_paint_flat_box(widget->style, widget->window,
				   GTK_STATE_NORMAL, 
				   GTK_SHADOW_NONE, &event->area,
				   widget, "collection", 0, 0, -1, -1);

then the background pixmap should show if you have one, and the base 
colour if you have no background pixmap.

If this does not work for you (or anybody else), or if it's considered a 
bad hack, then yes, do revert my original change.

I'm really sorry for all this mess, I'm too quick to hit the send 
button...

--

-- 
Andras Mohari

(Continue reading)

Stephen Watson | 26 Nov 11:30

Re: ROX-Filer 2.7 - please test!

rox-users-bounces <at> lists.sourceforge.net wrote:
> If you uncomment gtk_paint_flat_box() in collection_expose()
> and modify
> it to look like this:
>
>         if (widget->style->bg_pixmap[GTK_STATE_NORMAL])
>                 gtk_paint_flat_box(widget->style, widget->window,
>                                    GTK_STATE_NORMAL,
>                                    GTK_SHADOW_NONE, &event->area,
>                                    widget, "collection", 0, 0, -1,
> -1);
>
> then the background pixmap should show if you have one, and the base
> colour if you have no background pixmap.

That works fine, thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Thomas Leonard | 26 Nov 19:10
Picon
Gravatar

Re: ROX-Filer 2.7 - please test!

On 26/11/2007, Stephen Watson <Stephen.Watson <at> ultra-pmes.com> wrote:
> rox-users-bounces <at> lists.sourceforge.net wrote:
> > rox-users-bounces <at> lists.sourceforge.net wrote:
> >> We're about ready for another release. Please test it!
> >
> > Build fails on Solaris, because libintl isn't linked in.  I'm looking
> > at configure.in now.
>
> Patch attached.

Applied, along with Andras's patch for the background. Thanks!

(hint for others: to apply someone else's patch use:
  git-commit --author 'Name <email>'
)

--

-- 
Dr Thomas Leonard		http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6  8B9A AE07 8280 59A5 3CC1

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane