Commit Graph

1169 Commits

Author SHA1 Message Date
Petr Hlozek
d83e0dc53a
Merge pull request #216 from phl0/showMyPos
Show own position on xplanet
2019-10-25 05:37:34 +02:00
phl0
72b76f49d8
Add and update help documentation 2019-10-24 16:40:49 +02:00
phl0
042029de8a
Make display of own position choosable via prefs 2019-10-24 16:37:01 +02:00
phl0
3678b7c53d
Include own location into xplanet display 2019-10-24 15:57:53 +02:00
Petr Hlozek
8d720e495a
Merge pull request #215 from OH1KH/linuxVer_eQSL_dnl
Os debug version + eQSL fix
2019-10-23 05:39:52 +02:00
OH1KH
02ce756822 Squashed commit of the following:
commit 125884f68a39704d044ed72979ea96b2cd469425
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 22 20:24:28 2019 +0300

    Made eQSL headers user defined

commit 9b12d878ea5e3fe463ce6cc982d8b7993303031a
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 22 19:11:17 2019 +0300

    Debug:OS version info, eQSL fixed download: eQSL page has changed
2019-10-22 20:42:06 +03:00
Petr Hlozek
b0a90e3133
Merge pull request #213 from OH1KH/save_qth_grid
fixed function result
2019-10-20 07:08:30 +02:00
OH1KH
4d2e7fd97e fixed function result 2019-10-18 17:02:16 +03:00
Petr Hlozek
5352d7e812
Merge pull request #211 from OH1KH/contest
Add bandmap (ctrl-A) added to contest window. Voice out CI-V script
2019-10-14 18:03:15 +02:00
OH1KH
1b7d157917 Add bandmap (ctrl-A) added to contest window. Voice out CI-V script for ICOM audio records 2019-10-14 17:35:07 +03:00
Petr Hlozek
e9a3159fa4
Merge pull request #210 from OH1KH/group_edit
Made Group Edit more informative
2019-10-13 08:12:42 +02:00
Petr Hlozek
44b98c6b3a
Merge branch 'master' into group_edit 2019-10-13 08:12:29 +02:00
Petr Hlozek
0d2bf241ad
Merge pull request #208 from OH1KH/Switch_of_logs
Fix Switch of logs when Qso list open fails #163
2019-10-13 08:09:51 +02:00
Petr Hlozek
bfda2ca9c5
Merge pull request #207 from OH1KH/Fix_LoTW_Download_msgs
Fixed LoTW download messages. Works now with QT5 and Gtk2
2019-10-13 08:09:30 +02:00
Petr Hlozek
3c460ce0e4
Merge pull request #205 from OH1KH/loc_std_squash
Locator in standard format:
2019-10-13 08:08:22 +02:00
OH1KH
3081d1b64b Made Group Edit more informative 2019-10-11 10:33:55 +03:00
OH1KH
3b731ad3ae Fix Switch of logs when Qso list open fails #163 2019-10-09 18:16:25 +03:00
OH1KH
331b66ff23 Fixed LoTW download messages. Works now with QT5 and Gtk2 2019-10-09 10:57:44 +03:00
OH1KH
f29f9290f3 Locator in standard format:
This was intended to be a fix for issue #187 but it grow up during programming.

 -sets now locator writing by standard format "AB12cd" as described in
  https://en.wikipedia.org/wiki/Maidenhead_Locator_System#Description_of_the_system
  Also adif.org uses this link as reference in their descriptions.
  Writing format is forced at typing phase (I hope I found all loc inputs).
  Also ADIF input/output forces formatting and finally save qso to database will make sure the format is right.

 -Playing with locators made an idea of showing distances in QSO list.
  How ever Lazarus DBGrid does not allow showing calculated columns.
  Either an additional unit must be used to do this or database needs a new column "distance".
  That is why a selected QSO's distance is shown at bottom status area with "comment", "Award" and QSL times
  with total and longest qso distances of log or filter selection.
  But only if checked to be visible from preferences/visible columns (although it is not actually a column).

 -preferences/program/Show distance in miles affects also all places where distance is now shown.
 -Distance can also be selected to exist in ADIF, HTML and QSL label exports.
 -QSL label export has some new selections with distance.
  They are: Propagation, Satellite, Contest name and contest exchanges (4)
 -HTML export output is fixed to support CSS and HTML5.
  HTML export has now working column width (by average char count, not in pixels) or Auto column width selection.
 -HTML export column names can be changed by user.
 -Help files are updated

