Commit Graph
3228 Commits
Author SHA1 Message Date
Thierry Crozat 886ca7c096 CREDITS: Adding myself as OS X packager 2016-04-02 13:33:33 +01:00
Eugene Sandulenko 5baa657f25 UPDATES: Remove an unneeded check 2016-04-01 21:32:16 +02:00
Eugene Sandulenko a743ec2e07 UPDATES: Implement and use method for normalizing interval value to accepted values 2016-04-01 21:29:29 +02:00
Bastien Bouclet eba01f7c5f I18N: Update translations template from source code 2016-04-01 19:29:02 +02:00
Alyssa Milburn 8aee3cffdc DEBUGGER: Drop events when using readline debugger
This should avoid the readline debugger causing Windows to decide that
ScummVM is unresponsive, by dropping incoming events in the idle callback.
2016-04-01 14:49:25 +02:00
dudola 40a663d589 GUI: Remove dummy FluidSynth Settings button from Edit Game.
The FluidSynth Settings button actually works only from the Options dialog.
https://sourceforge.net/p/scummvm/bugs/6821/
2016-04-01 11:22:09 +05:30
Eugene Sandulenko a4bf64fecd UPDATES: Normalize updates_check value 2016-03-31 15:38:00 +02:00
Eugene Sandulenko ed3f936287 GUI: Sync built-in theme 2016-03-31 13:59:56 +02:00
Eugene Sandulenko 2cde45fe6d UPDATES: Implement Check now button in Options 2016-03-31 13:59:01 +02:00
Eugene Sandulenko 08e7f0ab91 UPDATES: Got rid of hardcoded update intervals list 2016-03-31 09:31:57 +02:00
Eugene Sandulenko 556b7ffa29 UPDATES: Merge two steps into one 2016-03-31 09:09:23 +02:00
Eugene Sandulenko 47985debe1 UPDATES: Hook dialogs to UpdateManager 2016-03-30 19:28:24 +02:00
Eugene Sandulenko bd249ee324 UPDATES: Made dialog functional 2016-03-30 19:02:23 +02:00
Eugene Sandulenko 35a44edca1 GUI: Implement immediate coordinate mode for PopUp widget 2016-03-30 19:02:02 +02:00
Eugene Sandulenko f58b43b38a UPDATES: Beginnings of the update frequency control 2016-03-30 14:28:25 +02:00
Eugene Sandulenko cb51af0d6d UPDATES: Improve update dialog message 2016-03-30 11:15:57 +02:00
Eugene Sandulenko 3c4ccfc52c GUI: Enhanced StaticTextWidget with font style 2016-03-30 11:09:32 +02:00
Eugene Sandulenko 0db4c879f2 GUI: Added initial implementation for Updates opt-in wizard 2016-03-29 20:22:45 +02:00
Eugene Sandulenko 3efae7e799 GUI: Store secelcted update frequency in config 2016-03-29 19:11:09 +02:00
Eugene Sandulenko 12b0313d92 GUI: Added stub for Update frequency check widgets. 2016-03-29 19:11:09 +02:00
Eugene Sandulenko 57a0944d43 I18N: Regenerate translations.dat 2016-03-28 15:32:55 +02:00
Thierry Crozat 866121bd14 I18N: Update translations template from source code 2016-03-28 12:17:37 +01:00
Ori Avtalion 031e062252 GUI: Improve handling of button presses while moving the cursor
Keep track of where a mouse press started when deciding how mouse-over
and mouse-up should behave.

This handles the following situations:

1) If a mouse press starts outside a button (e.g. the UI background),
mouse-up inside the button has no effect. Previously, it triggered a
button click.
2) If a mouse press starts inside a button, the cursor moves outside of
its region, then back inside, the button will show as pressed.
Previously, it showed as highlighted instead of pressed.
2016-03-27 23:29:37 +03:00
Eugene Sandulenko 0fb6f31d4e EVENTRECORDER: Fix incorrect check which prevented records from replay 2016-03-25 16:30:12 +01:00
Abdeselam El-Haman e55ec6c6ca GUI: Widget: redraw when setAlign() called 2016-03-25 02:34:35 +01:00
ottogin b1c678f509 GUI: Fix "eaten" event by dialog which was closed
This patch fix bug #6841
If this runloop catches both the repeated key down event and the key up event.
In this case they key down will close the tooltip, because it got closed the key up event will be ignored.
As a result the LauncherDialog will never get notified the SHIFT state might have changed and not adapt the button description.
In this patch we just pass event to topDialog, if activeDialog was closed.
Also we must check, If topDialog doesn't exist.
2016-03-24 21:31:53 +03:00
Ori Avtalion ccc7506666 GUI: Fix constant names mentioned in comment 2016-03-23 18:01:13 +02:00
Thierry Crozat f182a14c81 I18N: Regenerate translations data file 2016-03-19 15:51:57 +00:00
Torbjörn Andersson aded46f08b GUI: Don't crash on empty dictionary in predictive dialog 2016-02-28 15:23:24 +01:00
Torbjörn Andersson bf5208dd3d GUI: Fix two leaks in predictive dialog 2016-02-28 15:04:11 +01:00
Eugene Sandulenko 480ebbf2b4 CREDITS: Added myself as GCW0 porter 2016-02-26 22:17:29 +01:00
Thierry Crozat 867c1f0fd7 I18N: Fix type in Danish translation 2016-02-26 20:51:20 +00:00
Thierry Crozat 485077642e I18N: Regenerate translations data file 2016-02-26 08:57:31 +00:00
Einar Johan Trøan Sømåen 2a98be9f35 I18N: Update Norwegian translations (Bokmaal/Nynorsk) 2016-02-26 00:26:29 +00:00
Thierry Crozat 3e7e53d344 I18N: Regenerate translations data file 2016-02-25 21:57:41 +00:00
Thierry Crozat 47c03cdc29 I18N: Regenerate translations data file 2016-02-24 21:52:17 +00:00
Thierry Crozat b4318201d4 I18N: Regenerate translations data file 2016-02-23 20:47:36 +00:00
Thierry Crozat 5fc715acca I18N: Regenerate translations data file 2016-02-22 21:15:11 +00:00
Eugene Sandulenko 88289670f2 I18N: Regenerate translations.dat 2016-02-21 15:40:24 +01:00
Thierry Crozat 451932d1cb I18N: Regenerate translations data file 2016-02-21 12:15:36 +00:00
Thierry Crozat 21ae5da6b0 I18N: Regenerate translations data file 2016-02-20 23:48:49 +00:00
Thierry Crozat 03270ab2e1 I18N: Regenerate translations data file 2016-02-20 23:41:25 +00:00
Thierry Crozat a2405d19bf I18N: Regenerate translations data file 2016-02-20 21:08:35 +00:00
Thierry Crozat a7eed85f3b I18N: Regenerate translations data file 2016-02-16 22:08:21 +00:00
Thierry Crozat d394dcf725 I18N: Regenerate translations data file 2016-02-15 22:57:07 +00:00
Thierry Crozat a794c021f6 I18N: Regenerate translations data file 2016-02-15 21:29:31 +00:00
Thierry Crozat e727bbe8dc I18N: Regenerate translations data file 2016-02-14 18:59:38 +00:00
Thierry Crozat b67cb25e22 I18N: Update Swedish translation from patch #1629 2016-02-12 21:51:32 +00:00
Eugene Sandulenko 068d5d8565 I18N: Regenerate translations.dat 2016-02-03 11:48:16 +01:00
Eugene Sandulenko ec36a50fa4 I18N: Regenerate translations.dat 2016-02-02 19:05:10 +01:00