Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-01 | introduce a more sophisticated channel hopping scheme | mickeyl | 2 | -11/+36 |
2003-04-01 | Correct the unintentional redefinition of the sfcave-sdl token from bool to ↵ | kergoth | 1 | -1/+1 |
string | ||||
2003-04-01 | Set appropriate default rotation for SL-A300. | kergoth | 1 | -1/+3 |
2003-03-31 | rotate applet between desktop and suspend and not suspend and logout | harlekin | 1 | -1/+1 |
2003-03-31 | only cardctl reset after sniffing. maybe later make calling dhcp client a ↵ | mickeyl | 1 | -1/+1 |
configurable option. | ||||
2003-03-31 | - initial attempt to autodetect driver | mickeyl | 6 | -72/+166 |
- add possibility to play sounds when receiving beacon and/or found a new network | ||||
2003-03-31 | update | mickeyl | 1 | -27/+26 |
2003-03-31 | resolve potential ambiguities in pow() | mickeyl | 1 | -3/+3 |
2003-03-31 | reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro) | mickeyl | 6 | -13/+68 |
2003-03-31 | Corrected Maintainer | groucho | 1 | -3/+3 |
Fixed dependencies | ||||
2003-03-31 | Corrected error in version string (0.6,2 should be 0.6.2) | groucho | 1 | -1/+1 |
2003-03-31 | Added backgammon | groucho | 1 | -0/+1 |
2003-03-30 | layout fix, closes bug #761 | harlekin | 2 | -5/+6 |
2003-03-30 | layout changes | harlekin | 2 | -2/+4 |
2003-03-30 | changed header (gui) to layouts | harlekin | 4 | -23/+22 |
2003-03-30 | enable translation of rotateapplet. carsten: will you add the rest of the ↵ | mickeyl | 2 | -0/+31 |
.ts files? | ||||
2003-03-30 | use $SUB_VERSION | mickeyl | 1 | -1/+1 |
2003-03-30 | - implement switching monitor mode on hostap | mickeyl | 1 | -12/+29 |
- work around damn buggy hostap drivers needing more space for SIOCGIWRANGE than defined by sizeof(struct iw_range)... | ||||
2003-03-30 | introduce a workaround for conflicting user and kernel headers like | mickeyl | 2 | -6/+8 |
<linux/if.h> and <net/if.h>. I really don't like including kernel headers, but in the case of <linux/wireless.h> there is no other option yet. | ||||
2003-03-30 | *** empty log message *** | waspe | 36 | -0/+3035 |
2003-03-30 | bigger animation to be more distinguish compared to desktop icons, also new ↵ | harlekin | 2 | -3/+3 |
animation | ||||
2003-03-30 | $(QTDIR)/lib --> $(OPIEDIR)/lib | mickeyl | 1 | -1/+1 |
2003-03-30 | remove unnecessary usage of and thus the dependency on libstdc++ | mickeyl | 1 | -51/+25 |
2003-03-30 | very interesting: gcc 2.9x does not handle operator? with mixed types, e.g. ↵ | mickeyl | 1 | -1/+1 |
operator?(bool,QString,char*), while gcc 3.x does the necessary format conversion. | ||||
2003-03-30 | convert my beloved "not" to "!" to make ancient compilers happy, but not me... | mickeyl | 2 | -77/+77 |
2003-03-30 | convert dynamic_cast<> to using QObject::inherits | mickeyl | 2 | -3/+7 |
2003-03-30 | yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵ | mickeyl | 3 | -4/+13 |
Z... *sigh* | ||||
2003-03-30 | one more fix for gcc 2.9x | mickeyl | 1 | -1/+5 |
2003-03-30 | gcc2.9x fix | mickeyl | 1 | -1/+1 |
2003-03-30 | - add file->new | mickeyl | 8 | -2/+26 |
2003-03-30 | - the network work for libopie2 pays off... | mickeyl | 55 | -3854/+133 |
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter | ||||
2003-03-30 | - add classes for 802.11 tagged values | mickeyl | 8 | -80/+481 |
- adjust miniwellenreiter accordingly | ||||
2003-03-29 | Fix for bug #701 - update time and date controls on Main tab after ↵ | drw | 1 | -0/+5 |
retrieving time from ntpdate. | ||||
2003-03-29 | Move Configure option under the Actions menu, allowing me to remove the ↵ | drw | 1 | -11/+6 |
top-level menu 'Options' (which only had the Config entry under it). | ||||
2003-03-29 | Better fix for reading feed Packages files. | drw | 1 | -32/+24 |
2003-03-29 | added option to made the banner on top much smaller and also the date should ↵ | harlekin | 6 | -8/+40 |
adapt to local settings now ( hopefully ) | ||||
2003-03-29 | Fix for reading feed's Package file works this time. However, this is ↵ | drw | 1 | -3/+3 |
temporary until I re-do this part of the code this weekend (don't like the way it works). | ||||
2003-03-29 | forgot to take that header out | harlekin | 1 | -1/+0 |
2003-03-28 | new big busy indicator | harlekin | 1 | -0/+0 |
2003-03-28 | now as owait in libopie | harlekin | 5 | -41/+4 |
2003-03-28 | owait - displays a busy indicator in the middle of the screen, initial version | harlekin | 3 | -2/+149 |
2003-03-28 | downscaling of the pda was pretty sure not intentional | harlekin | 1 | -0/+0 |
2003-03-28 | darker | gruemelmonster | 1 | -0/+0 |
2003-03-28 | enable building libopie2 under menu "experimental" - | mickeyl | 3 | -2/+21 |
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers. | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 127 | -0/+25255 |
and comment... | ||||
2003-03-28 | Bugfix: (bug #0000765) Lines in /etc/passwd & /etc/group starting with a "#" ↵ | umopapisdn | 4 | -17/+28 |
are comments and should not be editable. | ||||
2003-03-28 | Minimum size in weekview should be dependant on the height of the window. | umopapisdn | 1 | -11/+9 |
2003-03-28 | Bugfix: (Bug #000782) Display events with no duration, unless it's an ↵ | umopapisdn | 3 | -3/+3 |
"effective event" ending at 00:00 starting at a previous day. (i.e ending at midnight) | ||||
2003-03-28 | same | kergoth | 1 | -8/+6 |
2003-03-28 | Apply nonroot login patch from nick duffek. | kergoth | 1 | -8/+6 |