Squashed commit of the following:

commit de1cccf58e7698b275fa49be7765dde6665199f4
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Oct 2 20:09:08 2019 +0300

    Found small big in fraExportPref

commit f7697e910d6cf0e595d22d7c6fefb5999b04255b
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Oct 1 09:55:34 2019 +0300

    help update

commit a4958fda68db0117666ac47841aa92a28a473b36
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 30 16:56:29 2019 +0300

    NewQso:fix rxfreq input limit. QSLlabes: new selections to print

commit 97479517135aa2c973cd02045bdc3af81f4c7046
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Sep 29 14:52:58 2019 +0300

    Fixed: adif: export line cut. Html: profile export

commit 596802fdb2959495b1cb6f0b53363c249cb48fc4
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Sep 29 10:37:53 2019 +0300

    More bugs found

commit cd3b9b2d7dbbdb03a80e804b9829ebe8e8a47092
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 28 18:36:17 2019 +0300

    help file updates

commit f35c5d3f61ad4f29d8012e899a94ed23586f373a
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 28 12:27:49 2019 +0300

    Some code fixes. Now needs testing with ADIF impoirt/export and HTML export

commit 099c6a452d60b3f01271be16c84fab08a70466c5
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 27 22:25:17 2019 +0300

    Now HTML export idea works. Width counting not.Also adif export needs testing

commit 4b3ff4d6f23ea18d44cfb19090b6b15c070ce4b8
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 27 21:26:56 2019 +0300

    Little bit closer to working HTML export. But not ready!

commit 0f9e559548be84b3b3ed1069e1ed85d0dfa846b4
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 27 19:14:44 2019 +0300

    Untested backup push

commit 0a1107548c3b58beaf08d727f0426395ddf3dc52
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 27 13:32:30 2019 +0300

    small steps, but still errors and lot of fix

commit cb1e3934d0c208dcaac3fd45fa18194234bcc48f
Merge: 42d7e5c c820289
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 26 21:10:54 2019 +0300

    Merge branch 'master' into loc_std

commit 42d7e5caf3cb7f2a914a776b631a4b54beb69293
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 26 21:07:34 2019 +0300

     Big changes to html export. Not full ready yet

commit 32e70f0f6401af78bcfddc0c48befc8158d867cf
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 25 20:53:39 2019 +0300

    rewiting of HTML export. Not ready yet

commit f5faa689f3ba7adb3003c67941d2db2d6520b9ef
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 24 11:04:37 2019 +0300

    Minor fixes. Might help for 'xxxx-xx-xx is not valid date' error that sometimes occurs again (once fixed in wsjt remote)

commit 8512a06efacfe73419dbb507b95042692325a20e
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 23 19:33:42 2019 +0300

    Several small fixes

commit 2a48fdfffae905f4afe32eb8e99a89e16d7c1491
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 23 11:42:23 2019 +0300

    Contest has loc writing by std. Lbl print no dist unit.Html exp mi/km but has error

commit af75d9a4d86130aa460684bd9859fa8505d5b7d8
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 19 19:53:40 2019 +0300

    Adding distance in km/mi by preferences/program setting

commit 9375f57beb1952109db35b24b47d1dc32e4163fb
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 19 13:21:41 2019 +0300

    Updates to help files

commit c2954dcbaf600507844f4ce6c25951b50d7edf17
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 19 13:11:50 2019 +0300

    Updates to help files

commit ce7bbf2f184c93d063c2141d20cf5060813798d4
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 19 11:21:10 2019 +0300

    fixed preferences view

commit 6335fdaedc051bcffde70e1c9c0cf4052abb0748
Merge: c9dc424 3bbe8db
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 19 10:56:13 2019 +0300

    Merge branch 'master' into loc_std

commit c9dc42436df9c7a96d914491af29b724df99009c
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 18 09:53:16 2019 +0300

    Preferences visible columns: add (in pnl) for Distance as it is not in column

commit 2670c54d8ca8ccf614d65d3b1f6dcd636d83646f
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 18 09:48:31 2019 +0300

    Added distance choice to qsl label printing

commit 8406464cfa1dd7240afca7f12fe959d3fd7141da
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 17 21:14:43 2019 +0300

    Removed not working distance column code. Focus to first release with only status panel distance

commit 7154459c8103fea746f809247e50446d81c1501c
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 16 16:55:43 2019 +0300

    commented out not woking parts of code

