Commit Graph

1537 Commits

Author SHA1 Message Date
mattias-symphony
fd67a5cd31
Merge pull request #872 from mattias-symphony/master
fix: SDA-1501 Using ellipsis for notification title overflow
2020-02-11 15:36:08 +01:00
Mattias Gustavsson
e0edf9122b SDA-1501 Removed margin 2020-02-11 15:17:31 +01:00
Mattias Gustavsson
5aa56dcba4 SDA-1501 Using ellipsis for notification title overflow 2020-02-11 15:00:14 +01:00
mattias-symphony
14d063f4d3
Merge pull request #871 from mattias-symphony/master
fix: SDA-1744 Correct rendering of dropdown menus
2020-02-11 11:40:25 +01:00
Mattias Gustavsson
14d6b58ec1 SDA-1744 Correct rendering of dropdown menus 2020-02-11 11:28:55 +01:00
mattias-symphony
4a02aadf1b
Merge pull request #870 from mattias-symphony/master
fix: SDA-1743 Use display id to identify screen instead of display position
2020-02-11 11:04:11 +01:00
Mattias Gustavsson
0c597c1cdd SDA-1743 Use display id to identify screen instead of display position 2020-02-11 10:16:12 +01:00
Johan Kwarnmark
8c88b44445
sda-1737: Change the translation of Stop Sharing (#868) 2020-02-07 12:17:52 +05:30
mattias-symphony
c7c84621aa
Merge pull request #867 from mattias-symphony/SDA-1732
fix: SDA-1732 Checking for the existance of file before attempting to open it
2020-02-04 14:26:32 +01:00
Mattias Gustavsson
f6c7761f87 SDA-1732 Checking for the existance of file before attempting to open it 2020-02-04 14:12:56 +01:00
Johan Kwarnmark
119da410dc
Merge pull request #866 from johankwarnmarksymphony/sda-1720
fix: sda-1720 windows/electron BrowserWindow does not always open a window…
2020-01-31 12:43:44 +01:00
Johan Kwarnmark
ce4a3968d8 sda-1720 windows/electron BrowserWindow does not always open a window with the right location and size 2020-01-31 11:06:47 +01:00
Vishwas Shashidhar
e9ec69ca5c
Create electron.yml 2020-01-30 23:27:55 +05:30
Kiran Niranjan
ba68d39f99
build: Complete docker setup for generating Linux builds (#864)
* SDA-Linux - Added Dockerfile, Fix issues specific to linux

* SDA-Linux - Add Docker instruction for generating linux builds
2020-01-29 14:43:29 +05:30
Vishwas Shashidhar
6af430fc97
Update Symphony.config (#862) 2020-01-27 16:15:17 +05:30
Kiran Niranjan
6525825a1b SDA-1716 - Fix issues with source name case-sensitivity (#860) 2020-01-27 14:01:04 +05:30
Kiran Niranjan
21b7e20e9e SDA-1395 - Disable context menu for action buttons (#858) 2020-01-27 11:15:20 +05:30
Kiran Niranjan
6e71292332 SDA-1666 - Make screen sharing indicator window focusable (#856) 2020-01-27 11:14:34 +05:30
Kiran Niranjan
4a2e6a8be4 SDA-1500 - Fix incorrect style formatting (#859) 2020-01-27 11:14:20 +05:30
Johan Kwarnmark
a85d7f3db6
Merge pull request #857 from johankwarnmarksymphony/sda-1708
fix: SDA-1708 Move screen-sharing indicator to the same screen as Symphony…
2020-01-24 10:31:33 +01:00
Johan Kwarnmark
bc33e8933e SDA-1708 Move screen-sharing indicator to the same screen as Symphony Application 2020-01-23 16:15:21 +01:00
Vishwas Shashidhar
b2cbf2605a
SDA-1703: fix issue with opening deleted files in download manager (#855)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-01-22 22:25:59 +05:30
Kiran Niranjan
1ec78f06f6 SDA-1704 - Make Screen sharing indicator window closable (#852) 2020-01-22 14:49:05 +05:30
Vishwas Shashidhar
b9f52a76ca
Delete label.yml 2020-01-22 14:20:26 +05:30
Vishwas Shashidhar
bb0aa52d0e Merge branch 'master' of github.com:symphonyoss/SymphonyElectron 2020-01-21 23:50:34 +05:30
Vishwas Shashidhar
2ce0b66292 update package-lock.json to reflect the latest screen snippet version
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-01-21 23:49:35 +05:30
Vishwas Shashidhar
0fe59ffb19
Update backport.yml 2020-01-20 14:08:39 +05:30
Vishwas Shashidhar
211f551107
Update backport.yml 2020-01-20 14:04:17 +05:30
Vishwas Shashidhar
a6d9da66b2
Delete delete-merged-branch.yml 2020-01-17 14:22:01 +05:30
Vishwas Shashidhar
6255b32f22
Create delete-merged-branch.yml 2020-01-17 14:20:18 +05:30
Vishwas Shashidhar
9ba2a3f1f3
add backport action 2020-01-17 14:11:43 +05:30
Vishwas Shashidhar
a5f772de90
add stale workflow 2020-01-17 14:09:56 +05:30
Vishwas Shashidhar
c8158656c9
add label workflow 2020-01-17 14:08:13 +05:30
Vishwas Shashidhar
f1d01ae1e8 Merge remote-tracking branch 'sym/master' 2020-01-16 14:16:00 +05:30
Vishwas Shashidhar
4723c0a9e5 bump up version 2020-01-16 14:14:59 +05:30
Vishwas Shashidhar
500100d7cc
SDA-1668: add entitlements for macOS catalina (#849) 2020-01-14 20:07:57 +05:30
Kiran Niranjan
812f3c5cc6 SDA-1665 - Set level to modal-panel when in fullscreen (#848) 2020-01-14 20:07:24 +05:30
Kiran Niranjan
6125fd99a2 fix: SDA-1284 (Add logic to close screen snippet tool) (#847)
* SDA-1284 - Add support to cancel screen snippet window

* SDA-1284 - Early exit is not running on windows
2020-01-14 14:14:52 +05:30
mattias-symphony
84ec8758b6
Merge pull request #846 from mattias-symphony/SDA-1663_fix
fix: Updated screen snippet version
2020-01-13 12:52:32 +01:00
Mattias Gustavsson
bf75ea0c35 Updated screen snippet version 2020-01-13 12:42:46 +01:00
mattias-symphony
a667b6de53
Merge pull request #845 from mattias-symphony/update_screen_snippet
fix: Update screen snippet
2020-01-10 15:25:10 +01:00
Mattias Gustavsson
0ba71a16ea Updated screen snippet version 2020-01-10 15:14:57 +01:00
Mattias Gustavsson
0e4328d1c9 Updated screen snippet version 2020-01-09 15:00:03 +01:00
Johan Kwarnmark
068e6b5d44 fix: SDA-1657 Maximized SDA saves co-ordinates (#844)
* sda-1657 printout of main windows position

* sda-1657 Save height, width, x, y for full screen/maximized

* sda-1657 Change from workArea to bounds because full screen use entire screen

* sda-1657 remove save of position and size as before

* sda-1657 keep track of the original position/size of window before it is maximized or full screen

* Fit in middle of immediate display

* Use the new width and height
2020-01-09 10:25:12 +05:30
Kiran Niranjan
c63a2682e3 SDA-1661 - Make about app window a modal window and optimize code (#843) 2020-01-08 17:19:06 +05:30
Kiran Niranjan
a9fc026df9 SDA-1651 - Temporarily disable AOT when screen snippet is open (#842) 2020-01-08 17:18:03 +05:30
Kiran Niranjan
43472b0c95 SDA-1648 - Fix mouse leave events on notification window (#841) 2020-01-08 12:51:15 +05:30
Kiran Niranjan
5c32143856 fix: SDA-1546 (Update SDA Icons) (#840)
* SDA-1546 - Update app icons

* SDA-1546 - fix unit tests

* SDA-1546 - Fix icns file for MacOS
2020-01-04 14:18:02 +05:30
Vishwas Shashidhar
c3cff2e67a
chore: SDA-1635: add snyk to builds (#839)
* SDA-1635: add support for running snyk tests on builds

* SDA-1635: remove command checks for windows scripts

* SDA-1635: fix windows batch scripts

* SDA-1635: remove windows node version check
2019-12-30 21:06:47 +05:30
Kiran Niranjan
e4eb19dc30 SDA-1435 - Create API and logic to restart child window (#833) 2019-12-23 11:49:00 +05:30