dist/changes-1.39-19980625
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 
       
     2 examples/application/application.cpp    1.14  agulbra  +32 -18
       
     3 
       
     4   use QWhatsThis
       
     5 
       
     6 
       
     7 examples/application/application.cpp    1.15  warwick  +7 -6
       
     8 examples/application/application.h    1.5  warwick  +2 -1
       
     9 
       
    10   Use persistent QPrinter.
       
    11 
       
    12 
       
    13 examples/dragdrop/dropsite.cpp    1.8  warwick  +44 -24
       
    14 
       
    15   Improved usage #1.
       
    16 
       
    17 
       
    18 examples/dragdrop/dropsite.cpp    1.9  warwick  +36 -81
       
    19 examples/dragdrop/dropsite.h    1.4  warwick  +7 -9
       
    20 src/qt.pro    2.30  warwick  +2 -0
       
    21 src/kernel/qclipboard_x11.cpp    2.15  warwick  +10 -8
       
    22 src/kernel/qdnd_win.cpp    2.15  warwick  +1 -18
       
    23 src/kernel/qdnd_x11.cpp    2.33  warwick  +62 -67
       
    24 src/kernel/qdragobject.cpp    2.29  warwick  +73 -27
       
    25 src/kernel/qdragobject.h    2.16  warwick  +18 -12
       
    26 src/kernel/qdropsite.cpp    2.1  warwick  initial checkin
       
    27 src/kernel/qdropsite.h    2.1  warwick  initial checkin
       
    28 src/kernel/qwidget.h    2.52  warwick  +3 -2
       
    29 src/kernel/qwidget_win.cpp    2.60  warwick  +17 -7
       
    30 src/kernel/qwidget_x11.cpp    2.99  warwick  +22 -12
       
    31 src/kernel/qwindowdefs.h    2.25  warwick  +7 -3
       
    32 src/widgets/qlineedit.cpp    2.85  warwick  +3 -3
       
    33 
       
    34   Don't declare MIME types for drop sites in advance, just enable drops.
       
    35 
       
    36 
       
    37 examples/examples.pro    2.9  agulbra  +1 -0
       
    38 
       
    39   add dragdrop to examples makefile
       
    40 
       
    41 
       
    42 examples/movies/main.cpp    1.13  agulbra  +9 -2
       
    43 
       
    44   add use of setFilters().  
       
    45 
       
    46 
       
    47 examples/splitter/splitter.cpp    1.1  paul  initial checkin
       
    48 examples/splitter/splitter.pro    1.1  paul  initial checkin
       
    49 
       
    50   Simple QSplitter example
       
    51 
       
    52 
       
    53 src/dialogs/qprintdialog.cpp    2.29  warwick  +57 -60
       
    54 
       
    55   Fixed QPrinter->QPrintDialog state-transfer bugs.
       
    56 
       
    57 
       
    58 src/kernel/qapplication_x11.cpp    2.142  agulbra  +7 -12
       
    59 src/kernel/qdnd_x11.cpp    2.37  agulbra  +22 -23
       
    60 src/kernel/qdragobject.cpp    2.32  agulbra  +5 -25
       
    61 src/kernel/qdragobject.h    2.19  agulbra  +1 -4
       
    62 
       
    63   Completely reworked drag'n'drop.
       
    64 
       
    65 
       
    66 src/kernel/qimage.cpp    2.99  agulbra  +7 -6
       
    67 src/kernel/qimage.cpp    2.98  agulbra  +18 -14
       
    68 src/kernel/qmovie.cpp    1.38  agulbra  +8 -7
       
    69 src/kernel/qmovie.cpp    1.37  agulbra  +12 -3
       
    70 
       
    71   discuss patent issues
       
    72 
       
    73 
       
    74 src/widgets/qlineedit.cpp    2.82  agulbra  +2 -3
       
    75 
       
    76   reject drags that don't provide text/plain
       
    77 
       
    78 
       
    79 src/widgets/qlistview.cpp    2.122  warwick  +3 -3
       
    80 
       
    81   Fix multiple-calls-to-setText() unreported bug.
       
    82 
       
    83 
       
    84 src/widgets/qlistview.cpp    2.123  paul  +16 -21
       
    85 src/widgets/qlistview.h    2.52  paul  +2 -2
       
    86 
       
    87   Make setPixmap() override default pixmap
       
    88 
       
    89 
       
    90 src/widgets/qlistview.cpp    2.124  agulbra  +16 -17
       
    91 
       
    92   adjust drawing of focus rectangle for trees
       
    93 
       
    94 
       
    95 src/widgets/qlistview.cpp    2.126  agulbra  +1 -2
       
    96 src/widgets/qlistview.cpp    2.125  agulbra  +6 -2
       
    97 
       
    98   try even harder to not sort unless sorting is actually requested.
       
    99 
       
   100 
       
   101 src/widgets/qmultilinedit.cpp    2.95  agulbra  +4 -4
       
   102 
       
   103   doc correction
       
   104 
       
   105 
       
   106 src/widgets/qsplitter.cpp    1.19  paul  +48 -45
       
   107 
       
   108   fixing odds and ends after the API change
       
   109 
       
   110 
       
   111 src/widgets/qsplitter.cpp    1.23  warwick  +5 -4
       
   112 
       
   113   Position internalsplitter in middle of mouse when dragging.
       
   114 
       
   115 
       
   116 src/widgets/qsplitter.cpp    1.24  warwick  +48 -45
       
   117 
       
   118   Make bitmaps correspond to splitter dimensions.
       
   119