commit 594e0b9d3862d4cb635ab101c11b0ba558b97b62
Author: OH1KH <oh1kh@sral.fi>
Date:   Fri Sep 13 13:20:48 2019 +0300

    Again a try to write calculated content to dispaly-field(causes error)

commit 63de897ce8289478291116b5ee2168cad0a7bf5f
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 12 12:00:47 2019 +0300

    some fixes to distance visibility

commit 70a95c4fdd58dd78788ab7ad33bdd1037581d581
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 11 17:45:35 2019 +0300

    Problem with inherited fraEx fixed (?)

commit d014e960143102332677e8a8b6d4065436d69aab
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 11 13:12:27 2019 +0300

    Fixed anchoring of export selections frame

commit ac6914ee14648e14325cc11797e05592b1f5f189
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Sep 9 18:45:12 2019 +0300

     Not yet (?)a way to get 'distance' to dbGrid as it is not database field'

commit a0376a9a86ca9d54e21ffcd581fb5010d68daaed
Merge: 9609c81 a5d0300
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Sep 8 18:26:07 2019 +0300

    Merge branch 'master' into loc_std

commit 9609c8125e0dedba5945722159137363ea95c7bb
Author: OH1KH <oh1kh@sral.fi>
Date:   Sun Sep 8 17:01:47 2019 +0300

    Sum is now called from better place, but still has problems with activate/deactivate filter

commit 04565c5e0847ccf3450da6de2cbb9553b778e7ae
Author: OH1KH <oh1kh@sral.fi>
Date:   Sat Sep 7 17:29:18 2019 +0300

    counts dist,maxdist,sumdist at Main and Html export. Exports DISTANCE tag with adif export

commit d9bd63ccf676f812e6af6b3e21ef8e69b0099b50
Author: OH1KH <oh1kh@sral.fi>
Date:   Thu Sep 5 12:11:16 2019 +0300

    fixed log in Group edit. Where else loc is still unfixed?

commit 5e229a4345c0c540588ddc1278ab7f049f97a632
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Sep 4 13:50:14 2019 +0300

    new function StdFormatLocator. Related code changes.

commit f13b240456cbadb2ecc3467a48acb811962f8d05
Author: OH1KH <oh1kh@sral.fi>
Date:   Tue Sep 3 20:22:57 2019 +0300

    Set grid locator writing format to standard (up/lo case) AA00bb
2019-10-03 13:14:17 +03:00
Petr Hlozek
c8202891c7
Merge pull request #204 from phl0/customLOC
Custom loc
2019-09-25 20:57:50 +02:00
phl0
664487c650
Adapt documentation for the new variable for xplanet 2019-09-23 14:25:56 +02:00
phl0
08d3becbc5
Add option to use xplanet with a different center locator 2019-09-23 14:17:28 +02:00
Petr Hlozek
3bbe8dba41
Merge pull request #203 from OH1KH/club_in_award_clear
Fixes award field clear
2019-09-10 11:30:45 +02:00
OH1KH
76b299be8f Fixes award field clear 2019-09-08 17:53:56 +03:00
Petr Hlozek
a5d03006f5
Merge pull request #202 from OH1KH/group_edit_contestname
Added 'Contest name' to group edit
2019-09-08 05:48:27 +02:00
OH1KH
bc9ad801f7 Added 'Contest name' to group edit 2019-09-05 12:47:26 +03:00
Petr Hlozek
814f13afe8
Merge pull request #200 from OH1KH/n1mmremote_upgrade
Upgrade for N1MM remote
2019-08-26 08:42:06 +02:00
OH1KH
8fd765a0e0 Upgrade for N1MM remote
Squashed commit of the following:

commit 845fff84c8de576ef5206f73c942c0f483ad4b52
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 21 17:36:38 2019 +0300

    Web info fetch works now. Some data for logging may also be written to NewQSO before logging

commit a75206199d3deff2b86ee1263f3e382f218b884d
Author: OH1KH <oh1kh@sral.fi>
Date:   Wed Aug 21 12:22:22 2019 +0300

    Trying to make web fetch work, no luck

commit 90c82bddb5c0b3ae2e2f9a3e7b2e059202b06816
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Aug 19 17:55:18 2019 +0300

     Removed unused integer i definition

