Commit Graph

229 Commits (8b9ae3fbf85093ffc3470654630ca76a25b599ad)
 

Author SHA1 Message Date
Timothy Pearson 8b9ae3fbf8 Add vsprintf method to QString 10 years ago
Michele Calgaro 9655b0b845 Fixed Multicolumn view filtering item arrangement. This relates to bug 146.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson 9974902237 Try to avoid crashes if the destructor of a TQMap is called when no private object was previously created 10 years ago
Timothy Pearson f6b53fc525 Fix typo in CEF structure definition
This relates to Bug 1489
10 years ago
Timothy Pearson 444ac1fed9 Repaint QComboBox on drop-down dismissal
This relates to Bug 1489
10 years ago
Timothy Pearson b11ba445cc Properly polish QPopupMenu widgets
This relates to Bug 1489
10 years ago
Timothy Pearson b5f543cd3a Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Francois Andriot f0cc3689b3 Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR 11 years ago
Timothy Pearson dc8f537180 Fix undefined behaviour in TQClipboardWatcher::format
This relates to Bug 1820
11 years ago
Timothy Pearson 3a40adfa91 Fix inability to clear TQPushButton icons once set
This resolves Bug 1857
11 years ago
Slávek Banko 5b34ad0d8e Improve TQProgressBar repaint optimization 11 years ago
Enrico Ros fbc4cf8e7f Fix unwanted toggling TQIconViewItem focus on click
This fixes the 'flashing' icon when clicking repeatedly on a TQIconView or
derivates (ie TDEIconView, KonqIconViewWidget, the KDesktop and so on..).
The current behavior considers that if not over an icon, the user is
clicking down to perform icons selection (with the rubberband).
This is not always true, since a click might be used to give focus to a
window or unselect some icons.

How this is fixed: when clicking down the mouse a flag is set. If the pointer
is moved on the iconview with the button held down, then (and only at that
moment) the rubber is created. Now a selection operation (the one done with
the rubber) begins when moving the mouse and not only when clicking on the
empty space.
11 years ago
François Andriot e4b05c8f30 Fix dpi detection when using xft2 11 years ago
François Andriot a944830520 Fix crash in TQTranslator 11 years ago
François Andriot fdc4699bcb Enhance warning verbosity in TQFile (unix) 11 years ago
Waldo Bastian 14f96e80a5 Fix zoom in TQTextEdit
TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original
font had its size specified in pixels instead of points.
pointSize() returns 0 in such case.
11 years ago
Benoit Walter 36ee984c64 Remove unnecessary scrollbar in TQIconView
Test case (using konqueror icon view):
- The first icons are being shown (no scrollbar yet)
- When there is no space left, a vertical scrollbar is needed
- The vertical scrollbar may cover the right edge of the icons
(in the last column) => an horizontal scrollbar is needed :-(

Solution:
When using ScrollBarMode::Auto, prevent TQt from drawing icons on the
scrollbar area (before the scrollbar is shown).

Related to KDE bug #69589
11 years ago
Frerich Raabe 9f882f9de7 Add repaint optimization to TQProgressBar
This optimization makes TQProgressBar::setProgress() only repaint itself
if stepping to the new progress would cause a graphical change. This means
that for a width W and a total number of steps S, it will repaint itself
'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is
right now.
11 years ago
Francois Andriot b716176cec Fix qmake shared library naming
Add long long int support to TQTextStream
Fix potential segmentation fault in QValueList
Fix library naming in TQT Plugins
This relates to Bug 2107
11 years ago
François Andriot e175139565 Fix FTBFS on Linux specific memlock code 11 years ago
François Andriot a28cbf4837 Fix FTBFS because invalid data conversion in qmutex 11 years ago
Timothy Pearson 7b43eed24a Add ability to set reconnect flag on MySQL connections
Add database server ping method to SQL classes
11 years ago
Slávek Banko 4de3697383 Fix build option used to select sqlite3 plugin 11 years ago
Michele Calgaro a401ecd325 Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug 1947.
11 years ago
Michele Calgaro dbc8742f9e Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice."
because of wrong reference to bug 1887.
This reverts commit 41f30477dd.
11 years ago
Michele Calgaro 41f30477dd Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug 1887.
11 years ago
Timothy Pearson 93b3efa890 Refresh control element data structures before executing style object event handlers
This resolves Bug 1816
Fix FTBFS in style examples
11 years ago
Michele Calgaro 71a6d7870f Improvements to QValueList. This may relate to bug 1820 11 years ago
Michele Calgaro cbeacf0de9 Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. This resolves bug 1901 and 1909. 11 years ago
Slávek Banko d738b733bd Add sqlite3 plugin 11 years ago
Slávek Banko 456dc48a97 Fix potential null pointer dereference 11 years ago
Slávek Banko 3d29992e94 Fix crash on populating style data to tabbar without parent
This resolves Bug 1966
11 years ago
Slávek Banko 1afc62ef88 Fix overwriting memory for an application icon
This resolves Bug 2033
11 years ago
Timothy Pearson b7d35a6235 Fix DnD crash when source is not present
This resolves Bug 1602
11 years ago
Michele Calgaro 5747da54c6 Enabled operator->() for class QValueListIterator. 11 years ago
Slávek Banko 7fface8931 Fix tqteditor hidden visibility needed for cppeditor plugin 11 years ago
Slávek Banko 5347950651 Fix FTBFS due to hidden visibility 11 years ago
Francois Andriot 1e11c1dd06 Build by default as a shared 11 years ago
Timothy Pearson 586f373276 Properly export ucm_instantiate in UCOM libraries
This relates to Bug 1780
11 years ago
Timothy Pearson 9ec64b2c9b Add slow QStyleControlElementData copy constructor for use with python 11 years ago
Timothy Pearson d1b6b7be7d Repair performance regression accidentally introduced with new style API 11 years ago
Timothy Pearson f4193c940c Disable unnecessary thread locking in TQString constructors/destructor
This improves performance at no real cost, as the TQString class is not thread safe elsewhere
11 years ago
Timothy Pearson eced6bf82e Reduce TQString allocation/deallocation load in populateControlElementDataFromWidget
Remove unneeded mutex locks around certain TQString operations
11 years ago
Slávek Banko 1ee1ffbae6 Fix FTBFS with libfreetype6 >= 2.5.x
This resolves Bug 1765
11 years ago
Darrell Anderson 2e7cd6be55 Add end-of-file newlines. 11 years ago
Slávek Banko 3a89e057b7 Add pluginsdir to pkgconfig file 11 years ago
Timothy Pearson 56999a270d Wake up the correct event loop when an event is posted to TQApplication
This relates to Bug 1703
11 years ago
Slávek Banko c0780a876e Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT" 11 years ago
Timothy Pearson ef73e104bd Update minor TQt3 tool names to match current TQt3 sources in GIT 11 years ago
Timothy Pearson 2bec467449 Clean up prior commit 11 years ago