source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @215   16 years Dmitry A. Kuminov corelib: QProcess: Implicitly prepend the path to the executable to …
(edit) @214   16 years Dmitry A. Kuminov corelib: QProcess: DosSearchPath() doesn't like file names with path …
(edit) @213   16 years Dmitry A. Kuminov corelib: QProcess: Search for executable ourselves before passing it …
(edit) @212   16 years Dmitry A. Kuminov corelib: QProcess: Fixed: Don't lose the remaining stdout/stderr bytes …
(edit) @211   16 years Dmitry A. Kuminov corelib: QProcess: No need to create out/err pipes in …
(edit) @210   16 years Dmitry A. Kuminov corelib: QProcess: Implemented QProcess->QProcess redirection.
(edit) @203   16 years Dmitry A. Kuminov corelib: Fixed sending data to standard input with QProcess::write().
(edit) @198   16 years Dmitry A. Kuminov corelib: QProcess: Replace the lock for byte counters with QAtomicInt.
(edit) @197   16 years Dmitry A. Kuminov corelib: Reimplemented QProcess to use native pipes for redirection.
(edit) @196   16 years Dmitry A. Kuminov corelib: Improved socket notifiers: don't block other threads by …
(edit) @195   16 years Dmitry A. Kuminov corelib: Don't break waiting on sync primitives because of …
(edit) @192   16 years Dmitry A. Kuminov corelib: QProcess: Implemented child termination/death detection for …
(edit) @191   16 years Dmitry A. Kuminov corelib: Oops, fixed regression of r190 (hang at application …
(edit) @190   16 years Dmitry A. Kuminov corelib: QProcess: Implemented child termination/death detection using …
(edit) @187   16 years Dmitry A. Kuminov gui: Fixed child widget duplication (#74).
(edit) @186   16 years Dmitry A. Kuminov gui: Enabled actual enforcing min/max Qt widget constraints for …
(edit) @185   16 years Dmitry A. Kuminov gui: Fixed: Close popups when resizing/moving the top level window.
(edit) @184   16 years Dmitry A. Kuminov gui: Fixed: Initial size of popup windows could be too big, ignoring …
(edit) @183   16 years Dmitry A. Kuminov gui: Implemented widget scrolling (QWidget::scroll() and friends).
(edit) @182