aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the license headersLaszlo Papp2013-03-1313-507/+509
* Establish a "QtMacFunctions" forward header by using the right pragmaLaszlo Papp2013-02-281-0/+4
* Fix QtMacNativeWidget build with Qt 4.x and 5.0.Jake Petroules2013-02-252-9/+16
* Fix QtMacFunctions example build with Qt 4.x and 5.0.Jake Petroules2013-02-251-0/+11
* Calling native integration functions should not crash.Jake Petroules2013-02-252-12/+35
* Use the image conversion function from qtmacfunctions.Jake Petroules2013-02-061-55/+2
* Fix QMacPasteboardMime build with Qt 4.x and Qt 5.0.Jake Petroules2013-01-312-5/+29
* Add examples.proMorten Johan Sørvig2013-01-312-9/+9
* Use one resolvePlatformFunction implementation.Morten Johan Sørvig2013-01-312-9/+3
* Add to/fromMacCGImageRef example.Morten Johan Sørvig2013-01-312-7/+48
* Add QtMacNativeWidget example.Morten Johan Sørvig2013-01-313-0/+227
* Add qt_mac_set_dock_menu(QMenu *)Morten Johan Sørvig2013-01-313-0/+116
* Add QMacPasteboardMime.Morten Johan Sørvig2013-01-233-1/+296
* Correct faulty logic preventing tool buttons from getting selected.Jake Petroules2013-01-181-1/+1
* Do not use the same identifier for all NSToolBars.Jake Petroules2013-01-183-29/+61
* Fix a couple minor compile issues.Jake Petroules2013-01-172-4/+1
* Select NSToolbarItems when corresponding QActions are triggered.Jake Petroules2013-01-153-3/+81
* Reintroduce setUnifiedTitleAndToolBarOnMac as a global function.Jake Petroules2013-01-074-0/+129
* Add function to create QtMacUnifiedToolBar from a QToolBar instance.Jake Petroules2013-01-072-0/+16
* Add more functionality to QtMacUnifiedToolBar.Jake Petroules2013-01-026-8/+408
* Provide compatibility with both Qt 4 and Qt 5.Jake Petroules2013-01-025-23/+38
* Change license headers.Morten Johan Sorvig2012-10-256-228/+239
* Misc cleanups.Morten Johan Sorvig2012-10-254-16/+8
* Update after porting Qt Assistant.Morten Johan Sorvig2012-10-255-8/+84
* Say hello to QtMacUnifiedToolBarMorten Johan Sorvig2012-09-037-0/+760