- 26 May, 2017 1 commit
-
-
Robert Lancaster authored
This patch will add the tracking feature option to Whats Interesting that I mentioned before as well as clarifying the auto center feature a bit.
-
- 22 May, 2017 1 commit
-
-
Robert Lancaster authored
This patch will remove some objects from the info_url file because those objects are no longer in the database under that name. This should clear up some of the errors that appear on KStars startup. Also, I added a function to save the urls of the wikipedia pages found by what’s interesting in the info_url file so that we can build a database just like I did with the images. Also, I added a couple of lines of code so that if whats interesting checks a URL for an object, gets a result, and then finds that their either is no article by that name or no info box on the page, it saves a placeholder file with a notice to the user about the article not existing. This way, it won’t keep trying to download the articles that don’t exist. And finally, I corrected an error where an incorrect image URL would be saved by whats interesting if in fact there was no image in the table. Now it doesn’t try to download and save a non existent image, nor does it record the url.
-
- 11 May, 2017 2 commits
-
-
Robert Lancaster authored
I did a little cleaning up in Whats Interesting. I changed the layouts a little to correct a couple of minor display issues involving centering and borders. I also made the frame in the tabview invisible because on windows it was bright white. I also fixed a crash that could happen on reload.
-
Robert Lancaster authored
This patch should fix the Image URL problem on Windows for Whats Interesting. It also makes What’s Interesting MUCH faster in downloading and display.
-
- 09 May, 2017 2 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 07 May, 2017 1 commit
-
-
Robert Lancaster authored
This patch will fix the crash you observed with one of the ways to access Whats Interesting, adds a toolbar action for whats interesting and makes it toggle appropriately, fixes the clock icon for the time button, and removes KF5WIT ifdefs for whats interesting since they are no longer needed.
-
- 06 May, 2017 1 commit
-
-
Robert Lancaster authored
-
- 03 May, 2017 1 commit
-
-
Robert Lancaster authored
This patch adds an icon/button for the WI object inspector instead of just having it be on by default. Also it changes the colors for whats interesting so they will work better with a red cover over your laptop.
-
- 28 Apr, 2017 1 commit
-
-
Robert Lancaster authored
This patch addresses several key issues with whats interesting. First, on Macs it will first check inside the app bundle for the whats interesting before it checks in the data directory. That way if the user installed from a dmg and then updated to a new dmg the any whats interesting improvements will be included. It still checks the data directory as a backup in case the user didn’t install from a dmg. Second, when there are no objects in a list, it displays a nice message explaining that, rather than just a blank screen. Also I added Supernovas, the NGC Catalog, the IC Catalog, and the Sharpless Catalog. I also added some more objects to the object lists. For the catalogs, I made them load separately on demand with a nice progress bar and a message explaining that they are loading. Also I corrected a bug for the moon and similar objects that were not object types originally included in Whats Interesting. I also disabled automatic downloading for object information because I don’t think it should be initiating lots of network traffic when there is no internet connection and also it shouldn’t try to download data many many times for objects that really have no article. The user can now initiate the download of all the data for the entire list, for individual objects, or just objects that have no data, so that should be fine. I also did a little rearranging on the category screen. Also just in case, I added some checks to see if some objects are null for safety. CCMAIL:kstars-devel@kde.org
-
- 27 Apr, 2017 1 commit
-
-
Robert Lancaster authored
In this patch, I implemented batch downloads for object lists. Note that it will download the objects currently selected/shown in the list based on filtering options, not everything in the entire massive list. If the user wants the *whole* list, they should turn off the visible objects only button and the favorites only button and set the sky quality to 1. I also enabled the wikipedia downloading info text to overwrite previously existing downloaded info text files, so now it truly is an updater. I also improved the search results for stars and constellations. Also, I prevented the object description from being downloaded unless a real wikipedia article about the object is found. There were way too many false results in the object descriptions that were downloading. Finally, I added a progress bar for the initial object load and disabled the list access until loading is done. It is certainly possible to make that more list specific in the future, but for now, loading everything doesn’t take too long.
-
- 26 Apr, 2017 1 commit
-
-
Robert Lancaster authored
I cleaned up some of the positioning calculations in the wiview.qml file so that the info text panel should now always be the correct size and all the errors that were printing to the console from the positioning should be gone now. Also I added the ability to use the arrow keys to cylcle through the objects in the details view. It is much more efficient! Tooltips are not done yet, but they are started.
-
- 23 Apr, 2017 1 commit
-
-
Robert Lancaster authored
See if this improves things. I did a complete rewrite of the way the model manager works. It is now much more efficient. This also includes the other changes I already made as well as the additional download of comets and asteroids. I also added the images to the qml file as you mentioned.
-
- 09 Apr, 2017 1 commit
-
-
Robert Lancaster authored
This patch includes the previous 2. It also modifies the first screen of whats interesting and adds Messier objects to the list. As a part of that, I also had to add a way to identify that the object was below the horizon.
-
- 08 Apr, 2017 1 commit
-
-
Robert Lancaster authored
This will download wikipedia info text box in addition to the description. It can dynamically display the content in a tabbed pane or right next to each other depending on the width of the page. Both the descriptions and the info text are now saved after loaded the first time for easier loading later. I also captured the wikipedia image from the info text box and added that to the list of images available in the thumbnail picker. I also improved some of the layouts in whats interesting
-
- 04 Apr, 2017 1 commit
-
-
Robert Lancaster authored
-
- 02 Apr, 2017 1 commit
-
-
Robert Lancaster authored
I was working on the Whats Interesting tool because I think it has a lot of potential. I added photos and descriptions to the list. I added photos to the detail view. I also changed some of the layouts. And finally I added a telescope slew button.
-
- 21 Mar, 2017 1 commit
-
-
Jasem Mutlaq authored
-
- 24 Oct, 2016 1 commit
-
-
Robert Lancaster authored
-
- 29 Jun, 2016 1 commit
-
-
Artem Fedoskin authored
Added KSPaths - wrapper for QStandardPaths. It provides support for platform-specific paths on Android. Changed QStandardPaths::DataLocation with QStandardPaths::GenericDataLocation for use on Windows
-
- 25 Jun, 2016 1 commit
-
-
David Faure authored
-
- 22 May, 2016 1 commit
-
-
Artem Fedoskin authored
is a wrapper for QStandardPaths. The reason behind creating KPaths is that in Android all app files are installed in location that can't be resolved by QStandardPaths. If the target platform is Android, KPaths::locate and KPaths::locateAll will first check all standard locations and then special for Android location (assets). Otherwise it simply calls QStandardPaths's locate and locateAll respectively. Also changed a splash screen to fit better to mobiles.
-
- 30 Mar, 2016 1 commit
-
-
Jasem Mutlaq authored
Adding What is interesting QML port by Artem Fedoskin. Still crashing so there is a lot of work to be done stability wise. REVIEW:127116 CCMAIL:kstars-devel@kde.org
-
- 05 Aug, 2014 1 commit
-
-
Jasem Mutlaq authored
-
- 11 Jul, 2014 1 commit
-
-
Jasem Mutlaq authored
-
- 10 Jul, 2014 3 commits
-
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
Jasem Mutlaq authored
-
- 23 Mar, 2014 1 commit
-
-
Vijay Dhameliya authored
Fixed bug in "What's Intresting..."
-
- 23 Nov, 2013 1 commit
-
-
Rafal Kulaga authored
-
- 16 May, 2013 1 commit
-
-
Samikshan Bairagya authored
of qsTr() in wiview.qml.
-
- 13 May, 2013 1 commit
-
-
Pino Toscano authored
-
- 08 Apr, 2013 2 commits
-
-
Samikshan Bairagya authored
2. Instead of disabling the settings and reload icons in the details- view, do not show them at all. 3. Remember scope selected from list of scopes in the WI settings dialog for every execution of KStars.
-
Samikshan Bairagya authored
refreshes the sky-object list.
-
- 12 Jan, 2013 1 commit
-
-
Samikshan Bairagya authored
This is to allow the listview models to be reloaded when settings are changed.
-
- 10 Jan, 2013 1 commit
-
-
Samikshan Bairagya authored
-
- 01 Nov, 2012 1 commit
-
-
Samikshan Bairagya authored
-
- 27 Oct, 2012 1 commit
-
-
Samikshan Bairagya authored
-
- 07 Sep, 2012 1 commit
-
-
Samikshan Bairagya authored
-
- 30 Aug, 2012 1 commit
-
-
Samikshan Bairagya authored
In the details-view display magnitude upto 2 decimal places. Add source/licence information for kstars/data/PlanetFacts.dat
-