KPSK is a PSK31 digital radio communications application for use by licensed amateur radio operators and designed specifically for the KDE 3.x desktop environment. Features include: * Simple, feature-filled user interface * Simultaneous monitoring of up to four PSK31 signals * User-configurable waterfall colors, fonts. * Auto-scaling waterfall * Optimization to provide IMD data only when the measurement is valid * Twelve user-defined fixedtexts (TX macros), available by mouse or F1-F12 keys * Integral BerkeleyDB-based QSO logbook * BPSK or QPSK operation * Automatic and manual modes for calling CQ * Ability to send an ASCII text file * Extensive application documentation WWW: http://kpsk.sourceforge.net/ 2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disconnect our callbacks when we are freeing the ESummaryMail. FixesJason Leach2001-08-132-2/+14
* Tell folder cache the path for our Trash is /Trash, because that's whatJason Leach2001-08-132-1/+7
* Add a gettext around our static strings.Peter Williams2001-08-132-1/+6
* Updated Hungarian translation.Andras Timar2001-08-132-952/+1135
* Grab focus on the storage set view.Ettore Perazzoli2001-08-132-1/+9
* Use utf 8 to set the name.Ettore Perazzoli2001-08-132-1/+10
* Added missing ;'s after entities. s/en/C in Language. Add missing ;. SameKjartan Maraas2001-08-1210-10/+24
* Remove debugging message.Ettore Perazzoli2001-08-122-2/+4
* *** empty log message ***Ettore Perazzoli2001-08-121-3/+3
* Put the folder title bar into an EGrayBar.Ettore Perazzoli2001-08-125-4/+201
* [Finally! Fix #413, "Support for stock folders", and #786, "i18n:Ettore Perazzoli2001-08-1214-18/+180
* Remove #include <config.h> from here. Same here.Kjartan Maraas2001-08-123-5/+5
* [Fix #7069, New - Missing name for "Tools" menu.]Kjartan Maraas2001-08-122-5/+12
* Set the session as online so auto mail checking (and the composer) will beJason Leach2001-08-122-0/+7
* Make the right click "Resend..." into "Edit as New Message...", bug #6838.Jason Leach2001-08-122-1/+4
* Make the label for the resending menu item read "Edit as New Message...",Jason Leach2001-08-122-1/+6
* Remove unecessary #include <camel.h>Jason Leach2001-08-123-4/+7
* Updated Spanish translation.Hector Garcia2001-08-122-1600/+1856
* Update the paths of the Tools menu according to the changes in the XMLEttore Perazzoli2001-08-123-18/+26
* turn on word-wrap for the description fields. Fixes bug #6821.Damon Chaplin2001-08-123-1/+14
* Added more missing files. Updated accordingly.Kjartan Maraas2001-08-123-24/+57
* [Fix #7608, New - Phantom menu entry in Tasks.]Ettore Perazzoli2001-08-122-6/+11
* s/summarising/summarizing/. (summary_rebuild): Likewise.Ettore Perazzoli2001-08-123-7/+19
* Finnish translation updated by Jarkko Ranta <jjranta@cc.joensuu.fi>Sami Pesonen2001-08-122-2586/+2275
* Updated Swedish translation. Also thanks to Mikael Hallendal for reportingChristian Rose2001-08-122-719/+790
* svn path=/trunk/; revision=11916Kjartan Maraas2001-08-123-5/+2
* Added more missing files. Updated accordingly.Kjartan Maraas2001-08-123-233/+289
* Added bugzilla numberKjartan Maraas2001-08-111-0/+1
* Add headers to make it stand on itw own. Marked some strings forKjartan Maraas2001-08-113-2/+8
* Marked some strings for translation. Same here.Kjartan Maraas2001-08-113-5/+10
* Be truthful about the versions of libs we need.Kjartan Maraas2001-08-112-2/+6
* Updated Polish translationChyla Zbigniew2001-08-112-3960/+4099
* Remove single- or double-quotes from names before sticking them into theJon Trowbridge2001-08-112-5/+21
* Properly handle "Category is" queries by checking the search barJon Trowbridge2001-08-112-6/+46
* Oops, we didn't need to unref all of the widgets, just a few.Jeffrey Stedfast2001-08-112-14/+8
* oops, take out the g_assertsJeffrey Stedfast2001-08-111-2/+0
* Fix bug #4523 for good. (save_service): If service->authitem is NULL, thenJeffrey Stedfast2001-08-113-16/+31
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-1114-69/+333
* Prepend the uri with evolution: to fix bug #6916.Jeffrey Stedfast2001-08-112-1/+6
* Added an assert - at this point a backtrace would be more useful than aJeffrey Stedfast2001-08-113-7/+24
* Make the context menu for the Sent folder have "Resend..." instead ofJason Leach2001-08-112-1/+6
* End a placeholder block with </placeholder> instead of <placeholder/>Jason Leach2001-08-112-1/+6
* Don't display the Define Views dialog.Christopher James Lahey2001-08-112-4/+11
* last_item_separator shouldn't get reset if the item is hidden.Christopher James Lahey2001-08-111-8/+8
* did a little packing-magic to get the two tables at bottom of this dialogAnna Marie Dirks2001-08-113-27/+66
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-115-10/+47
* Since 'N' keypresses go through here now, use wrap-around selecting.Jason Leach2001-08-113-7/+25
* Don't remove the account from the tree if it's not enabled.Peter Williams2001-08-112-1/+6
* Return FALSE here, not NULL.Jeffrey Stedfast2001-08-112-1/+4
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-08-111-4/+4
* Don't g_strdup() the uid into the trigger_event call.Jeffrey Stedfast2001-08-112-17/+20
* New files.Aaron Weber2001-08-114-0/+0
* Switched all images in entire document to *not* use file extensions, soAaron Weber2001-08-1110-38/+44
* if libldap.la is there, default to static linking of openldap. if it'sChris Toshok2001-08-112-10/+47
* Remove all the messages from a folder that's being deleted before actuallyJason Leach2001-08-114-7/+54
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-112-3/+6
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-113-8/+11
* Whoops, compile fix.Peter Williams2001-08-112-1/+5
* Updated Norwegian (bokmål) translation. Updated.Kjartan Maraas2001-08-113-1077/+1162
* If marking messages as unread, remove the automatic mark-as-read timer.Jason Leach2001-08-112-2/+14
* Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri):Peter Williams2001-08-115-81/+127
* new proto and virtual methodJP Rosevear2001-08-106-6/+50
* removed these files, which are now in galRodrigo Moya2001-08-1020-23/+5
* Updated russian translation.Valek Frob2001-08-102-2926/+2155
* Make this compile again.Peter Williams2001-08-102-3/+7
* `#if 0'ed out. (rename_cb): Likewise.Ettore Perazzoli2001-08-103-2/+15
* new helper function, just setup idle callback to grab focusRadek Doulik2001-08-102-12/+34
* Free dbkey if we don't use it.Jeffrey Stedfast2001-08-103-17/+22
* Only free the `type_list' if not NULL. (setup_menu_xml): Deal with theEttore Perazzoli2001-08-102-16/+35
* Don't forget to closedir() when we finish with dir.Jeffrey Stedfast2001-08-102-1/+8
* Don't forget to unref stuff here too.Jeffrey Stedfast2001-08-103-94/+132
* No need to gtk_widget_show() the gnome dialog widget twice...Jeffrey Stedfast2001-08-103-146/+158
* [Fix #6787, Removing a storage with children and then re-adding itEttore Perazzoli2001-08-102-23/+27
* Added a comment about leaking memory here, but we seem to not even use theJeffrey Stedfast2001-08-103-36/+54
* regfree the pattern before continue'ing. This was showing up quite a bitJeffrey Stedfast2001-08-103-9/+16
* added new backend method to get the component given a UID.Damon Chaplin2001-08-1012-48/+231
* Dont want it to keep on running if it got bad arguments, want it to bloodyNot Zed2001-08-102-5/+12
* NOOP if writing to a failed file. (word_index_pre): NOOP if failed file.Not Zed2001-08-10