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

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