Changeset 887

Show
Ignore:
Timestamp:
07/11/07 09:42:18 (1 year ago)
Author:
timdewhirst
Message:

jahwidgets
- fixup for string work in olibs
- add missing thread_util files to vcproj

Location:
trunk/jahwidgets/src/qt3
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahwidgets/src/qt3/widgets/scribbler.cpp

    r886 r887  
    8282        if ( image != 0 ) 
    8383        { 
    84                 opl::wstring format = image->pf( ); 
     84                pl::wstring format = image->pf( ); 
    8585                if ( format == L"r8g8b8a8" || format == L"b8g8r8a8" ) 
    8686                { 
     
    251251                image = il::convert( image, pf_ ); 
    252252 
     253<<<<<<< scribbler.cpp 
     254                pl::wstring format = image->pf( ); 
     255======= 
    253256                opl::wstring format = image->pf( ); 
     257>>>>>>> 1.21 
    254258                int width = image->width( ); 
    255259                int height = image->height( ); 
  • trunk/jahwidgets/src/qt3/widgets/scribbler.h

    r886 r887  
    8888                QImage render_text_qimage( const pl::wstring& text, const pl::wstring& font_name, int pointSize, int alignment ) const; 
    8989 
    90                 const opl::wstring pf_; 
     90                const pl::wstring pf_; 
    9191                il::image_type_ptr glyphs_; 
    9292                const int glyph_w_; 
  • trunk/jahwidgets/src/qt3/wrapper/wrapper_vc80.vcproj

    r886 r887  
    235235                        </File> 
    236236                        <File 
     237                                RelativePath="..\utils\thread_util.cpp" 
     238                                > 
     239                        </File> 
     240                        <File 
    237241                                RelativePath=".\settings.cpp" 
    238242                                > 
     
    352356                        <File 
    353357                                RelativePath="..\utils\qapp_locker.hpp" 
     358                                > 
     359                        </File> 
     360                        <File 
     361                                RelativePath="..\utils\thread_util.hpp" 
    354362                                > 
    355363                        </File>