commit c1f1c2363edbe70a908d2f182cbabbd595bbdb2a
Author: OH1KH <oh1kh@sral.fi>
Date:   Mon Aug 19 17:52:52 2019 +0300

    N1MM can now dig adif from wsjt-x regular UDP messages (nr12 contains ADIF in ascii)
2019-08-21 17:40:19 +03:00
Petr Hlozek
66ff8ba47e
Merge pull request #199 from OH1KH/pref_bug
fixed prefrences: Error reading chkexRemarks.OnChange: Invalid value…
2019-08-14 20:06:55 +02:00
OH1KH
b373353780 fixed prefrences: Error reading chkexRemarks.OnChange: Invalid value for property 2019-08-13 16:29:47 +03:00
Petr Hlozek
0a698758d6
Merge pull request #197 from OH1KH/newqsoScrollbars
Added autoscrollbar to NewQSO, QSOlist and Preferences to help usage …
2019-08-12 13:29:20 +02:00
Petr Hlozek
fe210d4b37
Merge pull request #195 from OH1KH/lotwUPscroll
Scroll upload window to last text line
2019-08-12 13:29:08 +02:00
Petr Hlozek
a439636b78
Merge pull request #198 from OH1KH/naming_remarks
changed user view 'remarks' to 'comment to qso'
2019-08-12 13:28:12 +02:00
OH1KH
602dd66e4f Added autoscrollbar to NewQSO, QSOlist and Preferences to help usage with small screens 2019-08-12 11:38:51 +03:00
OH1KH
6ebb10e6c8 changed user view 'remarks' to 'comment to qso' 2019-08-09 21:05:03 +03:00
OH1KH
248b49e89a Scroll upload window to last text line 2019-08-09 17:51:21 +03:00
Petr Hlozek
53af44918c
Merge pull request #194 from OH1KH/USstateOFFFix
Fixed USA states remove from CQ monitor
2019-08-03 07:38:59 +02:00
OH1KH
7d1ad8f9e6 Fixed USA states remove from CQ monitor 2019-08-02 11:44:43 +03:00
Petr Hlozek
7f361d8643 crash after incomplete database upgrade fixed 2019-07-30 17:38:50 +02:00
Petr Hlozek
1766b11a4e showing stx, srx, contestname, stx_string, srx_string fields fixed 2019-07-29 17:40:42 +02:00
Petr Hlozek
56837af7c1 build date updated 2019-07-26 21:00:27 +02:00
Petr Hlozek
90a3c849b9 splash image updated 2019-07-26 21:00:01 +02:00
Petr Hlozek
c399630ca8
Merge pull request #191 from dl7oap/issue166_dxcc_list_with_trim_before_showing_result
fix issue #166 DXCC list fails when qsl received field is filled wrong
2019-07-26 20:31:07 +02:00
Petr Hlozek
ff5154aad0
Merge pull request #189 from dl7oap/issue038_mysqld_collation_utf8_bin
fix issue #38 using utf8_bin in create and mysqld-config
2019-07-26 19:42:45 +02:00
Andreas Puschendorf
c5970314c4 fix issue #166 DXCC list fails when qsl received field is filled wrong
- gui trims now qslr and qsls field when focus is lost
	- update help24.html with the meaning of E (eQSL) and L (LOTW) in DXCC Statistic
	- Hint: user is still responsible for entering valid qsl flags, garbage in means garbage out
2019-07-26 00:59:40 +02:00
Andreas Puschendorf
035a2ce381 fix issue #38 using utf8_bin in create and mysqld-config 2019-07-25 17:24:27 +02:00
Petr Hlozek
440737e0c6
Merge pull request #185 from dl7oap/issue168_no_limit_check_newqso_fields
issue #168 no limit check at newqso fields
2019-07-16 07:43:31 +02:00
Andreas Puschendorf
35ce695baa issue 168 no limit check at newqso fields
- add attribute max length to gui for each field
	- add hint (mouse over) for each field
	- max length is taken from database varchar length
	- trim/cut of overlong strings from online log provider (hamqth,qrz,..) is done
          automaticly by attribute max length of gui
2019-07-12 11:32:34 +02:00
Petr Hlozek
1dc28be13f
Merge pull request #184 from dl7oap/issue180_hamqth_search_fails
issue #180 fixed HamQth search fails
2019-07-12 07:42:28 +02:00
Andreas Puschendorf
a663b10491 issue #180 fixed HamQth search fails
fixed Right click on call at recent qso list (NewQSO): HamQth search fails
2019-07-11 10:18:43 +02:00