Commit Graph

10448 Commits (58383682036d9fd36479dad0e7d3b19c8d8a6688)

Author SHA1 Message Date
IgorA100 5838368203
Fix (Montage): Vertical alignment of monitors to top
This fixes the monitor block height issue

+ Added a border around monitor in layer editing mode.
2024-04-08 23:44:17 +03:00
IgorA100 84e0cb081b
Merge branch 'ZoneMinder:master' into patch-64 2024-04-06 00:55:13 +03:00
Isaac Connor b2dcf39936 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-04-05 17:29:37 -04:00
Isaac Connor 7151771177 Disable delete button on click so that we can't double click it. 2024-04-05 17:29:31 -04:00
IgorA100 68172e54a9
Feat: Added the ability to zoom in/out image of each monitor separately on the "Montage" page 2024-04-05 19:44:19 +03:00
Isaac Connor 972a9e03af
Merge pull request #3920 from IgorA100/patch-45
Feat: Ability to download videos on Event view page with a multiport configuration
2024-04-05 09:47:16 -04:00
Isaac Connor 35ce814712 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-04-05 09:23:37 -04:00
IgorA100 45c8828f3d
Feat: Mouse moving an enlarged video frame during Event viewing 2024-04-05 14:45:27 +03:00
IgorA100 78d68bed0d
Chore: add space 2024-04-04 20:45:50 +03:00
IgorA100 693e2c16f6
Preventing jerking when collapsing/expanding a block 2024-04-04 20:36:33 +03:00
IgorA100 efa34f455f
Changed the chevron icon to a filter icon on "Montage" page 2024-04-04 20:30:24 +03:00
IgorA100 dd8ef6b786
Changed the chevron icon to a filter icon on "Montage review" page 2024-04-04 20:21:29 +03:00
IgorA100 4702224dce
Update watch.php 2024-04-04 20:11:15 +03:00
IgorA100 3c30ef8506
Add style for ".hidden-shift" 2024-04-04 20:08:41 +03:00
IgorA100 c02310e6a6
Changing the algorithm for collapsing/expanding a block
Add class 'hidden-shift' to prevent jerking when running the "Chosen" script, it is necessary to make the block visible to JS, but invisible to humans!

Added processing of the "data-flip-control-run-after-complete-func" attribute to launch the function AFTER COMPLETING the work "slideToggle"

