Menu and submenu navigation feels much more intuitive/clear now, great suggestion @Bertl
Will add "back" button in submenus again now so navigation only using the knob/wheel is also possible.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Dec 2 2018
now with the desired faster push animation:
first menu transition animation prototype:
In T939#15578, @Francis wrote:@sebastian i think it doesn't make much sense for me. I don't know the backend so i could only see if the web-remote works.
@sebastian i think it doesn't make much sense for me. I don't know the backend so i could only see if the web-remote works.
Nov 29 2018
I use Nextcloud at the movie theater (cinéma Nova) where I work and it's pretty useful as a google doc alternative (especially for the collaboraoffice option).
Also, on the Nova's instance, Nextcloud comes with etherpad-lite, so very handy ^^
Nov 28 2018
@Francis do you want a remote Beta account? https://wiki.apertus.org/index.php/AXIOM_Beta_Remote_Access
I think the code is in a stage where it's good for testing on the Camera. There are surly some functions missing but that can be added when the test gives some results.
Nov 27 2018
nice progress @sebastian don't forget the steven spielberg or michael bay camera setup mode :-)
Nov 26 2018
Nov 25 2018
New FAQ is published.
Nov 22 2018
adding / removing presets is still to be added, rest of this screen works.
In T939#15554, @Francis wrote:
small progress can now make a desktop app :-)
Nov 21 2018
Because of the <div style="width:700px; margin:auto; padding-bottom:1rem;"> around that list.
Nov 20 2018
Nov 19 2018
anything left undone? I think I covered everything...
btw there were some other valid points raised in this thread (like the move from google groups -> mailman that we are considering/thinking about for some time already) that would deserve a separate task here on the lab.
Thanks for all the feedback (here and on the mailing list).
Nov 18 2018
Will check it in the next days, have no time as another work travel is on tomorrow.
@BAndiT1983 made some small updates is it for you now better?
Nov 17 2018
did OC for first coloumn
Did the gamma coloumn and cleaned up some other things along the way.
I know you're a busy lad lately Bandit but I dunno if you have an easy fix in mind for this - https://lab.apertus.org/T1111
Wouldn't omit the other camera projects that much, just move them to some area, like "Inactive projects".
Yes. There are way too many visits on Gamma stuff.
Nov 14 2018
I cloned the FAQ page and converted it to the new design: https://www.apertus.org/node/552
Nov 13 2018
done
Thanks. While we're at it can we make the same allowances on the Wiki please?
Nov 12 2018
slide control
just checked for slide control and seen some solutions but i need to investigate more into it. what i have done is a autoupdate so you don't need to close the modal window and it should be possible to use the arrow keys for change the values (up/down).
Should be fixed now, please check.
Nov 11 2018
Nov 10 2018
i changed on the end from the IRC Meeting the data.json for your requirements.
Did just few adjustments to web-remote, it communicated almost right away with the WSServer and daemon. Noticed 2 things which should be adjusted:
Nov 9 2018
Agreed on the internal ND filter. Whether it's an electronic, variable, or rotary disk style, it's incredibly handy to have. Especially on cranes and gimbals. It could also breed greater functionality and cause for use of the remote control in those situations. Lack of behind the lens ND has made some RED rigs much larger than what would be preferable in some tighter scenarios as well.
Nov 7 2018
Yeah the landing page is an issue. Unfortunately the key people who're in the process of its reformatting are currently engaged with the camera's UI and it's pretty important that they're not disturbed.
The reason it is hard to join the Apertus community in a way that is meaningful to being beneficial in any way is not the lack of a CoC.
Drawing attention and doing meaningful things with it fails because there is no landing page explaining why the project is different.
For what little impact I have had, I really want to avoid contributing anything to a CoC-project. Also making that landing page and
trying to reorganize the wiki turned out to be unwanted effort, so maybe I am wrong and this CoC is the sign of a project that really
knows what it is doing, and there is a real community behind it.
In T1107#15445, @allan wrote:Case in point, sexualised jokes in every team video.
Never change.
"people express interest in joining our community and wanting to contribute but it does not work out in the end, they disappear again - often soon after making first contact. We never know the reasons and don't have the resources to follow up with all of them." - SP.
Nov 6 2018
CHANGES TO TASK DESCRIPTION
Nov 5 2018
So I am answering in a context where this CoC already applies?
I don't really care to read it extremely carefully, for the same reason I think it fails already in general at this point of entry.
In T1107#15440, @allan wrote:Why is this needed, and what does it do?
Why is this needed, and what does it do?
Nov 4 2018
First version done: https://www.apertus.org/code-of-conduct
Nov 1 2018
Have seen it, when you compress the src JS/CSS/HTML it's below 30KB (it's even smaller then the react javascript as gzip!). No problem when the time comes we can analyse the best solution. I'm with your idea to optimze the message size as a future task.
Maybe this one is better -> https://github.com/ygoe/msgpack.js also consider gzipped versions, where your 50kb file is only 14kb big.
Thanks for the info! We can see whats possible when everything is getting into shape. The only thing what i don't like is the msgpack lib (50KB) in javascript is 50% of the current JS/CSS/HTML files. (<100KB)
Oct 29 2018
It's lovely all around. Note how they deal with a large sitemap on mobile.
Oct 25 2018
Just as a reference for the future: Usually our JSON packets will be very small, but if we consider to sent larger packs in the future, like restoring some user profiles (no point to sent individual settings, if there are a lot of cahnges) or when receiving the response with all available stuff in the camera (which i expect to be rather big), then we could consider to use MessagePack, to reduce the size -> https://msgpack.org
Oct 24 2018
Okey thanks i will check that when i have more time.
Have added simple eslint config with settings i'Ve already mentioned before. Don't have any other special preference at the moment.
the riot.js compiler is not required can be replaced with riot.min.js (~12KB less) i will do that when i have done the new widgets.
Is the riot compiler JS still required? As currently pre-compilation is done by gulp.
Dev VM is planned for UI development in first place, then i hope to move daemon to another repo and also place it there, for comm tests.
When there is a code style guide that you prefer or has been defined it's no problem to adapt it. I'm new in terms of code development and it's my first real code project i'm happy to get inputs to reach a better result.
Nothing to be sorry about, just normal development cycle. Preparing the VM currently, which will hold the web UI dev environment. It consists of Manjaro (XFCE) and Atom.io mainly. Will try to add some plugins, like eslint, after that we have to do a short discussion about code style, e.g. semicolon yes/no, single ' or double " quotation marks for strings and so on. Have my own preferences, but wanted to talk to majority about it.
@BAndiT1983 strage bug the precompile for the .tag files didn't see the end correctly i removed emty space's and it works againe. sorry for that.
Please check the code, getting unexpected token "<" in browser.
made the upload, i will also delete my repo in some days.
Oct 23 2018
Then a new repo please, with commit rights for us all. You could upload latest version, so Francis can commit his changes over it, then we can inspect the differences. I've adjusted his code a bit, as showcase for Browsersync stuff, but not very much.
Whatever you prefer.
Should we start separate repo for it, and add as submodule to beta-software one later? This would allow to do things in parallel, like independent CI builds.
Great to see things flowing so steadily here!
Shall I give you commit access to github so you can more easily commit/collaborate on code?
i made a update my stuff is still under development but the other part hasn't been changed so gulp should work.
made also all component tag's to a single js file so it looks slowly better in the index.html file and less stuff to load.
Oct 22 2018
Here is the version with browsersync support. Lost my websocket adjustments, but there were only few, which is not that tragic.
Nah, not gulp serve, but browsersync. It reloads HTML page on the fly, when it detects changes to HTML or JS files. Also you can stream CSS changes, without reloading the page, which saves time. Also you can adjust it to compile and then reload on changes to Tag files, as an example. Really nice stuff, using it when i can for web development, latest one was development of a Drupal theme, done with this live preview. See pcb-aoi apertus repo on Github for an example.
Sound's good and take it easy 😉...
For the UI my view was to have for each data type a own widget and the module maker defines the widget for his module.
Adjusted UI code a bit, so it would send correct message on reload, to get available params. Also adjusted websocket server processing, so the response will come back with real data from daemon. Will try to do final tests today, before uploading it.
Oct 21 2018
We can for sure embed it in a JSON file on the camera and send it together with other stuff back. Will resume to inspect your code in a moment, as i want to get exactly this part of comms done, before proceeding with adding parameters.
My target is to use indexedDB from the browser to store the data. There shouldn't be a big task to go over daemon (it takes maybe 20-40 LOC to make it happen) .
Oct 20 2018
No problem, adjust it to your liking, just assisting with some infrastructure. Websocket has connected, after my adjustments, see the code, but haven't got much further, as it expects the JSON database. Will try to adjust it, so it actually tries to retrieve it from websocket server, as i'm not sure, if we should maintain separate JSON config file or not. Current plan is to provide it dynamically by daemon, on request.
@BAndiT1983 thank you! i didn't invest a lot in gulp yet but it looks very simple. thanks
Oct 19 2018
Improved a bit and fixed small problems, also added build.sh.