Joshua Sangmeister
b48ca8c434
added chart projection for polls
2020-03-17 07:24:45 +01:00
FinnStutzenstein
e2585fb757
Projector for polls: Server, client structure and data modeling
2020-03-17 07:24:40 +01:00
Sean Engelhardt
bb3a154ccc
Hide preview on motion slide
...
Hides the grey amendment context
2019-11-26 13:07:34 +01:00
Emanuel Schütze
5305b52dba
Use horizontal meta box ('pdf style table') for motion slide
2019-10-30 13:18:40 +01:00
jsangmeister
243949de43
added motion export option for personal note and fixed export error
2019-10-21 10:01:44 +02:00
GabrielMeyer
0cac6b1e8d
Quick sorting the reference of motions by their identifier
2019-09-19 15:06:03 +02:00
Sean Engelhardt
4e0f1409db
Add trust pipe and remove duplicated functions
...
Adds a new shared pipe to set trusted HTML directly
from HTML components.
Removes all duplicates of "bypassSecurityTrustHtml"
2019-09-16 16:24:40 +02:00
Tobias Hößl
6be23c8d9d
Don't include amendments into changed view
2019-09-12 10:36:54 +02:00
GabrielMeyer
c0ded6f32e
Adds a variable to hide the motion-text on projector
2019-09-10 08:34:28 +02:00
GabrielMeyer
d354461784
Cleans up the stylesheets a little bit
...
- Removes all `::ng-deep`
- Merges some re-used styles to one stylesheet
- The icon to open the global search will always be seen in the headbar
2019-09-02 17:33:42 +02:00
Emanuel Schütze
862d8cdee9
New config to hide referring motions in slide and detail view
...
Rework motion slide:
- move referring motions to h2 subtitle
- move identifier to h1 main title
- reduce subtitle line
2019-08-21 14:00:17 +02:00
FinnStutzenstein
51a3fbdf3e
New linting rules and ordering of imports
2019-07-30 09:53:14 +02:00
GabrielMeyer
bb55110245
Fixes dynamic growing cells in workflows
...
- The cells in the table of a workflow are dynamically growing
- The colors of the states get new labels
- If multiple selection in motion-list is active, the button to change the view won't be seen
2019-07-23 15:01:35 +02:00
Emanuel Schütze
1cdfea666b
Updated translations
2019-07-08 10:22:19 +02:00
Tobias Hößl
2592862384
Change recommendations for titles
...
- Title changes in PDF, Diff-view and slides
2019-07-05 11:17:42 +02:00
FinnStutzenstein
2ae7776392
Show from recommendation referencing motions
2019-07-04 07:12:31 +02:00
FinnStutzenstein
b8d3fa2614
Cleanup
2019-06-28 07:58:36 +02:00
Emanuel Schütze
484d9b23e0
Merge pull request #4742 from FinnStutzenstein/autonomicSlides
...
Partially scale and scroll the motion slide
2019-05-27 22:43:40 +02:00
FinnStutzenstein
1f7ace6b4b
Partially scale and scroll the motion slide
2019-05-27 22:28:18 +02:00
FinnStutzenstein
7106e06ca1
Improved motion block slide layout
2019-05-27 14:25:30 +02:00
FinnStutzenstein
9f12763f8b
Split AgendaItem and ListOfSpeakers
...
Server:
- ListOfSpeakers (LOS) is now a speprate model, containing of an id,
speakers, closed and a content_object.
- Moved all speaker related views from ItemViewSet to the new
ListOfSpeakersViewSet.
- Make Mixins for content objects of items and lists of speakers.
- Migrations: Move the lists of speakers from items to the LOS model.
Client:
- Removed the speaker repo and moved functionality to the new
ListOfSpeakersRepositoryService.
- Splitted base classes for agenda item content objects to items and
LOS.
- CurrentAgendaItemService -> CurrentListOfSpeakersSerivce
- Cleaned up the list of speakers component.
2019-05-24 08:21:59 +02:00
FinnStutzenstein
284e90961a
Fixed getting states of amendments ( closes #4677 )
2019-05-15 15:21:11 +02:00
FinnStutzenstein
72a7a6fde0
Fix motion block slide
2019-05-07 16:18:13 +02:00
FinnStutzenstein
c234cfe698
Dynamic a two column layout in motion block slides
2019-04-29 11:20:12 +02:00
Emanuel Schütze
a61a655715
More slide style improvements
2019-04-25 22:02:36 +02:00
Emanuel Schütze
e54d0cf087
Minor layout improvements
...
- Improved motion block slide layout
- Increase width of statute paragraph title form field
- hide identifier in motion form for unprivileged users/submitters
2019-03-20 22:00:35 +01:00
Sean Engelhardt
ca18d59ac3
Fix some z-level related issues
...
Fixes some z-layer effects
2019-03-20 12:45:34 +01:00
Tobias Hößl
5d9128403a
Bugfix: Diff
2019-03-17 20:31:25 +01:00
Tobias Hößl
e62648c719
Bugfixes: Highlighting wo CRs, better scrolling
2019-03-16 13:34:55 +01:00
Sean
35b27b967f
Fix motion line number alignment
2019-03-11 13:56:25 +01:00
Tobias Hößl
6b685924d9
Bugfix: Amendment statuses
2019-03-09 22:48:21 +01:00
FinnStutzenstein
d90e88fa53
Sort motions on the motion block slide
2019-03-08 16:16:05 +01:00
Sean Engelhardt
6a421f8f6b
Add more motion modules
...
Seperates the previously large motion module in various smaller
and very small feature modules.
Motion Detail, and all direct dependancies to Motion Detail
is now an own module.
This significantly increases the response time of openslides 3
2019-03-08 10:43:54 +01:00
FinnStutzenstein
ed4b1c80f1
Replace recommendation on client and server for motion slide
2019-03-07 08:52:33 +01:00
FinnStutzenstein
43f084438d
clean up stable projectorelements, if they have an error
2019-03-01 13:03:55 +01:00
FinnStutzenstein
4cde0431ab
Add referenced motions by the server ( fixes #4383 )
2019-02-27 07:35:52 +01:00
Emanuel Schütze
17bd6d71bd
Template work for slide components.
2019-02-26 17:10:39 +01:00
Emanuel Schütze
80a061db38
Motion block slide template
2019-02-21 15:06:14 +01:00
FinnStutzenstein
2abe71313c
Motion block slide
2019-02-21 14:01:02 +01:00
FinnStutzenstein
7ef36e93c6
List of speakers slide
2019-02-21 12:34:41 +01:00
FinnStutzenstein
35cd49e4fe
read crmode from the projector element
2019-02-15 14:56:41 +01:00
Tobias Hößl
453fedbc3e
Initial support for line numbering and change recommendations in Projector
...
Read projector settings from the config
Preamble, styling fixes
Styling fixes
Show amendments inside of the motion view
Amendment view
Projector and statute paragraphs
Bugfix: Imports
2019-02-15 14:56:40 +01:00
FinnStutzenstein
582d4d7c4a
Projector reference for CLOS
2019-02-01 09:47:59 +01:00
FinnStutzenstein
b921b771d6
projector cleanup
2019-01-31 12:41:04 +01:00
Emanuel Schütze
42f8b74d8e
Projector templates
...
- Projector base template
- Projection button
- projection dialog
- motion slide (template and motions/projector.py)
- user slide (template and users/projector.py)
- motion and user list view with projector column permission check.
2019-01-29 16:12:19 +01:00
FinnStutzenstein
965d23be50
more work on projector, countdowns, clos
...
- splitted clos-slide and clos-overlay.
- Synchronize to server, more little changes
2019-01-29 16:10:21 +01:00
FinnStutzenstein
74e0bea108
Wirst work for the projector system on the client
2019-01-19 21:26:05 +01:00