Commit graph

148 commits

Author SHA1 Message Date
Micke Prag
0886564e94 Add codesigning on OS X 2013-10-10 16:11:24 +02:00
Stefan Persson
940d93556b Updated translations 2013-05-23 11:39:27 +02:00
Micke Prag
deebf2045e Add quit key shortcut (ctrl+q) 2012-04-16 12:03:47 +02:00
Micke Prag
aff9b973a8 Convert dos endings to unix in telldus-gui, closes #160 2012-02-27 17:44:58 +01:00
Micke Prag
f8226be943 Add overloaded function ConfigurationDialog::addPage() to load a QWidget directly 2012-02-23 10:07:17 +01:00
Micke Prag
24f7755358 Workaround for dependencies in plugins not resolved correctly 2012-02-02 17:22:11 +01:00
Micke Prag
084930a74e Remove OS X specific finding of QtUiTools. The variable QT_USE_QTUITOOLS seems to work by itself instead 2011-12-20 16:51:31 +01:00
Micke Prag
4b37109f27 Use FIND_PACKAGE() to find QtUiTools instead of just hardcode the path 2011-11-04 10:58:03 +01:00
Micke Prag
f834adcb30 Sign files after build on Windows 2011-09-19 09:33:07 +00:00
Stefan Persson
fa131eed2e Fixed copying of translation files for windows 2011-09-09 13:39:53 +00:00
Micke Prag
23d870061a Add empty qt.conf on Mac OS X to make sure correct Qt-libs are loaded 2011-09-09 13:11:52 +00:00
Micke Prag
e2537733cb Install qt_menu.nib as part of our install target 2011-09-09 10:37:34 +00:00
Stefan Persson
b373e9e454 Updated language files 2011-09-09 09:23:56 +00:00
Micke Prag
27cc14dcd0 Use correct path to the bundle 2011-09-07 13:52:52 +00:00
Micke Prag
bc7466cbc2 Use BundleUtilities to fix and copy frameworks to our bundle 2011-09-07 13:35:01 +00:00
Micke Prag
ad60a819de Fix mismatching IF-block 2011-09-07 13:34:59 +00:00
Micke Prag
ae8aea7856 Install the translation files for TelldusCenter as part of the install target. The target directory might not be setup earlier 2011-09-06 15:25:56 +00:00
Micke Prag
83245b16e1 Add BUNDLE DESTINATION to TelldusCenter 2011-09-06 15:25:53 +00:00
Micke Prag
ce3e9fabe5 Don't install files already included in the bundle on Mac OS X 2011-09-06 15:25:49 +00:00
Stefan Persson
3f98c6ea87 Updated copyright year 2011-09-05 10:50:15 +00:00
Micke Prag
57524439c4 Allow plugins to be loaded both from the build-directory and the system on Linux 2011-05-16 14:03:51 +00:00
Stefan Persson
c412c59490 Fix for TelldusCenter unix menu entry (patch fix-unix-menu-entry.patch) 2011-03-18 14:47:02 +00:00
Stefan Persson
119ac6565c Added TelldusCenter manpages 2011-03-18 14:44:38 +00:00
Micke Prag
7adda8214c ftd2xx is not referenced by telldus-core anymore but TelldusService 2011-03-08 11:31:11 +00:00
Micke Prag
d6e9aa29ef Changed CFBundleIdentifier 2011-03-08 10:07:03 +00:00
Stefan Persson
e90cf53c6f CMake-files updated for installation of Telldus Center on Linux 2011-03-08 09:33:33 +00:00
Micke Prag
ac04adc3a4 Updated install_name_tool script to fit version 2.0.104 2011-03-04 17:18:40 +00:00
Micke Prag
8576b4e1d7 Added QAction::menuRole to the preferences menu item 2011-03-04 13:40:35 +00:00
Micke Prag
87230c67fc Fixed output path for translations to TelldusCenter 2011-03-04 13:40:03 +00:00
Micke Prag
5c9f2c37fc Updated swedish translations for TelldusCenter 2011-03-04 10:02:37 +00:00
Micke Prag
d3b4f68537 Fixed correct output path of translation file under Linux 2011-03-04 09:26:42 +00:00
Stefan Persson
af2ae018cb Code cleanup, printouts removed 2011-03-03 16:03:00 +00:00
Micke Prag
8aeebf4de5 New icon 2011-02-28 12:50:46 +00:00
Micke Prag
7213d98d32 Show large icons with text under the icon in the category widget 2011-02-23 13:47:28 +00:00
Micke Prag
a9ce4cd79d Better sizehint for the categorylist in the configuration dialog 2011-02-23 13:35:31 +00:00
Micke Prag
3bdada5b88 Ugly workaround agains the crash when TelldusCenter exits. We are now leaking instead (only at shutdown though) 2011-02-23 11:51:31 +00:00
Micke Prag
75debda9ee Info.plist is now configured by CMake and the version number is replaced by the current version 2011-02-23 10:39:05 +00:00
Micke Prag
3d55d4b922 Fixed some naming of TelldusCenter 2011-02-23 10:22:26 +00:00
Micke Prag
9df813267f Some fixes for OS X since the Qt uitools doesn't seem to be found correctly 2011-02-23 10:05:07 +00:00
Micke Prag
f2d63f3976 Updated icon on Mac OS X 2011-02-23 09:58:53 +00:00
Micke Prag
0b8076e4da Added icon to ConfigurationDialog::addPage() 2011-02-14 13:04:42 +00:00
Micke Prag
1e85c3362d Updated png icon for TelldusCenter 2011-02-03 15:23:16 +00:00
Micke Prag
4944334f4c Allow icon loading from the plugin script path 2011-01-14 11:45:46 +00:00
Micke Prag
30713febc2 Added function ScriptEnvironment::currentDir() 2011-01-14 11:45:17 +00:00
Stefan Persson
5f1bfacc51 setTimeout now accepts values greater than ordinary integers (quint64). 2011-01-11 08:56:45 +00:00
Micke Prag
16230b1000 Added new class CategoryListWidget to allow more fine-grained tuning of thing such as size. 2010-12-21 11:29:32 +00:00
Micke Prag
290fa41ab5 Added global include function to the script engine 2010-12-21 09:25:35 +00:00
Micke Prag
2c45b2d9f5 Implemented the configuration dialog 2010-12-20 16:37:01 +00:00
Micke Prag
68f55ac85d Added configuration dialog 2010-12-20 14:52:54 +00:00
Micke Prag
ceb8579192 Accept negative delays (equals to zero delay, run immediately) 2010-12-16 14:36:53 +00:00