summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not inverse filtered propertiesNokiaQtSDK-1.0.0Olli Werwolff2010-06-141-1/+1
* Scripts: Use synchronized threads instead of coroutines.Christian Kamm2010-05-184-118/+96
* Move scroll bar styling out of Manhattan style and into separate class.Christian Kamm2010-04-285-118/+148
* Improve icon crispness.Christian Kamm2010-04-2718-0/+0
* Merge Manhattan style changes from Qt Creator.Christian Kamm2010-04-2715-587/+693
* Make inner component headers look less shiny.Christian Kamm2010-04-272-2/+16
* Fix styling on linux.Christian Kamm2010-04-221-0/+1
* Changed way to set the location's timestampOlli Werwolff2010-04-142-15/+49
* Ui label capitalization fix.Christian Kamm2010-04-141-1/+1
* Add a new component: the favorite script button.Christian Kamm2010-04-145-0/+126
* Allow adding script interfaces into hierarchies.Christian Kamm2010-04-121-1/+11
* Extend the LocationUi interface to allow querying and setting data.Christian Kamm2010-04-092-6/+20
* For some reason msvc does not like "interface" as parameter nameOlli Werwolff2010-04-081-4/+4
* Add icons to signal strength quick access button.Christian Kamm2010-04-089-4/+15
* Show script errors in a message box instead of qWarning.Christian Kamm2010-04-082-3/+4
* Remove unused code.Christian Kamm2010-04-081-28/+0
* Make 'print' in scripts not crash on Windows.Christian Kamm2010-04-081-0/+32
* Added missing/replaced old license headersOlli Werwolff2010-04-0834-26/+635
* Scripting: Workaround to global object properties becoming inaccessible.Christian Kamm2010-04-081-2/+5
* Add example script to example.Christian Kamm2010-04-071-0/+6
* Set correct label when adding hideable toplevel entriesOlli Werwolff2010-04-011-1/+1
* Toolbox inherits QToolBoxOlli Werwolff2010-04-013-23/+26
* Connect optionitems' advancedButtonClicked when setting options to pageOlli Werwolff2010-04-011-9/+11
* Update example for recent customizability changes.Christian Kamm2010-04-011-2/+9
* Make top level entries in remote control widget customizable.Olli Werwolff2010-04-014-64/+175
* LocationUi: Fix locationChanged signals actually being emitted.Christian Kamm2010-03-311-4/+4
* Fully-qualify signal and slot arguments in LocationUi.Christian Kamm2010-03-311-2/+2
* Use qtAddLibrary for linking coroutine. Links the right library on Win.Christian Kamm2010-03-311-5/+1
* Fully-qualify enum arguments in button signals and slots.Christian Kamm2010-03-314-8/+8
* Fix styling of the button to toggle advanced options.Christian Kamm2010-03-301-0/+1
* Expose the view area directly for now.Christian Kamm2010-03-302-11/+2
* Only restore position settings if they lead to an on-screen position.Christian Kamm2010-03-301-2/+7
* Store settings for RemoteControlWidget instead of ConfigurationWidget.Christian Kamm2010-03-301-2/+2
* Change include guard for remotecontrolwidget.h to match file name.Christian Kamm2010-03-301-3/+3
* Install headers to include/remotecontrolwidget subfolder.Christian Kamm2010-03-301-1/+1
* Use coroutine library. Avoid references to it in a public header.Christian Kamm2010-03-3017-710/+94
* Migrate signal strength button from simulator repository.Christian Kamm2010-03-306-0/+95
* Migrate network mode button to remote control widget.Christian Kamm2010-03-306-0/+115
* Coding style fixes.Christian Kamm2010-03-306-22/+22
* Compile fix for 32 bit MinGW builds.Christian Kamm2010-03-111-1/+1
* Correctly set fixedInputWidth when adding page to toolboxOlli Werwolff2010-03-091-0/+3
* Fixed build path and name for library in win and macOlli Werwolff2010-03-093-1/+57
* Added missing Qt dependencies to .pro fileOlli Werwolff2010-03-091-0/+2
* Fixed includepath for windowsOlli Werwolff2010-03-091-0/+2
* Add scripting support.HEADmasterChristian Kamm2010-02-2619-5/+1173
* Add forgotten resource file.Christian Kamm2010-02-261-0/+14
* Make the location ui work. Add script interface for it.Christian Kamm2010-02-264-15/+142
* Improve separation of ToolBoxPages and the RCW.Christian Kamm2010-02-267-33/+50
* Move the style related code from the menu buttons into the main widget.Christian Kamm2010-02-263-2/+1
* Move power and battery button to remote control widget repo.Christian Kamm2010-02-2619-6/+214