Changeset 255 for trunk/src


Ignore:
Timestamp:
Oct 24, 2009, 12:10:15 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Removed QT_NO_SYSTEMTRAYICON. Prototyped QSystemTrayIcon for OS/2. Many new xsystray plugin code (mostly public API).

Location:
trunk/src
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/xsystray.c

    r252 r255  
    11/*
    22 * Extended system tray widget for XCenter/eCenter
     3
     4
    35 *
    46 * Made by netlabs.org
     
    6769#include "shared\center.h"              // public XCenter interfaces
    6870
     71
     72
    6973#pragma hdrstop                     // VAC++ keeps crashing otherwise
    7074
     
    9397 *      (WgtInitModule).
    9498 */
    95 
    96 #define WNDCLASS_WIDGET_XSYSTRAY    "XWPCenterExtendedSysTray"
    97 #define INTCLASS_WIDGET_XSYSTRAY    "ExtendedSysTray"
    98 #define HUMANSTR_WIDGET_XSYSTRAY    "Extended system tray"
    9999
    100100static const XCENTERWIDGETCLASS G_WidgetClasses[] =
  • trunk/src/gui/util/util.pri

    r2 r255  
    2626}
    2727
     28
     29
     30
     31
     32
     33
     34
     35
    2836unix:x11 {
    2937                SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.