Skip to content

Latest commit

 

History

History
164 lines (163 loc) · 18 KB

ChangeLog.md

File metadata and controls

164 lines (163 loc) · 18 KB

Change log

  • d6dec36 (HEAD -> refs/heads/layout, refs/remotes/origin/layout) Persist self.json
  • f6d99eb Refactor layout code
  • 988aeee (refs/remotes/origin/main, refs/remotes/origin/HEAD, refs/heads/main) Query for unit/type functionality. Close #5
  • d6aba72 Add unit and type filters. Populates on selection, next bind functionality (#5)
  • c058166 Fix #4
  • c43a9ff comments
  • e67d013 Better support for user-supplied geometries; Warning on unsupported postfix operations
  • 1391bd1 Remove unnecessary if
  • 6ddbb91 Hide postfix for now
  • 78770ad Remove button variable
  • fa7b99f Add postfix button (not working yet; need a major refactoring in map.html)
  • c7f7ee5 Merge branch 'main' of github.com:HuidaeCho/projpicker-gui into main
  • 2f25917 Delete a debug print
  • 1de039d Update README.md
  • ad9ef22 Update README.md
  • 4d71caa Update README.md
  • fd6b16c Clean up unnecessary stuff from the core repo
  • 62172ec core: Import order
  • be748bf desktop gui: Allow geometries input from command line
  • b75d441 argparse to switch layouts. Temporary, would like to be able to switch from within application
  • 8d59217 core: parseable => parsable
  • 4de1fa9 desktop gui: Delete trivial comments
  • 94ce406 desktop gui: Use ListCtrl instead of ListBox for CRS list; Bind handlers directly to widgets
  • b158b35 desktop gui: Add title to the main window
  • 59fcfc6 mkchangelog.sh: Hash in monospace font
  • ac5767a mkchangelog.sh: HEAD not always available
  • 1deafd8 mkchangelog.sh: Support stdout
  • b469aac Update the screenshot in guis/desktop/README.md
  • 1ea9927 Add a new desktop GUI screenshot to README.md
  • 8c74c33 Escape backslashes in ChangeLog.md
  • 482a461 Exclude non-core commits from ChangeLog.md
  • b2ca3a5 Add HEAD logs to Change Log
  • b860119 Use sentence case for Change Log
  • a700ddd Add Change Log to README.md
  • 44e46ed Add mkchangelog.sh script
  • 81086d0 Exclude guis log from ChangeLog.md
  • 2ad1802 Add commit links
  • 96ef2b4 Add ChangeLog.md
  • 6b13858 minor refactoring
  • a1f36e4 Move the number of lines in crs_info to get_crs_info()
  • 9bf8c90 Align the bottom of map; Try to guess the crs_info_text height
  • 5901662 80cols
  • c2d03dc Universal 5px margins; Use SetValue() instead of Clear and WriteText
  • 45e4ce1 Clear text before new selection (#37)
  • 1495d97 Change StaticText to read only TextCtrl (#37)
  • f989423 Event handlers naming on_*
  • f537f20 Right click to copy whole of CRS info text, still not selectable (#37)
  • 1fc3a61 Use > 0
  • af14e15 Fix C++ assertion !items.IsEmpty exception when no results are returned
  • 1b9a70c Draw geometry => Draw geometries
  • ce46926 Print debug messages to stderr immediately using ppik.message()
  • 6ccc69f Fix test_or.out
  • 0973846 0.1.6.post2
  • ebe9f5d Fix #35
  • 40c609c Oops! Revert add widgets order
  • 5e50c69 Logical order of widgets (map => list => info)
  • fae577b Resolve conflicts
  • 1077845 Merge pull request #34 from HuidaeCho/desktop_gui_refactor
  • bfe4eb4 Merge branch 'main' into desktop_gui_refactor
  • dfccdf4 Support for multiple layouts
  • 5d0129b Move confirm_load into sole webview_loaded event handler
  • 0a04c52 Javascript error was poping up at startup when there was no title change
  • 0b1033a Use BBox comparison for deduplication
  • a983210 Do not append existing BBoxs for OR even before deduplicating
  • 2917b1c Merge branch 'main' of github.com:HuidaeCho/projpicker into main
  • 0e1b938 Fix deduplicating code in sort_bbox()
  • 7105803 Merge pull request #33 from HuidaeCho/desktop_gui_refactor
  • 5c2a360 Refactor logical operation code
  • 75999c2 Do not modify input geoms from (parse|query)_mixed_geoms()
  • 3a487cd Refactor desktop GUI
  • fd4ccb0 Merge pull request #32 from HuidaeCho/logical_operators
  • 8d040bc Comments
  • cf8ddf4 Handle error that occurs when there is no drawn geometry but logical operator is switched
  • 64b2e8c Add logical operator to query, rerun query when new logical operator is chosen
  • e63d86f Bind buttons to get chosen logical operator
  • 3981926 Add rb group
  • e4e2532 Add logical operator radio buttons. Not bound yet
  • cfddc58 Merge pull request #29 from HuidaeCho/folium
  • aaad574 Remove unneeded global switches
  • c36a68f Add the default title to map.html
  • ff56881 Download external CSSs and JSs just in case (we can even make them available locally)
  • c7c333a Remove unused imports from gui.py
  • c42a90d automatic tabbing
  • e7851a4 Add integrity and crossorigin attributes for security
  • cfbf88d Try to remove unnecessary CSSs and JSs
  • 14fe4dd Do we use folium?
  • 956bfdc 80cols
  • d35744d Add tabs for aligned text. (#28)
  • 7dbc975 Merge pull request #27 from HuidaeCho/desktop_gui_refactor
  • 0fdfb70 naming
  • c16ad00 Refactoring Desktop GUI
  • c252c7a Dont allow drawn features to be clickable
  • 589fbda Map inline with other parts
  • f227d1c Consistent label styles between crs list and info
  • 64ac70e drawCRSBBOX -> drawCRSBBox for consistent naming
  • fbd4a95 Update desktop GUI
  • 29e4beb Selection of CRS now draws CRS bbox on map (#25)
  • c1aabdc Use self.crs to find selected_crs and expose auth:code to be consistent with the core GUI
  • 6811dd3 v0.1.6.post1
  • b50809b tidy_line() should not return anything as documented
  • 46da756 Add max argument to avoid broken pipe errors when applying head
  • 4ccab08 Use an instance variable instead of a class variable
  • d2faf7e Two blank lines above def
  • 12aff8c Reorder methods; Expose selected CRS to we can reuse the ProjPickerGUI class in another project
  • afaffd6 Termux install
  • c5937e6 Running on Android
  • d2dea0e Core version 0.1.6
  • b157191 single only for has_gui
  • 20f24a2 Some embedded systems do not provide tkinter
  • 3db855d reversed_coors => latlon_coors to be more specific
  • c80cd60 as expected => as documented
  • 76e5d6d chars => characters
  • 686b79b Update README.md
  • b2a729a Update README.md
  • 888bdc7 Desktop GUI
  • 624381b Merge pull request #23 from HuidaeCho/gui_refactor
  • 2d7ec0c Center CRS Info
  • 06d24ff Remove unused browser_size
  • 35d595d CRS List => Select a CRS
  • bc44e74 More refactoring
  • 69185fb Comments
  • 7ae2a19 Merge pull request #22 from HuidaeCho/gui_refactor
  • 5c84e14 Refactor gui.py
  • fa7f536 Merge pull request #21 from HuidaeCho/gui_verbify
  • 1e8dacd verbify method names
  • db5b652 Merge pull request #20 from HuidaeCho/gui_80cols
  • 4ace099 80 columns; no periods in comments (use semi-colons because in many cases for single sentences, we do not use a period)
  • cb58392 Merge pull request #19 from HuidaeCho/desktop_gui_python
  • 993baa7 Merge branch 'desktop_gui_python' into main
  • 45d09f5 Merge branch 'main' into desktop_gui_python
  • f2afd75 Merge pull request #18 from HuidaeCho/desktop_gui_html
  • eef953d Remove unneeded line
  • d1964c0 Update README
  • 13eeaae functional assignment over if else
  • e9f1fc2 geo => geom
  • 3eee720 single quotes; CRS's => CRSs
  • e770292 openstreat.html => map.html
  • 2dedc68 Single blank line within defs
  • ae8792d Url => url
  • 744f9dd Capitalization following PEP8; Two blank lines between defs
  • bbfed90 Remove blank lines between HTML tags
  • 8868a22 HTML and JavaScript formatting
  • ea608fd Merge pull request #17 from ocsmit/main
  • 1dad8e0 Shebang, header
  • e870bcc Rename main gui class
  • a3ad762 Folium dependencies no longer needed as functionality of Leaflet is expanded through custom JS.
  • cb9471a Commenting
  • ead061d Group event handler functions
  • 338de46 Remove json data
  • 86a2a53 folium_gui.py -> gui.py
  • 7353bbe It's alive
  • 4ac07ec Remove polyline drawing options
  • 4580656 Remove circle and circlemarker drawing options
  • 1f003d2 Getting lat lon produces errors for points, circles
  • 233b751 Black formatting
  • fc4ebca Hacky method for getting GeoJSON data from drawn shapes in folium
  • 6663652 Add JS functions for downloading json, and changing html document title to GeoJSON
  • f953854 WIP: GUI layout
  • d4820d7 low res countries json
  • a3ff911 Test folium GUI layout
  • 7310d78 WIP: GUI layout
  • d846036 WIP: GUI layout