- 23 Mar, 2017 3 commits
-
-
Jasem Mutlaq authored
Do not make thumbnail selector dependent on detail dialog since it can be used also in observing list
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 22 Mar, 2017 3 commits
-
-
Jasem Mutlaq authored
-
Valentin Boettcher authored
-
Yuri Chornoivan authored
-
- 21 Mar, 2017 8 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Valentin Boettcher authored
I've constructed a request to JPL myself and got out a csv of several hundred megabytes, which is certainly not suitable for KStars. Looking at the differences between my query and the one in KStars, I found some extra parameters, which had not been included in my one: c1_item=Ai and c1_op=%3C and c1_value=12. That basicly means, that JPL filters the asteroids for the ones which have an parameter 'H' (absolute magnitude) smaller than 12, which means that they are 'visible'. Added "Waiting for Server Response" to filedownloder class to improve usability. CCMAIL:kstars-devel@kde.org
-
Script Kiddy authored
-
- 20 Mar, 2017 4 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
Add support for observers in capture module. Observer names are sent to INDI CCD driver where they are recorded in the FITS header. Furthermore, target name is also sent to the CCD driver to be recorded as OBJECT
-
Jasem Mutlaq authored
-
Robert Lancaster authored
Here is a patch that will add a sort function to the mount modeling tool that will start with the point that is currently closest to the telescope and then sort the rest of the points by the minimal distance after the previous point. Also I added a check to see if Goto Nothing is selected in the align module and if so, a warning is issued when the user tries to start the modeling tool. CCMAIL:kstars-devel@kde.org
-
- 19 Mar, 2017 1 commit
-
-
Jasem Mutlaq authored
-
- 18 Mar, 2017 2 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 17 Mar, 2017 5 commits
-
-
Jasem Mutlaq authored
-
git://anongit.kde.org/kstarsJasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
Further improvement to Ekos profile wizard. Only make it automatically show one time per session. Added more tips
-
Yuri Chornoivan authored
-
- 16 Mar, 2017 2 commits
-
-
Jasem Mutlaq authored
Adding Ekos Profile Wizard which should aid new users in creating equipment profiles for their equipment
-
Robert Lancaster authored
This patch should probably fix the dotted lines disappearance issue on the Alignment Solutions Plot. It is due to a bug in some versions of QCustomPlot with a simple fix setScatterSkip(0)
-
- 15 Mar, 2017 3 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Robert Lancaster authored
This patch should address the path issue for your new port finding algorithm. I also reversed the order of the items in the path so it looks for programs in the app first. Then I noticed that an algorithm I had used to get the path for the directory the indiserver is located in was out of date in several places. I had come up with a better algorithm about a month ago. So I updated that too.
-
- 14 Mar, 2017 4 commits
-
-
Jasem Mutlaq authored
-
Robert Lancaster authored
-
Robert Lancaster authored
This patch addresses some inaccuracies we found in the positioning of objects in the alignment points by instead using J2000 coordinates in the alignment points table and updating the coordinates after receiving the objects from the database. It also improves the functionality of the CSV file exported of the solution points by changing the format of the RA and DEC so that programs do not interpret the RA and DEC as a time, adding the epoch to the exported table header, and adding the RA and DEC in degrees for ease of graphing the errors in charts.
-
Jasem Mutlaq authored
-
- 13 Mar, 2017 2 commits
-
-
Yuri Chornoivan authored
-
Robert Lancaster authored
I was thinking that it would be nice to get a preview of the alignment points on the sky. I found a nice way to do that using flags, without disrupting the users personal flags, nor adding the flags to the flag manager nor saving them permanently. I made them automatically update any time the user changes the alignment points list. After I did this, I improved the distribution of alignment points via the wizard based on the visual distribution of alignment points. This patch should address all of that.
-
- 12 Mar, 2017 2 commits
-
-
Jasem Mutlaq authored
-
Robert Lancaster authored
This patch should simplify the align points wizard, making the interface easier to use, while actually giving it more functionality in that it can now make a grid of points across the sky instead of just a line. Also I sorted the greek names list alphabetically by constellation and by greek letter, which should help. I also modified StarPoint.h so that it has a hasLatinName method to simplify my code significantly.
-
- 11 Mar, 2017 1 commit
-
-
Robert Lancaster authored
I found some spherical trig in another part of kstars that I could modify slightly to calculate the points I needed for the align points wizard to truly generate equally distributed points along a particular dec line in the sky from the minimum altitude on either side of the sky. In the process of the revision, I added a spin box for the minimum altitude so it is not just hard coded to 30 degrees anymore, I added another spin box so the user could specify the declination used for the align points. This will allow the user to very quickly create a grid of align points to build a highly accurate pointing model. I added an option to let the user choose whether to use bright alignment stars, any objects kstars finds near the points, or fixed points not connected to any object. I also fixed the problem reported where the CSV file export fails because there is no name for a point. I added the word “None" to fix it. CCMAIL:kstars-devel@kde.org
-