SVN Commit by guillaume: r8274 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm pgadmin/include/images - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by guillaume: r8274 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm pgadmin/include/images
Date
Msg-id 201004162125.o3GLPQd7016636@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: guillaume

Date: 2010-04-16 22:25:25 +0100 (Fri, 16 Apr 2010)

New Revision: 8274

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8274&view=rev

Log:
Fix the status server window on Mac OS X, per a report from Dave.

In branch 1.10, we fix it by disabling the native behaviour of the listview.
Which means we disabled the ordering functionality.

In trunk, we fix it by enabling our own ordering functionality (but still
disable the native behaviour of the listview on Mac OS X).

Fixes #168.



Added:
   trunk/pgadmin3/pgadmin/include/images/down.xpm
   trunk/pgadmin3/pgadmin/include/images/up.xpm
Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/frm/frmStatus.cpp
   trunk/pgadmin3/pgadmin/include/frm/frmStatus.h
   trunk/pgadmin3/pgadmin/include/images/module.mk

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r8273 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/frm
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #168: Bug in status window