Disabled (with subsequent probable deletion)
$j("#mfbflip").click(function()

Minor fixes
2024-04-04 19:36:29 +03:00
IgorA100 5c33f4bbb5
Fix: Moved the hide/show filter block button away from the right border 2024-04-04 12:01:20 +03:00
IgorA100 4ea208f7d9
Fix: css for header form Watch page 2024-04-04 11:57:20 +03:00
IgorA100 f2aed5fc21
Chore: Adjust spaces, tabs, newlines 2024-04-03 22:58:21 +03:00
Isaac Connor ad3558a9b1
Merge pull request #3938 from IgorA100/patch-56
Feat: Added a button to hide/show the timeline panel on the "Montage Review" page
2024-04-03 14:08:17 -04:00
IgorA100 8a522c70b7
The "#mfbpanel" style is now in the main CSS file 2024-04-03 21:03:46 +03:00
IgorA100 79c4dd0466
The "#mfbpanel" style is now in the main CSS file 2024-04-03 21:03:15 +03:00
IgorA100 25bc22e871
Moved the "#mfbpanel" style to the main CSS file 2024-04-03 21:02:01 +03:00
IgorA100 542f3a72af
Leave the bootstrap style (padding right & left) for "#mfbpanel" 2024-04-03 20:55:14 +03:00
IgorA100 c68b6696d1
Fix: Jerking of the "#mfbpanel" panel when collapsing and expanding on the "Montage review" page 2024-04-03 20:53:07 +03:00
IgorA100 522f29c5b1
Fix: Jerking of the "#mfbpanel" panel when collapsing and expanding on the "Montage" page 2024-04-03 20:44:25 +03:00
IgorA100 cf23f3aa37
Added a check for the presence of the changeScale() function. 2024-04-03 20:11:30 +03:00
Isaac Connor 8c875a1cce
Merge pull request #3934 from IgorA100/patch-54
Feat: Mouse moving an enlarged video frame during live viewing
2024-04-03 12:52:46 -04:00
Isaac Connor 7ace3d775b
Merge pull request #3922 from IgorA100/patch-46
Report in Console if monitor use ONVIF detection
2024-04-03 12:43:43 -04:00
Isaac Connor c3101104f0
Merge pull request #3940 from IgorA100/patch-57
Fix: Apply .wrapper-scroll-table only to body.sticky
2024-04-03 12:42:16 -04:00
Isaac Connor 31fb569f6d
Merge pull request #3941 from IgorA100/patch-58
Fix: background color when viewing alarm frames for an event
2024-04-03 11:48:35 -04:00
Isaac Connor ee521308b6 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-04-03 11:45:29 -04:00
Isaac Connor 1e25e45206
Merge pull request #3942 from IgorA100/patch-59
Fix: Offset zoom frame in console table and viewing alarm frames table
2024-04-03 11:45:18 -04:00
IgorA100 c185ca6bf6
Fix: Cursor style for moving along the timeline when viewing a recorded event
1. Changed the cursor style to "pointer", because the cursor could take on two different styles, which doesn’t look nice.
2. Changed the width of the vertical blue stripe +1 pixel.
3. When the cursor was in the extreme right position, a horizontal scroll bar previously appeared, because "#indicator" went beyond "#progressBar".
2024-04-03 17:04:42 +03:00
Isaac Connor 09e7d68eff
Merge pull request #3939 from Simpler1/patch-13
feat(logs): Consistent spacing for terms and buttons
2024-04-03 09:14:13 -04:00
Isaac Connor bad852db0b
Merge pull request #3933 from borozenetsvv/master
Update ru_ru.php
2024-04-03 09:06:44 -04:00
IgorA100 4cee61ad35
Fix: Offset zoom frame in console table and viewing alarm frames table
1. Vertical offset = 0, because otherwise, the topmost frame in the table will be cut off at the top. The bottommost frame will create a vertical scroll bar and will therefore be fully viewable.
2. If the frame is on the right in the table, then its right position must be = 0, otherwise it will also go beyond the right border and will not be visible.
2024-04-03 16:01:19 +03:00
IgorA100 26254bf86d
Fix: background color when viewing alarm frames for an event 2024-04-03 13:11:32 +03:00
IgorA100 da62c5b65a
Fix: When Zooming out of a video frame, do not apply updatePrevCoordinatFrame() 2024-04-02 14:37:29 +03:00
IgorA100 ec090374ba
Fix: Apply .wrapper-scroll-table only to body.sticky for entire Groups page 2024-04-02 12:22:46 +03:00
IgorA100 0e319c2453
Fix: Apply .wrapper-scroll-table only to body.sticky for entire Options page 2024-04-02 12:20:44 +03:00
Simpler1 55d75a2410 fix(events): spacing 2024-04-01 13:09:02 -04:00
Simpler1 02b1258bb5 fix(logs): spacing 2024-04-01 12:36:27 -04:00
IgorA100 6415a4c911
Fix: Lost semicolon 2024-04-01 19:35:43 +03:00
IgorA100 649632dd4c
Chore: eslint format 2024-04-01 19:31:53 +03:00
Simpler1 c4220132e0 feat(logs): Consistent spacing for terms and buttons 2024-04-01 12:30:31 -04:00
IgorA100 6a3071a5fa
Added a button to hide/show the timeline panel 2024-04-01 19:15:01 +03:00
IgorA100 5372129b28
Feat: Added the ability to execute a function BEFORE or AFTER the hide/show event of a DOM element block
DOM element block hiding/showing events
In addition to the implementation in PR #3860
2024-04-01 18:54:55 +03:00
Isaac Connor 40f666129c Show console in navbar when there are no monitors yet defined. 2024-04-01 09:23:20 -04:00
Isaac Connor c370cd56cf
Merge pull request #3929 from IgorA100/patch-52
Feat: Allow "chosen" in <select> to use full text search
2024-04-01 09:21:34 -04:00
Isaac Connor 09d8a1d50c
Merge pull request #3935 from IgorA100/patch-55
Fix: Event table coloring in dark css in live view
2024-04-01 09:20:45 -04:00