aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add example documentationv5.2.0-rc1v5.2.0Topi Reinio2013-11-211-0/+3
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* use private linkage where possibleOswald Buddenhagen2013-11-041-2/+2
* Fix buildThierry Bastian2013-10-301-2/+1
* Change camel-case header <QMacFunctions> to <QtMac>Sze Howe Koh2013-10-292-2/+2
* Doc: Setting navigation bar variables in qdocconf file.v5.2.0-beta1Topi Reinio2013-10-021-0/+3
* Doc: Create documentation structure for Qt Mac Extrasv5.2.0-alpha1Topi Reinio2013-09-2610-13/+303
* Remove QtWidgets dependencies from QtMacExtras.Morten Johan Sørvig2013-09-2619-802/+149
* Rename the QtMacExtras namespace to QtMacJ-P Nurmi2013-09-137-22/+22
* Privatise private headers and modules.Jake Petroules2013-09-047-7/+8
* Don't use emit in public headers.Stephen Kelly2013-09-041-1/+1
* Build fix for 10.6Richard Moe Gustavsen2013-08-075-5/+7
* Support namespaced buildLiang Qi2013-07-0113-41/+78
* Introduce a macro for forward declaring Objective-C classes.Jake Petroules2013-06-265-28/+23
* Use NSView pointers instead of void pointers.Jake Petroules2013-06-262-2/+2
* Remove unneeded #import.Jake Petroules2013-06-261-1/+0
* Fix minor spelling error.Jake Petroules2013-06-261-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-06-232-8/+0
* Fixed incorrect usage of `signals' in headersSergio Ahumada2013-06-222-2/+2
* Add a function to determine whether a Qt window is main.Jake Petroules2013-05-222-0/+35
* setEmbeddedInForeignView to embed a QWindow in a foreign windowShawn Rutledge2013-04-261-8/+9
* Rename QtMacFunctions -> QMacFunctions.Jake Petroules2013-04-241-1/+1
* Add a method for getting the current CGContext on both Darwin OSes.Jake Petroules2013-04-164-1/+72
* Add type converters for QUrl/NSURL and QByteArray/NSData.Jake Petroules2013-04-152-0/+37
* Modularize QtMacFunctions a bit by splitting it into several files.Jake Petroules2013-04-155-83/+192
* Introduce QtMacExtras::setDockMenu.Jake Petroules2013-04-152-17/+20
* Fix spelling error.Jake Petroules2013-04-151-2/+2
* Remove the now-unnecessary "Mac" infixes from namespaced functions.Jake Petroules2013-04-153-13/+12
* Rename QMacUnifiedToolBar -> QMacNativeToolBar.Jake Petroules2013-04-153-69/+69
* Add a method that provides access to the native NSToolbar object.Jake Petroules2013-04-152-0/+13
* Always create a native toolbar if the given QToolBar is not null.Jake Petroules2013-04-151-9/+5
* Rename and namespace setUnifiedTitleAndToolBarOnMac.Jake Petroules2013-04-154-85/+31
* Rename QtMacToolbarDelegate / QtNSToolbarNotifierMorten Johan Sørvig2013-04-113-9/+9
* Final QMacPasteboardMime renaming.Morten Johan Sørvig2013-04-111-2/+2
* Add overload to toNSMenu() to get NSMenu handle from QMenuBar object.Dmytro Tyshchenko2013-04-112-0/+17
* Rename files: qtfoo -> qfooMorten Johan Sørvig2013-04-1115-41/+41
* Rename QtMacCococaViewContainer.Morten Johan Sørvig2013-04-112-27/+27
* Place toNSMenu in QtMacExtras namespaceMorten Johan Sørvig2013-04-101-1/+1
* Rename QtMacUnifiedToolBar.Morten Johan Sørvig2013-04-107-129/+129
* Rename QtMacNativeWidget -> QMacNativeWidgetMorten Johan Sørvig2013-04-102-16/+16
* Rename qtmacfunctions -> qmacfunctionsMorten Johan Sørvig2013-04-104-5/+5
* Rename Qt namespace to QtMacExtrasMorten Johan Sørvig2013-04-104-13/+14
* Fix license headers.Morten Johan Sørvig2013-04-102-78/+78
* iOS compatibility.Jake Petroules2013-04-094-22/+38
* Add QtMacCocoaViewContainer.Morten Johan Sørvig2013-04-083-0/+246
* Compile.Morten Johan Sørvig2013-04-081-2/+4
* Move conversion functions out into qtmacfunctions.Jake Petroules2013-04-084-38/+62
* Export public functions and classes.Morten Johan Sørvig2013-04-045-10/+75
* Structure like a proper Qt module.Jake Petroules2013-04-0319-61/+40
* Add function toNSMenu() to get NSMenu handle from QMenu object.Dmytro Tyshchenko2013-03-192-0/+21