aboutsummaryrefslogtreecommitdiffstats
path: root/pow/dagger
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-01-06 21:55:55 +0800
committerGitHub <noreply@github.com>2017-01-06 21:55:55 +0800
commit59b8245bbced3c0511623ecaa8b7d4e0434343cd (patch)
treef3965293859731b4bc3a588cb152b87c4790e27d /pow/dagger
parent8f9daaa3ba71c3b6bdcc24adfdc987e6f3a2e184 (diff)
parente171bf74f8b6d15c2ae51e259d703ee5b729a298 (diff)
downloaddexon-59b8245bbced3c0511623ecaa8b7d4e0434343cd.tar.gz
dexon-59b8245bbced3c0511623ecaa8b7d4e0434343cd.tar.zst
dexon-59b8245bbced3c0511623ecaa8b7d4e0434343cd.zip
Merge pull request #3516 from fjl/types-drop-sign-ecdsa
core/types: remove redundant SignECDSA wrappers, rename to SignTx
Diffstat (limited to 'pow/dagger')
0 files changed, 0 insertions, 0 deletions
ommit/calendar?id=304e8a1ba0f0ed96c18889a4cc2a430bb7efd22e'>Fixed a warning.Christopher James Lahey2000-08-102-1/+8 * Fixed some warnings.Christopher James Lahey2000-08-094-5/+11 * Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-098-172/+201 * Removing old cruft - FedericoFederico Mena Quintero2000-08-093-170/+0 * New function. (cal_component_get_icalcomponent): Ensure that the SEQUENCEFederico Mena Quintero2000-08-0815-849/+101 * Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-0813-124/+542 * *** empty log message ***Seth Alves2000-08-051-0/+7 * if oaf isn't initialized by the time the conduit starts, start it up. weSeth Alves2000-08-053-5/+32 * tlauche is now called wombatSeth Alves2000-08-051-1/+1 * Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-042-0/+5 * *** empty log message ***Seth Alves2000-08-031-0/+5 * Fixed a g_return_if_fail that had two parameters and thus wouldn't build.Joe Shaw2000-08-032-1/+7 * fixed a bunch of bugs, added a lot of debug spew.Seth Alves2000-08-032-87/+253 * call save (cbimc) after setting the pilot id and status.Seth Alves2000-08-031-0/+7 * updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-032-62/+22 * Dum dum dum - FedericoFederico Mena Quintero2000-08-031-0/+36 * Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-032-0/+8 * New files for the iCalendar file backend.Federico Mena Quintero2000-08-037-9/+1108 * Ahem, these files will be back in a second - FedericoFederico Mena Quintero2000-08-031-2/+0 * Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-027-129/+419 * Removed doc directory, since it is the old gnome-pim docs which aren'tDamon Chaplin2000-08-0213-521/+9 * Solaris compile fix. OK on Linux too.Matthew Loper2000-07-272-0/+8 * OK, it seems that we have all the interesting properties for single-userFederico Mena Quintero2000-07-273-0/+245 * Ahem, be consistent with parameter names - FedericoFederico Mena Quintero2000-07-271-2/+2 * Put all the functions used to free returned values all together.Federico Mena Quintero2000-07-273-209/+362 * gui/Makefile.am: Fixed a typo.Jeffrey Stedfast2000-07-272-1/+5 * Added a few xpm files to the EXTRA DIST sectionJeffrey Stedfast2000-07-272-4/+12 * New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-2610-108/+358 * new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-2624-549/+4714 * *** empty log message ***Damon Chaplin2000-07-231-0/+8 * fixed it so it doesn't crash when a URL is loaded.Damon Chaplin2000-07-232-3/+19 * Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-211-1/+1 * Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-213-2/+7 * Finish filling the trigger. What a pain, again.Federico Mena Quintero2000-07-202-6/+83 * Added the Turkish desktop entriesFatih Demir2000-07-203-0/+11 * Free the icalcomponent if this is an unattached alarm.Federico Mena Quintero2000-07-193-1/+181 * Docs docs docs - FedericoFederico Mena Quintero2000-07-182-0/+11 * Fixed inline docs. (cal_client_new): Ditto.Federico Mena Quintero2000-07-182-4/+8 * New internal represntation for alarm components. We really don't map themFederico Mena Quintero2000-07-153-1/+223 * oopsSeth Alves2000-07-141-0/+4 * conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-148-308/+1176 * small cleanups, quiet compilerSeth Alves2000-07-133-109/+93 * todo conduit builds and plays nice but does nothingSeth Alves2000-07-138-210/+401 * Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-132-40/+35 * GnomeFont update.Michael Meeks2000-07-132-30/+45 * fixed various problemsSeth Alves2000-07-138-117/+92 * Handle the COMPLETED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-123-30/+278 * Removed unneeded check for the URI. (load_fn): Be more paranoid about theFederico Mena Quintero2000-07-122-14/+49 * ignore binariesSeth Alves2000-07-111-0/+2 * Disable Pilot conduit stuff for now. It's not quite ready yet and itEttore Perazzoli2000-07-113-29/+8 * remove gnomecal.conduitDan Winship2000-07-113-3/+9 * *** empty log message ***Seth Alves2000-07-111-4/+5 * *** empty log message ***Seth Alves2000-07-111-5/+4 * updated calendar conduit to use oaf and wombatSeth Alves2000-07-116-339/+417 * Moved these files to calendar/conduits/{calendar/todo} - FedericoFederico Mena Quintero2000-07-118-2524/+0 * added makefiles for calendar conduitsSeth Alves2000-07-118-32/+129 * As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-103-0/+5 * Remove unused file - FedericoFederico Mena Quintero2000-07-101-200/+0 * Remove "Close calendar" command, which does not make much sense.Ettore Perazzoli2000-07-092-8/+5 * Remove conflict markers - FedericoFederico Mena Quintero2000-07-091-1/+0 * Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-083-1/+70 * Handle the SEQUENCE property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-083-1/+126 * Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-073-20/+118 * Handle the CREATED property. (free_icalcomponent): Ditto.Federico Mena Quintero2000-07-073-121/+324 * Use &obj instead of &ico in the call to cal_client_get_object(). The ToDoDamon Chaplin2000-07-043-1/+11 * Use CalComponentText instead of CalComponentPropSummary. Removed theFederico Mena Quintero2000-07-043-11/+128 * Renamed from cal_component_free_description_list(). We can share thisFederico Mena Quintero2000-07-043-253/+368 * Handle CATEGORIES. This can appear multiple times, so we maintain a list.Federico Mena Quintero2000-07-033-24/+244 * Handle date/time and timezone pairs. (scan_property): Handle DTSTART andFederico Mena Quintero2000-07-023-12/+318 * Again, disable compilation of the Pilot stuff until it links - FedericoFederico Mena Quintero2000-07-021-18/+19 * Handle the DESCRIPTION property. There can be multiple descriptions withFederico Mena Quintero2000-07-013-40/+262 * uncomment out the pilot stuff, i think it links now. hehSeth Alves2000-07-011-19/+19 * One of these days, I need somebody to teach me how to program.Ettore Perazzoli2000-06-302-6/+6 * Make calendar die when evolution quits.Christopher James Lahey2000-06-303-2/+34 * Get an EvolutionShellClient instead of an Evolution_Shell to match theEttore Perazzoli2000-06-303-91/+326 * EvolutionShellClient.Ettore Perazzoli2000-06-303-2/+10 * Do not link and include the pilot stuff for the calendar component, justFederico Mena Quintero2000-06-302-34/+30 * Make the pilot stuff in calendar/gui optional.Peter Williams2000-06-292-2/+20 * server code to service these:Seth Alves2000-06-2910-184/+638 * New files for the new iCalendar component object. Today's properties:Federico Mena Quintero2000-06-295-3/+487 * use BONOBO_VFS_GNOME_CFLAGS.Michael Meeks2000-06-282-1/+5 * Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-272-0/+9 * Sync again - FedericoFederico Mena Quintero2000-06-274-25/+309 * Sync - FedericoFederico Mena Quintero2000-06-239-69/+304 * set event before using it! (e_day_view_init): used new colors from tigert.Damon Chaplin2000-06-212-8/+15 * Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-213-10/+19 * got rid of some debug messagesDamon Chaplin2000-06-211-18/+0 * changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-215-38/+397 * tidied up dialog a bit, adding space etc.Damon Chaplin2000-06-203-216/+272 * Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-193-0/+9 * fixed a DnD bug.Damon Chaplin2000-06-192-3/+10 * Fix to not depend on installed ical.hDan Winship2000-06-182-1/+6 * added little buttons which are shown when there are more events than willDamon Chaplin2000-06-176-3/+138 * new icon for the EWeekView to jump to the day.Damon Chaplin2000-06-173-0/+21 * Squeek - FedericoFederico Mena Quintero2000-06-161-2/+0 * #ifdef'ed out references to functions which don't exist yet, so evolutionDamon Chaplin2000-06-162-0/+8 * Doh, sync - FedericoFederico Mena Quintero2000-06-167-58/+200 * Took out some debugging code.Damon Chaplin2000-06-161-1/+1 * updated.Damon Chaplin2000-06-165-63/+623 * added icalendar-test.Damon Chaplin2000-06-162-0/+5 * use libical.aDamon Chaplin2000-06-162-1/+18 * merge the two separate noinst_PROGRAMS declarations into one so automakeDan Winship2000-06-152-3/+9 * finish switch back to vcalSeth Alves2000-06-141-3/+9 * switch back to vcal for debuggingSeth Alves2000-06-141-3/+3 * Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-134-4/+564 * Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-132-8/+7 * Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-103-6/+29 * Added a get_n_objects() method.Federico Mena Quintero2000-06-0911-3/+206 * Allow for NULL summaries.Federico Mena Quintero2000-06-092-1/+6 * Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-082-9/+22 * put this back in, it's still used inSeth Alves2000-06-083-3/+5 * update some .cvsignoresSeth Alves2000-06-082-1/+1 * instead of returning a text representation, decode the text and return anSeth Alves2000-06-0812-141/+151 * Moved these files to calendar/cal-util - FedericoFederico Mena Quintero2000-06-075-1362/+0 * fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-0710-107/+318 * Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-077-42/+45 * allow the right button to popup the menu, even when the event is beingDamon Chaplin2000-06-063-4/+22 * New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-037-131/+170 * Implemented. (toolbar): Added an icon for the Save and Close command.Federico Mena Quintero2000-06-022-18/+74 * Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-028-284/+307 * Fixed EXTRA_DIST.Christopher James Lahey2000-06-022-1/+9 * Handler for the "editor_closed" signal of the event editor; we justFederico Mena Quintero2000-06-024-25/+74 * Change of plans. The toplevel GnomeApp is now generated with Glade insteadFederico Mena Quintero2000-06-026-1539/+1572 * Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-012-3/+18 * Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-0114-1830/+504 * added test-recur test program.Damon Chaplin2000-06-016-347/+1879 * Create the UI handler after we have constructed the parent GnomeApp.Federico Mena Quintero2000-05-312-12/+218 * Flush - FedericoFederico Mena Quintero2000-05-3014-853/+872 * Fix 'make dist' errors.Ross Golder2000-05-281-2/+4 * Put the main notebook directly under a simple GtkWindow. We are going toFederico Mena Quintero2000-05-265-1545/+1941 * Do not initialize libglade twice.Federico Mena Quintero2000-05-267-26/+217 * From shell/ChangeLog:Christopher James Lahey2000-05-262-0/+6 * Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-25