summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ui
AgeCommit message (Collapse)AuthorFilesLines
2005-04-05Use OResource for loading imagesdrw1-9/+15
2005-03-18work on plugins finished.alwin5-8/+58
these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem.
2005-03-17I had to change interface. so the used UUID has changed, too!alwin2-2/+5
But now these plugins may give a list of EffectiveEvents back.
2005-03-16forgot an interface method required.alwin1-0/+2
from now the interface never changed again or assigned UUID must changed.
2005-03-16ok, removed last errors (i hope)alwin1-2/+1
2005-03-16sorry, guys, checked in wrong filesalwin2-9/+8
2005-03-16first shot of a generic interface for holiday plugin in datebookalwin2-0/+88
2005-02-23Comment out filer/filter settings menu options as they will not be ↵drw2-19/+12
implemented for Opie 1.2
2005-02-08Add beam to context menu, flip beam and delete actions in menu/toolbarsdrw1-6/+7
2005-02-07Minor additiondrw2-0/+6
2005-02-06Additional menu functionality for OPimMainWindowdrw2-15/+48
2005-02-02Some minor updates/simplificationdrw2-23/+6
2005-02-02Change the way categories can be selected, combo box is much more useful ↵drw2-84/+45
than a menu for many different categories
2005-01-30Forgot icon for menu item...drw1-1/+2
2005-01-30First part of PIM app consistancy/consolidation - added menu/tool bar, app ↵drw2-16/+308
caption and context menu handling to OPimMainWindow
2004-11-18Opie PIM Update (1/2 of it implemented)zecke1-1/+0
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile
2004-09-12-Define ownership of widget and configwidgetzecke4-6/+25
-Implement C'tor and D'tor of TodayConfigWidget
2004-08-06Update to the on-server move.zecke1-1/+3
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details
2004-06-01- convert to odebug frameworkar1-6/+13
2004-03-14No using namespace in a public headerzecke2-9/+9
2004-03-02Added #include <qwidget.h>drw1-0/+1
2004-03-02run the optimize_connect scriptalwin2-6/+6
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fixed opiepim to depend on opiedb2 and also add the forgotten today ↵harlekin2-0/+172
interface files
2004-02-25Added OPimRecurrenceBase & OPimRecurrenceWidget to libopiepim2drw5-2/+1454
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin3-4/+68
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-1/+13
2003-05-12Add handling of alarm() messagezecke2-5/+49
play and killAlarm... added as well
2003-02-23make mickeyl happyzecke1-3/+2
thanks for spotting it
2003-02-22Fix savingzecke1-1/+1
remove the transport medium from the opimmainwindow
2002-12-10get in sync with HEAD againzecke2-9/+53
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :)
2002-11-30More infrastructurezecke2-0/+150
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