1
0
Fork 0
Commit Graph

2152 Commits

Author SHA1 Message Date
chylex 1cb261cb6f Merge branch 'master' of https://github.com/chylex/TweetDick 2016-04-15 14:35:14 +02:00
chylex 82934878cc Fix minimizing causing issues with saved window position 2016-04-15 14:35:10 +02:00
chylex 996c460f57 Create README.md 2016-04-15 14:05:45 +02:00
chylex 33e704f1ab Add support for loading config files across all TweetD*ck variations 2016-04-15 13:23:59 +02:00
chylex 2c3849bc43 Change namespace to TweetDck 2016-04-15 13:23:40 +02:00
chylex 7de79786c9 Disable start menu icons (handled by installer) and delete shortcuts that cannot be moved 2016-04-14 18:11:43 +02:00
chylex d3d1fc808e Update assembly description 2016-04-14 18:09:20 +02:00
chylex 1ab9e35c6e Update version to 1.0 2016-04-14 17:27:08 +02:00
chylex e6e4d0ba75 Change migration link generator to not delete existing links 2016-04-14 14:10:25 +02:00
chylex 147c268ef8 Add exception handling and logging 2016-04-14 13:13:38 +02:00
chylex ebd17e1544 Work on migration (registry cleanup, refactoring) 2016-04-14 13:13:18 +02:00
chylex 039233c782 Fix browser opening when clicking on list urls, and change == to === 2016-04-14 12:37:42 +02:00
chylex 57484c8bf7 Add uninstall prompt since public beta did not uninstall TweetDeck correctly 2016-04-14 12:36:35 +02:00
chylex 74fec18146 Cleanup resources from the uninstaller process 2016-04-14 02:41:44 +02:00
chylex 00341e984c Fix TweetDeck uninstaller 2016-04-14 02:40:58 +02:00
chylex c172e7aa3d Protect lnk replacement if the target filename already exists 2016-04-13 20:55:54 +02:00
chylex 1030555bb5 Add start menu lnk migration 2016-04-13 15:52:23 +02:00
chylex c53636c013 Disable moving the notification window if not in Settings menu & having Custom pos enabled 2016-04-13 11:22:45 +02:00
chylex cf450447e5 Fix support for old config files 2016-04-13 11:11:53 +02:00
chylex 81c29ab50c Fix some issues with multi-monitor setups (change default loc, fix config saving before window loaded) 2016-04-13 02:33:21 +02:00
chylex f99435ff6a Add a null check to FlatProgressBar.brush 2016-04-13 02:24:24 +02:00
chylex 39f554693d Address static code analysis issues (disposing objects, neutral language and CLSCompliant attribute) 2016-04-12 23:33:37 +02:00
chylex 38539c4a9b Add a post-build batch file to delete unwanted files from the release folders 2016-04-12 18:07:37 +02:00
chylex a3ee5ebb99 Update version to 0.9.1 2016-04-12 18:02:10 +02:00
chylex 3904e5bc77 Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
chylex 300fdfa355 Remove unused variable from LockManager 2016-04-12 13:56:42 +02:00
chylex 519f0ace43 Fix missing Program.BrandName in ScriptLoader exception handler 2016-04-12 13:56:08 +02:00
chylex 9d840fec7c Add a locking mechanism to avoid multiple simultaneous processes 2016-04-12 13:55:56 +02:00
chylex f5f0d0aeed Fix ApplicationExit event not running 2016-04-12 13:47:49 +02:00
chylex ef0b699731 Redo url hooks to avoid duplicate browser opens 2016-04-12 02:29:02 +02:00
chylex fa4a22fd55 Fix building configuration and redo assembly name 2016-04-12 02:14:31 +02:00
chylex ae35fd5a21 Update .csproj with build events and tweaks 2016-04-12 02:08:31 +02:00
chylex 3a2f6e34bb Hook into window.open 2016-04-12 01:59:14 +02:00
chylex 3115ccc896 Redo build configurations and add a TweetDuck variant 2016-04-12 01:50:21 +02:00
chylex fd73c2a7a5 Change attribute names in code.js 2016-04-12 01:48:02 +02:00
chylex bd0413f9aa Fix clicking on account names and youtube previews
Closes #1
2016-04-12 01:20:14 +02:00
chylex 6a03730496 Fix and finish migration (refresh desktop, protect copying and deletion) 2016-04-11 23:35:21 +02:00
chylex 65d1201bbb Tweak notification progress bar to finish slightly quicker 2016-04-11 22:57:48 +02:00
chylex 08e071fd01 Work around scrolling causing notifications to popup 2016-04-11 22:52:40 +02:00
chylex c5a15709e7 Remove unused using directives 2016-04-11 21:33:37 +02:00
chylex ffe430a4a5 Add notification.js to run for notification browser instance (fixes links) 2016-04-11 21:33:24 +02:00
chylex cf58ac5665 Move code.js loading to ScriptLoader 2016-04-11 21:25:32 +02:00
chylex 69dcfe17a7 Make popup notifications go into foreground 2016-04-11 21:13:37 +02:00
chylex b3c5c3caa0 Disable logging for release builds 2016-04-11 21:04:31 +02:00
chylex 564199592b Fix icons in forms... 2016-04-11 20:59:38 +02:00
chylex a452bec190 Update forms to use the app icon 2016-04-11 20:52:14 +02:00
chylex 8f496095a9 Change version to 0.9.0.0 for the premature build 2016-04-11 20:44:10 +02:00
chylex 65a0851b11 Add a professional looking icon to the application 2016-04-11 20:42:35 +02:00
chylex 377f9602d0 Fix browser reload causing JS to not load, and add exception handling to code.js reading 2016-04-11 20:20:47 +02:00
chylex 0c60e4ebfd Process HTML code of notifications to remove media and improve quotes 2016-04-11 20:14:07 +02:00