keepassxc/src/autotype
Felix Geyer 5550d7af0d Fix autotype test (build) failures on Mac OS and Windows.
We need to tell Windows what symbols the main program exports
and the autotype plugin imports.

On both systems the linker needs the path of the main program that
loads the plugin.
2013-03-29 16:27:02 +01:00
..
test Fix autotype test (build) failures on Mac OS and Windows. 2013-03-29 16:27:02 +01:00
x11 Use effectiveWinId() instead of winId() in widgetsToX11Windows(). 2012-11-20 23:52:46 +01:00
AutoType.cpp Initialize global auto-type key variables. 2012-11-20 23:52:46 +01:00
AutoType.h Move initial auto-type timeout to plugins. 2012-11-02 15:49:25 +01:00
AutoTypeAction.cpp Add initial auto-type implementation. 2012-07-12 22:33:20 +02:00
AutoTypeAction.h Fix autotype test (build) failures on Mac OS and Windows. 2013-03-29 16:27:02 +01:00
AutoTypePlatformPlugin.h Move initial auto-type timeout to plugins. 2012-11-02 15:49:25 +01:00
AutoTypeSelectDialog.cpp Close AutoTypeSelectDialog when there are no entries left. 2013-03-24 14:00:23 +01:00
AutoTypeSelectDialog.h Close AutoTypeSelectDialog when there are no entries left. 2013-03-24 14:00:23 +01:00
AutoTypeSelectView.cpp Allow only selecting one row in AutoTypeSelectView. 2012-09-25 17:51:49 +02:00
AutoTypeSelectView.h Select the first entry when the model has been reset. 2012-08-05 18:51:19 +02:00
CMakeLists.txt Add infrastructure for auto-type tests. 2012-10-28 15:33:44 +01:00
ShortcutWidget.cpp Reset and unregister global shortcut when it's not locked anymore. 2012-07-14 19:07:13 +02:00
ShortcutWidget.h Reset and unregister global shortcut when it's not locked anymore. 2012-07-14 19:07:13 +02:00
WildcardMatcher.cpp Optimize WildcardMatcher a bit. 2012-07-23 12:33:37 +02:00
WildcardMatcher.h Optimize WildcardMatcher a bit. 2012-07-23 12:33:37 +02:00
WindowSelectComboBox.cpp Improve window select combo box. 2012-07-20 12:15:14 +02:00
WindowSelectComboBox.h Improve window select combo box. 2012-07-20 12:15:14 +02:00