Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-12-02 | - made the accessor functions constant | simon | 2 | -26/+26 |
2002-12-02 | - made isPaused, isPlaying and isStopped private member variables | simon | 4 | -8/+8 |
2002-12-02 | - Holger asked for removal of the QCString version() method (the one that | simon | 2 | -7/+0 |
returns "test" :) | ||||
2002-12-02 | - made the version functions static and some other functions constant that | simon | 2 | -45/+49 |
are constant by design | ||||
2002-12-02 | - added the thread utility classes (mutex, waitcondition, channel) to the | simon | 1 | -2/+3 |
compilation process | ||||
2002-12-02 | - put a thread pipe between the xine callback handler and the receiver | simon | 4 | -2/+481 |
on qt side, to avoid problems like repaints from within a non-gui thread | ||||
2002-12-01 | Unicode fix for danish title. | mellen | 1 | -1/+1 |
2002-12-01 | Window title changed to match icon title. | mellen | 1 | -1/+1 |
2002-12-01 | The new preload library has to be used always, because of some binary | sandman | 1 | -3/+1 |
incompatibility between apps built with older tcs and shared libs built with newer tcs. (see cvs comment for core/launcher/libpreload/preload.cpp) | ||||
2002-12-01 | Added a fix for programs that have been compiled with old toolchains and | sandman | 1 | -0/+6 |
are used together with shared libs produced by newer toolchains .. they might not have the __gmon_start__ symbol defined (e.g. neocal or hancom on a glibc 2.3.1 iPAQ with the latest libjpeg62) | ||||
2002-12-01 | whoops | llornkcor | 1 | -1/+1 |
2002-12-01 | perhaps tille finds some time for debugging this | cniehaus | 2 | -2/+13 |
2002-12-01 | is that the way it should be, Holger? | cniehaus | 2 | -1/+11 |
2002-12-01 | typos | cniehaus | 2 | -4/+4 |
2002-11-30 | Checkbook password protection | drw | 9 | -31/+264 |
2002-11-30 | gui should now show newly found stations. | mickeyl | 2 | -7/+53 |
2002-11-30 | Made checkbook transaction list prettier & updated contact info | drw | 14 | -29/+114 |
2002-11-30 | Fixed a lot of usability stuff .. Some minor bugs were fixed, too .. | eilers | 7 | -47/+68 |
2002-11-30 | Additional #include that is needed for some toolchains | sandman | 1 | -0/+1 |
(read: glibc include files) | ||||
2002-11-30 | pelling updates | zecke | 3 | -5/+27 |
libopie.pro additions | ||||
2002-11-30 | More infrastructure | zecke | 63 | -196/+2432 |
ORecur has now the nextOccurence function exceptions We've now Notifers like Alarms and DatebookEntries we may add to execute applications... AppName replaced with service cause it is a service Add rtti to OPimRecord as a static function This is used inside the BackEnd classes to static_cast... added removeAllCompleted to the todobackends... add a common Opie PIM mainwindow which takes care of some simple scripting enchangements.. much more | ||||
2002-11-30 | More implementation | zecke | 2 | -0/+100 |
2002-11-30 | Back from hospital with new power | zecke | 13 | -215/+310 |
This versions clean up m failure on templates with Qt... in todoview Implements Recurrance( backends to not safe it yet ) OPimState and Maintainer mode in some ways and much more This one also implements the OPimMainWindow specs and has a small Memu replacement to get the toolbar in one line | ||||
2002-11-29 | Silence some of those annoying errors in dependency generation | kergoth | 1 | -1/+5 |
2002-11-29 | no longer include config.in from libffmpeg dir | kergoth | 1 | -1/+0 |
2002-11-29 | fix to ensure ipk gets built | kergoth | 3 | -3/+3 |
2002-11-29 | Compile fix | kergoth | 1 | -1/+1 |
2002-11-29 | dvorak depends on pickboard | kergoth | 1 | -1/+1 |
2002-11-29 | Ensure libpreload gets built | kergoth | 2 | -2/+15 |
2002-11-29 | Not making at least qDebug outputs on every QToolButton redraw may speed | sandman | 2 | -83/+61 |
things up a bit ;) | ||||
2002-11-29 | Added a bunch of special chars like euro and euro-cents etc. | mellen | 1 | -253/+321 |
2002-11-29 | removed open with fileselector, cause I hate it. Fixes opening through docs ↵ | llornkcor | 2 | -26/+42 |
tab, and other annoyances | ||||
2002-11-28 | Danish multikey layout. | mellen | 1 | -0/+325 |
Note: Circumflex, apostrophes, umlaut etc. doesn't work though. Couldn't figure out how to get it to work. | ||||
2002-11-28 | ... | eilers | 1 | -2/+7 |
2002-11-28 | Added missing translations for german | eilers | 1 | -16/+17 |
2002-11-28 | Change of view caused jump to the first line of table->fixed | eilers | 1 | -3/+3 |
2002-11-28 | Some checks for null pixmaps (qtmail seems to create a scrollbar with | sandman | 2 | -11/+17 |
width and height == -1 when you tap "New mailbox") | ||||
2002-11-28 | two small fixes for the new "no style" list: | sandman | 2 | -3/+7 |
- changes are saved on "OK" even when the embedded lineedit has the focus - the order of the entries not reversed on each invocation anymore | ||||
2002-11-28 | moved handlesettings for pcap temporary to daemon.cc | mjm | 2 | -31/+4 |
2002-11-28 | temporary moved handlesettings to daemon.cc | mjm | 1 | -1/+23 |
2002-11-27 | type | mjm | 1 | -1/+1 |
2002-11-27 | fixed problem with system() return value | mjm | 1 | -1/+7 |
2002-11-27 | added cardmode and sniffer | mjm | 7 | -1/+808 |
2002-11-27 | updated pcap stuff | mjm | 1 | -16/+12 |
2002-11-27 | moved cardmode and sniffer to library to provide a generic lib. | mjm | 11 | -828/+14 |
2002-11-27 | now part of lib | mjm | 4 | -125/+0 |
2002-11-27 | now part of library | mjm | 5 | -80/+39 |
2002-11-27 | added recvcomm and return values | mjm | 1 | -3/+12 |
2002-11-27 | wrote protocol, at least some kind of | mjm | 2 | -0/+132 |
2002-11-27 | new funection recvcomm for receiving commands, cleanup,... | mjm | 2 | -4/+25 |