1
0
Fork 0
Commit Graph

2152 Commits

Author SHA1 Message Date
chylex 95c68785af Fix flickering when switching to next notification 2016-04-11 19:52:53 +02:00
chylex b23fbf1e72 Implement TweetDeck alert popup check 2016-04-11 19:45:54 +02:00
chylex 072810a3b5 Disable chromium spell check 2016-04-11 17:43:33 +02:00
chylex c89b9af68b Update CefSharp to version 49.0.0-pre02 2016-04-11 17:41:08 +02:00
chylex e7c12e7791 Force popup notification setting display in TweetDeck columns 2016-04-11 17:02:56 +02:00
chylex 5c91dec62a Fix the notification form showing too early and not loading in Settings Form 2016-04-11 16:47:48 +02:00
chylex dfe2e91012 Show the notification in Settings when a checked radio is clicked 2016-04-11 16:47:24 +02:00
chylex d29315e78e Change the Settings Form layout to a table 2016-04-11 16:26:16 +02:00
chylex 797b7e8ead Add notification display selection 2016-04-11 16:25:43 +02:00
chylex 6773d69e07 Tweak notification timer duration 2016-04-11 16:07:49 +02:00
chylex a4e86e55ae Fix missing browser.Load("about:blank") which apparently breaks stuff 2016-04-11 16:07:38 +02:00
chylex 17645a88cf Implement notification timer pause on mouse hover 2016-04-11 15:58:36 +02:00
chylex 113247a06c Fix notification closing in the Settings Form 2016-04-11 15:38:18 +02:00
chylex 1befe0923e Fix missing comment in JS 2016-04-11 15:11:31 +02:00
chylex 939fef42d6 Make links open in the user's browser instead of a new window 2016-04-11 14:58:48 +02:00
chylex 7db3c4fcba Fix missing case for custom notification position 2016-04-11 14:27:34 +02:00
chylex 8d7a55e6ed Add a notification duration indicator 2016-04-11 14:12:09 +02:00
chylex 3b10bc9c7c Add an example tweet to the Settings Form 2016-04-11 14:11:47 +02:00
chylex 496c1a91a3 Add a FlatProgressBar control 2016-04-11 14:01:53 +02:00
chylex f81d332d8f Implement configurable popup notification duration 2016-04-11 12:27:04 +02:00
chylex 53b0aaee10 Remove FormSettings.resx from the project file 2016-04-11 11:51:36 +02:00
chylex 340cee3354 Add a Settings Form with notification window position setting 2016-04-11 03:26:58 +02:00
chylex d235ea85ef Fix the About Form not starting centered to parent 2016-04-11 02:16:39 +02:00
chylex e4853b6697 Add a basic About Form 2016-04-11 02:08:37 +02:00
chylex 10253eed2a Fix TweetDeck load notification triggers 2016-04-11 02:08:20 +02:00
chylex 383a7c8aac Update RichTextLabel to use RichTextBox v5 and add URL wrapper 2016-04-11 01:50:38 +02:00
chylex 0c7d625391 Move RichTextLabel and FormBackgroundWork to different namespaces 2016-04-11 00:55:52 +02:00
chylex f7265405d7 Minor tweaks (remove unused using directives, tweak JS formatting) 2016-04-11 00:39:55 +02:00
chylex 2834a9a443 Add a WIP notification system (buggy startup, missing navigation, bad UI and UX) 2016-04-11 00:37:28 +02:00
chylex b9c93bfe20 Add FormBrowser.InvokeSafe and use it for CEF callbacks 2016-04-10 23:09:45 +02:00
chylex f74a7c8ed3 Minor refactoring (fix FormBrowser formatting, tweak JS init code) 2016-04-10 21:07:17 +02:00
chylex 9d8cda9b6d Add triggers for Settings and About menus (via context menu and JS injection) 2016-04-10 19:08:39 +02:00
chylex d89c51a1d3 Move TweetDeckBridge to Core.Handling namespace 2016-04-10 18:08:06 +02:00
chylex 0d2681c5ba Add desktop paths to MigrationManager for lnk editing 2016-04-10 17:51:18 +02:00
chylex d7a0f577d6 Add javascript injection with a bridge object to the website 2016-04-10 17:21:11 +02:00
chylex 6c53f10810 Change default RichTextLabel font size and update layout of Forms that used it 2016-04-10 15:24:11 +02:00
chylex a48ce84756 Finish all TweetDeck migration features (kill process, change pinned taskbar lnk, fix oversights) 2016-04-10 13:37:43 +02:00
chylex 226e9bf228 Move ProgramRegistrySearch to Migration.Helpers namespace 2016-04-10 12:05:51 +02:00
chylex 33ef0d06f7 Add window state saving to FormBrowser and display it only when the browser is ready 2016-04-10 11:55:24 +02:00
chylex 099d5afa56 Work on UserConfig (save on exit, use backup file, fix loading) 2016-04-10 11:43:30 +02:00
chylex 3db2d11af7 Add an untested Migrate & Purge option to the migration Form 2016-04-09 21:44:55 +02:00
chylex 66e83f9056 Add basic TweetDeck data migration 2016-04-09 20:57:59 +02:00
chylex 1bb45a9118 Fix UserConfig creating a directory instead of a file 2016-04-09 20:50:08 +02:00
chylex f375c74503 Add a background work Form with a pointless progress bar 2016-04-09 20:39:17 +02:00
chylex dbc2348ca5 Add a UserConfig class with currently unused config options 2016-04-09 19:09:40 +02:00
chylex 5e5343b7d6 Add RichTextLabel.Wrap for default RTF text formatting 2016-04-09 17:48:45 +02:00
chylex 2c2eea05ad Add browser storage and update using directives in Program 2016-04-09 17:20:45 +02:00
chylex 8961421d92 Add RichTextLabel control 2016-04-09 17:19:09 +02:00
chylex 99baa53d33 Rename Forms namespace to Core 2016-04-09 16:30:32 +02:00
chylex 660ac2c1e5 Add essential classes - entry point and the browser Form 2016-04-09 15:46:59 +02:00