Changeset 7701

Show
Ignore:
Timestamp:
12/20/06 07:58:39 (22 months ago)
Author:
asterix
Message:

merge diff from trunk

Location:
branches/gajim_0.11
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/ChangeLog

    r7590 r7701  
    2121  * Annotations (XEP-0145) 
    2222  * XHTML Support  
    23   * Rhythmbox song change notification 
     23  * Rhythmbox and Muine song change notification 
    2424  * Ability to operate on more than one contact at once in roster (#1514) 
    2525  * Send single message to a whole group  
  • branches/gajim_0.11/gajim.iss

    r6433 r7701  
    11[Setup] 
    22AppName=Gajim 
    3 AppVerName=Gajim version 0.10.1-1 
     3AppVerName=Gajim version 0.11-1 
    44DefaultDirName={pf}\Gajim 
    55DefaultGroupName=Gajim 
     
    2222Source: "COPYING"; DestDir: "{app}" 
    2323Source: "THANKS"; DestDir: "{app}" 
     24Source: "AUTHORS"; DestDir: "{app}" 
    2425Source: "dist\gajim.exe"; DestDir: "{app}\src"; components: main 
    2526Source: "dist\history_manager.exe"; DestDir: "{app}\src"; components: main 
    2627Source: "data\*"; DestDir: "{app}\data"; Flags: recursesubdirs 
    2728Source: "po\*.mo"; DestDir: "{app}\po"; Flags: recursesubdirs 
     29;Source: "gtk\*"; DestDir: "{app}\src\gtk"; Flags: recursesubdirs 
    2830 
    2931[Icons] 
  • branches/gajim_0.11/setup_win32.py

    r7493 r7701  
    2424opts = { 
    2525    'py2exe': { 
    26         'includes': 'pango,atk,gobject,encodings,encodings.*', 
     26        'includes': 'pango,atk,gobject,cairo,pangocairo,gtk.keysyms,encodings,encodings.*', 
    2727        'dll_excludes': [ 
    2828            'iconv.dll','intl.dll','libatk-1.0-0.dll', 
     
    3131            'libgobject-2.0-0.dll','libgthread-2.0-0.dll', 
    3232            'libgtk-win32-2.0-0.dll','libpango-1.0-0.dll', 
    33             'libpangowin32-1.0-0.dll' 
     33            'libpangowin32-1.0-0.dll','libcairo-2.dll', 
     34            'libpangocairo-1.0-0.dll','libpangoft2-1.0-0.dll', 
    3435        ], 
    3536    } 
  • branches/gajim_0.11/src/gtkgui_helpers.py

    r7595 r7701  
    356356        except gobject.GError: # 'unknown image format' 
    357357                pixbuf = None 
     358                if want_type: 
     359                        return None, None 
     360                else: 
     361                        return None 
    358362 
    359363        if want_type: