summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-13Forgot to commitgroucho1-0/+0
2003-04-13- Uses mime types for attachment readinggroucho14-66/+110
- Addresses are read from ocontactacess
2003-04-13adjust for new icon sizemickeyl1-2/+2
2003-04-13make tab icons 14x14 (again)mickeyl6-0/+0
2003-04-13<tadaa>Change tab icon size to 14x14</tadaa>. Now most of our new iconsmickeyl1-1/+1
are no longer looking fuzzy because of scaling them up from 14x14 to 16x16
2003-04-13new filemickeyl1-0/+0
2003-04-13add error message of camera is not foundmickeyl4-8/+42
remove inlines (for now) because of link-problems
2003-04-12hide about gizmollornkcor1-2/+2
2003-04-12hide about thingyllornkcor1-2/+2
2003-04-12hide about itemllornkcor1-9/+9
2003-04-12- make main layout a full preview window and think about configuring ↵mickeyl8-262/+87
capturing parameters later...adding an on-demand-applet to the taskbar would be spiffy - portrait or landscape mode is now self-configuring thanks to life-rotation :-D
2003-04-12Carsten asked me to commit...zecke5-908/+761
Language updates
2003-04-12New feature:umopapisdn5-594/+741
Added a configurable option to make the weeklist view display either no times at all, only start times, or both start and end time. Also moved the configuration of default view from the menu into the preference dialog.
2003-04-12Bugfix: Datebook shouldn't crash if we modify prefences when dayview isn't ↵umopapisdn1-92/+97
initialized. :)
2003-04-12Bugfix: (bug #0000811) Events are now always atleast 12 pixels high in dayview.umopapisdn1-44/+44
2003-04-12Bugfix: (bug #0000833) Duplicating an event should also duplicate the category.umopapisdn1-79/+58
2003-04-11Lots of improvements regarding usability and stability:groucho10-132/+200
- Now uses ofileselector for sending attachments (reading follows, does not crash any more) - Uses DocLnks for attachments (when composing a message) - Beautified the attachments dialog with doc icons - removed a crash when sending attachments and no account was set - smaller fixes ToDo: - Attachment viewer should use doclnk too - get rid of teh save button in ofileselector - fix the bug with GMX mail provider sending mail (user encoding wrong) - replace the Attach and Remove buttons with a nice toolbar - Maybe integrate attview into the mail sending window on demand - get rid of crashes
2003-04-11use default fontharlekin1-3/+3
2003-04-11adapt better to variable screen sizesharlekin2-12/+33
2003-04-11- treric2-55/+59
2003-04-10bit more spacing on the layoutharlekin1-4/+4
2003-04-10allways start maximizedharlekin1-3/+2
2003-04-10add sanity (non-root & dhcp running) checks for startup phasemickeyl3-2/+72
2003-04-10some debug outputllornkcor2-2/+18
2003-04-10nicergruemelmonster1-0/+0
2003-04-10openembedded/ipaq nameharlekin1-108/+124
2003-04-10qpetoolbar and qpemenubar are depreciatedharlekin2-68/+68
2003-04-10nicergruemelmonster2-0/+0
2003-04-10nicergruemelmonster1-0/+0
2003-04-10have icons on the right sideharlekin1-4/+8
2003-04-10goodbye qpemenubar and qpetoolbar ( both are depreciated ), using qmenubar ↵harlekin2-44/+46
now, and also the icons are in the menubar now as qtoolbutton which as side effect gives them the nice benefit if beeing centered to the right
2003-04-10Per request of familiar folks, make opiealarm conflict with atd rather than ↵kergoth1-4/+1
provides + replaces
2003-04-10No qt3 widget flags!!!kergoth1-1/+1
2003-04-10java syntax addedharlekin1-1/+1
2003-04-10New Feature: Write a capture file for later dissection with ↵mickeyl4-215/+331
tcpdump-compatible tools!
2003-04-10OPacketCapturer is now able to write captured packages in the standard ↵mickeyl2-17/+34
tcpdump-compatible format
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl7-48/+121
ethereal, etc. Next task: writing capture files
2003-04-10add support for working with capture files (e.g. from tcpdump, ethereal, et.al.)mickeyl2-11/+101
2003-04-10fixes for bigger fontsharlekin1-5/+3
2003-04-10small icon size is 14 for > 200 pixel width and font 18 for > 600harlekin1-13/+13
2003-04-10away from a fixed size for the animationharlekin2-3/+5
2003-04-09- improve keyboard handlingmickeyl9-133/+278
- enable sniffer-menu - fix handling of start/stop button - add simple statistic window, fancy will follow ;-)
2003-04-09implements a statistic interface for OPacketCapturermickeyl2-4/+43
2003-04-09revert non-toolbar icons to 16x16. By the way, it is useless to scale themickeyl11-0/+0
icons for the QTabBar or OTabBar to 14x14, because they will be scaled up to 16x16 anyway. This is why they look so washed out at the moment. Someone should do this for the other applications also.
2003-04-09compile fixesbenmeyer2-8/+3
2003-04-09show allways maximized after startupharlekin1-2/+3
2003-04-09Make networksettings actually compile again. Fix the ifdef on non-kde to ↵kergoth4-14/+14
actually work, and killed off more references to qt3 widget flags.
2003-04-09Ben, please dont use Qt3 Widget Flags in Opie..kergoth1-1/+1
2003-04-09display a fancy ascii-animation in the titlebar while scanning...mickeyl2-8/+30
... no really, it's actually pretty useful, because you can see which channel we are currently monitoring :-D
2003-04-09add signal hopped(int) to OChannelHoppermickeyl2-0/+16