forked from GNOME/devhelp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.pre-git
4746 lines (3106 loc) · 139 KB
/
ChangeLog.pre-git
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2009-08-12 Lucas Rocha <[email protected]>
* Release 0.23.1.
* configure.ac: Bump version.
2009-08-12 Lucas Rocha <[email protected]>
* src/dh-assistant-view.c: Patch from Matthew Barnes to
fix bug #588655, Work around deprecated g_mapped_file_free().
2009-02-19 Richard Hult <[email protected]>
* src/dh-window.c: (dh_window_init): Patch from Luca Ferretti to
fix bug #563032, Use shorter text for zoom actions in toolbar.
2009-02-19 Richard Hult <[email protected]>
* autogen.sh: Use automake 1.10 by default, patch from Gaute Hope,
bug #560025.
2009-02-19 Richard Hult <[email protected]>
* src/Makefile.am: Patch from cygwin ports maintainer to fix bug
#564446, libdevhelp-1 Cygwin patch.
2009-02-19 Enrico Tröge <[email protected]>
* src/dh-assistant-view.c: (assistant_view_set_link):
* src/dh-book-tree.c: (book_tree_find_uri_foreach):
* src/dh-link.c: (link_free), (dh_link_new):
* src/dh-link.h: Use file: URIs instead of local paths, fixes use
with more recent webkit versions.
2009-01-20 Leonardo Ferreira Fontenelle <[email protected]>
reviewed by: Richard Hult.
* src/dh-parser.c: (parser_start_node_book),
(parser_start_node_chapter), (parser_start_node_keyword):
Enclosed the elements names between double quotes in some error
messages. Closes bug #566454.
2009-01-19 Richard Hult <[email protected]>
* Release 0.23.
* configure.ac: Bump version.
2008-12-01 Richard Hult <[email protected]>
* NEWS: Update for 0.22 release.
* src/dh-preferences.c: (preferences_system_fonts_toggled_cb),
(preferences_connect_conf_listeners): Fix build with recent gcc
versions.
* src/dh-util.c: (dh_util_font_get_variable), (font_notify_cb):
Fix the font size and remove debug output.
2008-12-01 Richard Hult <[email protected]>
* NEWS:
* src/dh-preferences.c: (preferences_system_fonts_toggled_cb),
(preferences_connect_conf_listeners):
* src/dh-util.c: (dh_util_font_get_variable), (font_notify_cb):
2008-12-01 Richard Hult <[email protected]>
* NEWS: Update for 0.22 release.
2008-11-28 Richard Hult <[email protected]>
* src/dh-util.[ch]: Add code to handle updating the font settings
for all open web views. Needs to be split out in its own file
later.
2008-11-28 Richard Hult <[email protected]>
* src/dh-preferences.c: Remove the code that previously was used
to update the font settings in the HTML widget (now unused).
2008-11-28 Richard Hult <[email protected]>
* src/dh-window.c (window_open_new_tab): Add commented out code
snippet to make it easier to tweak the CSS.
2008-11-28 Richard Hult <[email protected]>
* src/dh-assistant-view.c (assistant_button_press_event): Don't
block button 1 events. Fixes selecting text in the assistant.
* configure.ac: Bump version to 0.22.
2008-11-06 Richard Hult <[email protected]>
* src/dh-window.c: (window_activate_close),
(window_activate_about), (window_populate), (window_open_new_tab):
Don't show notebook tabs if there is only one tab to save some
space and get a cleaner look. Paddings/shadow might need some
further tweaking.
2008-11-03 Richard Hult <[email protected]>
* src/dh-search.c:
* src/dh-window.c: Revert the padding changes.
- Fix title updating when switching tabs.
- Remove the close button on mac, it looks really strange.
2008-11-03 Richard Hult <[email protected]>
* src/dh-main.c: Reindent.
2008-10-30 Richard Hult <[email protected]>
* src/dh-search.c:
* src/dh-window.c: Tweak paddings to try and make things look a
bit better, might revert later.
2008-10-29 Richard Hult <[email protected]>
* src/dh-window.c: Minor cleanups.
2008-10-28 Richard Hult <[email protected]>
* src/dh-search.c (dh_search_new): Remove the extra frame and set
the shadow on the scrolled windows instead, looks more consistent.
2008-10-28 Richard Hult <[email protected]>
* src/dh-window.c: Clean up a bit, make the html view/content tab
syncing work again, don't make the notebook tabs expand, remove
unused code.
2008-10-28 Richard Hult <[email protected]>
Bug 557795 – Add assistant/search plugin for VIM
* misc/devhelp.vim: Add new, much improved version from Jannis
Pohlmann.
2008-10-23 Carlos Garnacho <[email protected]>
* misc/devhelp.el: Add provide for devhelp.el.
2008-10-22 Richard Hult <[email protected]>
Bug 557223 – segmentation fault on startup
* src/ige-conf-gconf.c:
* src/ige-conf-private.h:
* src/ige-conf.c: Add back simple fallbacks for people with
mis-configured gconf setups.
2008-10-12 Richard Hult <[email protected]>
* src/dh-main.c: (main): Ignore -psn_* on quartz, which is added
by Finder.
* src/dh-util.c: (util_get_mac_data_dir): Point to the Resources
directory inside the bundle.
* src/dh-window.c: (window_populate): Use
dh_util_build_data_filename.
2008-10-11 Richard Hult <[email protected]>
* src/dh-util.c: (dh_util_build_data_filename): Pick up bundle
location if executed from a bundle (still needs work to point to
the right place).
2008-10-11 Richard Hult <[email protected]>
* autogen.sh: Replace with our own to get more control over what
it does.
* src/Makefile.am: Enable single includes for the dependencies.
2008-10-11 Richard Hult <[email protected]>
* src/dh-assistant-view.[ch]: Make consistant with the rest of the
code: Move the instance/class structs to the header file and move
private data to a private struct.
2008-10-11 Richard Hult <[email protected]>
* build/Makefile.am.gi18n-check:
* src/Makefile.am: Add check for gi18n vs gi18n-lib, based on
patch from Sven Herzberg.
2008-10-11 Richard Hult <[email protected]>
* data/Makefile.am:
* src/Makefile.am: Small distcheck fixes.
2008-10-11 Richard Hult <[email protected]>
* src/dh-base.c: (dh_base_init): Add missing NULL terminator.
2008-10-11 Richard Hult <[email protected]>
* src/ige-conf-gconf.c: (ige_conf_init), (ige_conf_add_defaults):
* src/ige-conf-private.h:
* src/ige-conf.c: (_ige_conf_defaults_free_list): Fix build with
gconf implementation.
2008-10-11 Richard Hult <[email protected]>
* src/ige-conf-mac.c: Rename from .m to work around a bug(?) in
auto*, can't get this to work on linux.
* configure.ac: Remove AC_PROG_OBJC.
* src/Makefile.am: Update the filename here and use -xobjective-c.
2008-10-10 Richard Hult <[email protected]>
* autogen.sh:
* configure.ac: Rename configure.in to .ac.
2008-10-10 Richard Hult <[email protected]>
* src/Makefile.am: Use marshal generation from build dir.
2008-10-10 Richard Hult <[email protected]>
* build/Makefile.am.common:
* build/Makefile.am.marshal:
* configure.in: Add build dir and the beginnings of makefile stuff
to make things cleaner (build dir also used as aux dir for auto*,
inspired by cairo).
2008-10-10 Sven Herzberg <[email protected]>
* src/dh-link.c:
* src/dh-parser.c:
* src/dh-search.c:
* src/dh-window.c:
* src/eggfindbar.c: Include <glib/gi18n-lib.h> and not
<glib/gi18n.h>
2008-10-10 Richard Hult <[email protected]>
* src/dh-preferences.c:
* src/dh-preferences.h: Move key name defines from the header to
the C file, they are not used anywhere else now.
2008-10-10 Richard Hult <[email protected]>
* src/dh-window.c: (window_populate): Remove the state saving and
use dh_util_state_*.
2008-10-10 Richard Hult <[email protected]>
* src/*.h: Add begin/end decl macros for consistency.
2008-10-10 Richard Hult <[email protected]>
* configure.in:
* data/ui/Makefile.am:
* data/ui/devhelp.glade:
* data/ui/devhelp.builder:
* src/dh-util.[ch] (dh_util_glade_connect,
dh_util_glade_get_file):
* src/dh-preferences.c (dh_preferences_show_dialog): Use
GtkBuilder instead of libglade.
2008-10-10 Richard Hult <[email protected]>
* src/dh-assistant.c: (dh_assistant_init): Save/restore state.
(dh_assistant_new), (dh_assistant_search): Small style tweaks.
2008-10-10 Richard Hult <[email protected]>
* src/dh-base.c: (dh_base_init): Setup default values.
2008-10-10 Richard Hult <[email protected]>
* src/Makefile.am:
* src/ige-conf.h:
* src/ige-conf-private.h:
* src/ige-conf.c: New file with code to read the installed
defaults file.
* src/ige-conf-mac.m: Use the defaults from above here to setup
defaults for NSUserDefaults.
* src/ige-conf-gconf.c: Get the highest level dir from the
defaults instead of hard coding it.
2008-10-10 Richard Hult <[email protected]>
* src/Makefile.am: Disable deprecated APIs in GLib, GDK, and GTK+.
2008-10-10 Richard Hult <[email protected]>
* data/devhelp.schemas.in: Restructure the non-preferences keys
that are used for saving state so we can add more of those without
making a mess.
2008-10-10 Richard Hult <[email protected]>
* src/dh-search.[ch]: Remove dh_search_grab_focus().
* src/dh-window.c: Replace the use of the above with
gtk_widget_grab_focus().
2008-10-10 Richard Hult <[email protected]>
* data/devhelp.desktop.in.in: Remove Encoding field since
desktop-file-validate complains about it, thanks to Enrico Tröger.
Also remove the MimeType field as haven't supported opening
devhelp files for a long time (have we ever?).
2008-10-10 Richard Hult <[email protected]>
* data/Makefile.am: Install the schemas.in file so ige-conf can
use it for defaults handling when using NSUserDefaults.
2008-10-10 Richard Hult <[email protected]>
* src/dh-search.c: (dh_search_class_init, dh_search_grab_focus):
Prepare to get rid of dh_search_grab_focus().
2008-10-10 Richard Hult <[email protected]>
* src/dh-assistant.c: (dh_assistant_init): Set window title.
2008-10-10 Richard Hult <[email protected]>
* src/dh-keyword-model.h: Undeprecate by s/GtkType/GType/.
2008-10-10 Richard Hult <[email protected]>
* src/dh-search.c: (dh_search_new): Replace deprecated API.
2008-10-10 Richard Hult <[email protected]>
* src/eggfindbar.c: Sync from evince to get rid of deprecated
APIs. Reapply the removal of property translations.
2008-10-09 Richard Hult <[email protected]>
* src/dh-search.h: Remove show_advanced function here too, it was
removed in the C file already.
2008-10-09 Richard Hult <[email protected]>
* src/dh-util.[ch]: Add experimental state saving code to be used
soon.
2008-10-09 Richard Hult <[email protected]>
* src/dh-util.c (dh_util_build_data_filename): Don't include the
"devhelp" directory component.
* src/dh-assistant-view.c (dh_assistant_view_set_link): Add
"devhelp" component here.
2008-10-09 Richard Hult <[email protected]>
* src/dh-assistant-view.[ch]: Consistency fixes after the
refactoring: Don't use "self", use some form of the name of the
class. Use parent_class and parent_instance in class/instance
structs. Add copyright back, it's the same old code moved to a new
file.
2008-10-09 Richard Hult <[email protected]>
* src/dh-assistant.c (dh_assistant_init): Remove unused includes
and the webkit API usage left over from the move to
DhAssistantView. Rename web_view to view.
2008-10-09 Sven Herzberg <[email protected]>
Drop the "_cp" suffix of the old callbacks, now they are vfunc
implementations
* src/dh-assistant-view.c: for more consistency with the rest of the
code
2008-10-07 Sven Herzberg <[email protected]>
Dropped the refactoring helpers
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: dropped the getter for the link; hide the
setter
2008-10-07 Sven Herzberg <[email protected]>
Moved the search code into the DhAssistantView
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: added the search code
* src/dh-assistant.c: forward search to DhAssistantView
2008-10-07 Sven Herzberg <[email protected]>
Dropped assistant_set_link()
* src/dh-assistant.c: dropped the function
2008-10-07 Sven Herzberg <[email protected]>
Moved the real navigation code
* src/dh-assistant-view.c: added find_in_buffer() and the real code to
dh_assistant_view_set_link()
* src/dh-assistant.c: use <glib/gi18n-lib.h> to be properly
translatable in other applications; dropped the semicolon after
GET_PRIVATE(); removed find_in_buffer() and the code in
assistant_set_link()
2008-10-07 Sven Herzberg <[email protected]>
Use the DhAssistantView's DhLink
* src/dh-assistant.c: use the link from the DhAssistantView
2008-10-07 Sven Herzberg <[email protected]>
Added a DhLink field to the DhAssistantView
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: added getter and setter for the link
* src/dh-link.h: added DH_IS_LINK
2008-10-07 Sven Herzberg <[email protected]>
Connect to the key-press-event of the DhAssistant, not the
WebKitWebView
* src/dh-assistant.c: connect to a different widget (no need to
connect this one on the WebKitWebView)
2008-10-07 Sven Herzberg <[email protected]>
Moved assistant_button_press_event_cb into DhAssistantView
* src/dh-assistant-view.c: added assistant_button_press_event_cb
* src/dh-assistant.c: dropped assistant_button_press_event_cb
2008-10-07 Sven Herzberg <[email protected]>
Moved assistant_navigation_requested_cb into the DhAssistantView
* src/dh-assistant-view.c: added assistant_navigation_requested_cb
* src/dh-assistant.c: dropped assistant_navigation_requested_cb
2008-10-07 Sven Herzberg <[email protected]>
Use the DhAssistantView's DhBase
* src/dh-assistant.c: drop the own DhBase reference; use the one from
the DhAssistantView
2008-10-07 Sven Herzberg <[email protected]>
Added a getter for the DhBase
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: added a getter, so we can get rid of the
DhBase in DhAssistant
2008-10-07 Sven Herzberg <[email protected]>
Added a DhBase field to the DhAssistantView
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: added the field to the view (for the code
moving)
* src/dh-assistant.c: set the base of the DhAssistantView
2008-10-07 Sven Herzberg <[email protected]>
Implemented the DhAssistantView type (with blind type prototypes)
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: implement DhAssistantView; put the struct
definitions into the .c file so we don't have to include webkit in the
header
* src/dh-assistant.c: use the new DhAssistantView instead of a plain
WebKitWebView
2008-10-07 Sven Herzberg <[email protected]>
Added source files for the assistant view
* src/Makefile.am: distribute and compile the new sources; install the
header
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: new skeleton files
2008-10-08 Richard Hult <[email protected]>
* src/dh-parser.c: (dh_parser_read_file): Remove unnecessary
checks.
2008-10-06 Richard Hult <[email protected]>
* src/dh-keyword-model.c: (dh_keyword_model_set_words): A bit
bigger commit than I wanted... Split out the actual searching to
make the code a little clearer. Remove the last remains of the old
book/page searching, and move out allocating/freeing the search
terms from the inner search loop. Only check for one exact hit..
2008-10-06 Richard Hult <[email protected]>
* src/dh-keyword-model.c: Whitespace and comment fixes.
2008-10-06 Richard Hult <[email protected]>
* src/dh-keyword-model.c: (keyword_model_get_iter),
(keyword_model_iter_n_children), (dh_keyword_model_filter): No
need to go through the hit list constantly in the tree model
implementation, just keep the result that we already have after
updating the list.
2008-10-06 Richard Hult <[email protected]>
* src/Makefile.am: The assistant is now used by DhBase so move it
to the library.
2008-10-06 Richard Hult <[email protected]>
* src/dh-keyword-model.c: Use G_DEFINE_TYPE_WITH_CODE instead of
doing by hand.
2008-10-06 Richard Hult <[email protected]>
* src/dh-keyword-model.h: Whitespace cleanup.
2008-10-06 Richard Hult <[email protected]>
* src/dh-search.c: (search_cell_data_func): Use the link instead
of getting the name directly from the model, saves a copy/free and
is more consistent with the other properties that we get.
2008-10-06 Richard Hult <[email protected]>
* src/dh-preferences.c: (dh_preferences_show_dialog):
* src/dh-util.[ch]: Rename dh_glade_* to dh_util_glade for
consistency.
2008-10-06 Richard Hult <[email protected]>
* src/dh-parser.c: (parser_start_node_keyword): Strip out "()" in
addition to the previous " ()". Try to be smart for devhelp 1
files by assuming it's a macro (might need to revert that part
after testing more devhelp books).
2008-10-06 Richard Hult <[email protected]>
* src/dh-parser.c: (parser_start_node_keyword): Fix regression
introduced recently when parsing devhelp2 files by stripping away
struct/union/enum even for devhelp2 again.
2008-10-06 Richard Hult <[email protected]>
* src/dh-assistant.c (assistant_set_link): Use
dh_util_build_data_filename to point to the assistant javascript
and css files. Make the title a link.
2008-10-06 Richard Hult <[email protected]>
* src/dh-util.[ch]: (dh_util_build_data_filename): New function to
get a filename in devhelp's data directory, works like
g_build_filename.
2008-10-06 Richard Hult <[email protected]>
* src/dh-assistant.c (assistant_set_link): Break the line after
the #define for macros, to make the output narrower.
2008-10-06 Richard Hult <[email protected]>
* src/dh-link.[ch]: (dh_link_new): Don't care about id/base for
links other than books. Update copyright to reflect reality (the
orignal code has all been replaced).
2008-10-06 Richard Hult <[email protected]>
* src/dh-link.c (dh_link_compare): Remove unused code to sort by
book/page.
2008-10-06 Richard Hult <[email protected]>
* data/assistant.js:
* data/assistant.css: Improve the style and handle libxml's API
docs a bit better.
2008-10-06 Richard Hult <[email protected]>
* misc/devhelp.el: Add function that uses the assistant.
2008-10-05 Richard Hult <[email protected]>
* README:
* configure.in: Update required dependency list.
2008-10-05 Richard Hult <[email protected]>
* src/Makefile.am:
* src/dh-assistant.c:
* src/dh-assistant.h: Add a small "assistant" window for
displaying just one hit.
* data/Makefile.am:
* data/assistant.css:
* data/assistant.js: Add necessary glue for the assistant.
* src/dh-base.[ch]: Remove unused function to get the windows.
Hook up assistant, quit when there are no assistants or regular
windows left.
* src/dh-main.c: Add assistant search.
2008-10-05 Richard Hult <[email protected]>
* src/dh-window.c: Improve some strings and break some long lines.
2008-10-05 Richard Hult <[email protected]>
* data/devhelp.desktop.in.in: Don't mark the name for translation.
* data/devhelp.schemas.in: Improve some strings.
2008-10-05 Richard Hult <[email protected]>
* src/ige-conf-gconf.c: Fix build.
2008-10-04 Richard Hult <[email protected]>
* src/dh-base.c:
* src/dh-preferences.[ch]:
* src/dh-window.c: Get rid of dh_preferences_init(), init on
demand. Rename the conf keys to DH_CONF_*.
2008-10-04 Richard Hult <[email protected]>
* acinclude.m4:
* configure.in: Only depend on gconf on X11.
2008-10-04 Richard Hult <[email protected]>
* data/ui/devhelp.glade: Remove the "advanced options"
preference. Also remove lots of old unused parts, only keep the
preference dialog.
* configure.in: Add AC_PROG_OBJC so we can build ObjC sources.
* src/Makefile.am:
* src/ige-conf.h:
* src/ige-conf-gconf.h:
* src/ige-conf-mac.h: Add tiny layer on top of gconf and
nsdefaults.
* src/dh-base.[ch]: Remove gconf client.
* src/dh-preferences.c:
* src/dh-search.c:
* src/dh-window.c: Use the conf abstraction.
2008-10-04 Richard Hult <[email protected]>
* src/dh-window.c (window_open_new_tab): Fix typo in previous
commit.
2008-10-04 Richard Hult <[email protected]>
* src/dh-link.[ch]: Only keep the "leaf" part of the URI in each
link, and the base part in the book. Construct the full URI on
demand. This saves lots and lots of allocations and memory.
* src/dh-book-tree.c: (book_tree_find_uri_foreach):
* src/dh-parser.c: (parser_start_node_book),
(parser_start_node_chapter), (parser_start_node_keyword):
* src/dh-window.c: (window_tree_link_selected_cb),
(window_search_link_selected_cb): Adapt to the
above (dh_link_get_uri() now returns allocated memory).
2008-10-04 Richard Hult <[email protected]>
Bug 514001 – search results not sorted alphabetically
* src/dh-link.c (dh_link_compare): Don't sort hits after
book/page.
2008-10-04 Richard Hult <[email protected]>
* src/dh-search.c: Use canonical signal names.
2008-10-04 Richard Hult <[email protected]>
* src/dh-window.c: Style cleanup, no functionality changes.
2008-10-04 Richard Hult <[email protected]>
* src/dh-search.c: (dh_search_new): Change the book combo label to
"Search in:".
2008-10-04 Richard Hult <[email protected]>
* src/dh-base.c: Add support for picking up docsets when built on
mac.
2008-10-04 Richard Hult <[email protected]>
* src/dh-base.c: (dh_base_init),
(dh_base_get_window_on_current_workspace): Use GDK_WINDOWING_X11
instead of homebrew version.
2008-10-04 Richard Hult <[email protected]>
* src/dh-window.c (window_populate): Hook up global mac menubar
events.
2008-10-04 Richard Hult <[email protected]>
* data/devhelp.schemas.in: Remove advanced option here too.
2008-10-04 Richard Hult <[email protected]>
* src/dh-preferences.c: (dh_preferences_show_dialog):
* src/dh-search.c: (dh_search_new): Remove option for "advanced
search", and always enable it. Now that the UI doesn't suck, I
declare it not advanced ;)
2008-10-04 Richard Hult <[email protected]>
* src/dh-keyword-model.[ch]: (keyword_model_finalize),
(dh_keyword_model_set_words), (dh_keyword_model_filter): Get rid
of unused copy of the keyword list. Remove support for filtering
by book id through the search string and add an explicit book id
instead.
* src/dh-main.c: (extract_book_id), (search_normal),
(search_assistant), (message_received_cb), (main): Parse the
search string here and pass an explicit book id search term to the
search functionality.
* src/dh-search.[ch]: Remove the page search UI and replace the
book search entry with a combo box, and adapt to this throughout
the rest of the file.
* src/dh-window.[ch]: (dh_window_search): Add book id parameter
and pass it on when searching.
2008-10-04 Richard Hult <[email protected]>
* src/dh-link.c (dh_link_get_book_id): Make this work for books as
well (return their own ids).
2008-10-04 Richard Hult <[email protected]>
* src/dh-search.c: Whitespace cleanup.
2008-10-04 Richard Hult <[email protected]>
* src/dh-link.[ch]: (dh_link_new),
(dh_link_get_book_id): Add id for links, only used for books.
* src/dh-keyword-model.c: Remove unused book/page link lists. Also
remove the ability to search for page ids, they are more or less
random anywya and just clutters the search result list.
(dh_keyword_model_filter): Change the book search to use the id,
not the title (this restores the book search entry to work as
before the recent refactoring).
* src/dh-parser.c: Adapt to link API change by specifying the id
when creating links.
* src/dh-search.c: Remove the page search entry.
2008-10-03 Richard Hult <[email protected]>
* src/dh-link.c:
* src/dh-link.h: Replace the book and page names with pointers to
their respective DhLinks. This saves quite a bit of memory, but
breaks searching for pages and books, which will be reimplemented
soon in a more useful fashion.
* src/dh-parser.c: (parser_start_node_book),
(parser_start_node_chapter), (parser_start_node_keyword): Adapt to
link changes.
* src/dh-keyword-model.c: (dh_keyword_model_filter): Adapt to the
link API changes. Also remove (instead of adapt) book/page-only
searching in the keyword list, it does not belong here.
2008-10-03 Richard Hult <[email protected]>
* src/dh-parser.c: Don't duplicate code in the compressed (gz) and
non-compressed cases.
2008-10-03 Richard Hult <[email protected]>
* src/dh-parser.c: More preparations, reorder things a bit.
2008-10-03 Richard Hult <[email protected]>
* src/dh-parser.c: Split out code blocks to parse book, chapter,
keywords in preparation for further cleanups and
improvements. Also remove temporary hack to handle broken books
that were generated during a brief period dring 2005.
2008-10-03 Richard Hult <[email protected]>
* src/dh-parser.c: (parser_start_node_cb), (parser_end_node_cb):
Some micro optimizations of things that turned up in the profile:
Reduce number of strdups/frees, only try to fix up broken gtk-doc
files if needed.
2008-10-03 Richard Hult <[email protected]>
* src/dh-base.c: (base_add_books): Don't free the path string,
fixes crash if the same book name is found more than once.
2008-10-03 Richard Hult <[email protected]>
* src/dh-keyword-model.c: (keyword_model_get_column_type),
(keyword_model_get_value):
* src/dh-keyword-model.h: Remove unused model column for "is
deprecated".
2008-10-03 Richard Hult <[email protected]>
* src/dh-window.c: (window_open_new_tab): Set shadow type to "in"
again, seems to have been lost in webkit merge.
2008-10-03 Richard Hult <[email protected]>
* src/dh-link.c: (dh_link_get,set_is_deprecated):
* src/dh-link.h: Remove, now obsoleted by get,set_flags.
2008-10-03 Richard Hult <[email protected]>
* src/dh-keyword-model.c: (keyword_model_get_value),
(dh_keyword_model_set_words), (dh_keyword_model_filter): Use
getters for link members.
2008-10-03 Richard Hult <[email protected]>
* data/ui/Makefile.am:
* data/ui/*.png:
* data/ui/*.xpm: Remove unused images.
2008-10-03 Richard Hult <[email protected]>
* src/dh-book-tree.c: (book_tree_finalize), (dh_book_tree_init),
(book_tree_insert_node): Use getters for link members.
- Remove the ugly GNOME 1 looking icons from the book tree, use
bold text to indicate which rows are the toplevel book nodes
instead.
2008-10-03 Richard Hult <[email protected]>
* src/dh-parser.c: (parser_start_node_cb): Use getters for link
members.
2008-10-03 Richard Hult <[email protected]>
* src/dh-window.c: (window_tree_link_selected_cb),
(window_search_link_selected_cb): Use getters for link members.
2008-10-03 Richard Hult <[email protected]>
Bug 417692 – Deprecated functions are displayed in grey
* src/dh-search.c: Use getters for link members, and use italic
instead of insensitive fg color for deprecated keywords.
2008-10-03 Richard Hult <[email protected]>
* src/dh-base.c: (book_sort_func): Use getters for link name.
2008-10-03 Richard Hult <[email protected]>
* src/dh-link.c:
* src/dh-link.h: Add getters for the link members, change the
deprecated bool to a bitfield of flags.
- Use GSlice for the link struct.
- Sort deprecated links after non-deprecated.
2008-10-02 Richard Hult <[email protected]>
* src/dh-window.c:
* src/dh-window.h: Add private instance data and do lots of
style/indentation fixes after the webkit merge. Don't use
deprecated gtk type utils.
2008-10-02 Richard Hult <[email protected]>
* src/dh-base.c:
* src/dh-base.h: Add private instance data and fixup
whitepace/style.
2008-10-02 Richard Hult <[email protected]>
* src/dh-search.c:
* src/dh-search.h: Add private instance data and fixup
whitepace/style.
2008-10-02 Richard Hult <[email protected]>
* src/dh-book-tree.c:
* src/dh-book-tree.h: Whitespace cleanup.
2008-10-02 Richard Hult <[email protected]>
* src/dh-util.c:
* src/dh-util.h: Remove unused
functions (dh_util_uri_relative_new, dh_util_uri_is_relative,
tagify_bold_labels) and their helper functions.
2008-10-02 Richard Hult <[email protected]>
* src/dh-preferences.c (dh_preferences_show_dialog): Use correct
data directory.
2008-10-02 Richard Hult <[email protected]>
* src/dh-error.c:
* src/dh-link.c:
* src/dh-link.h: Whitespace cleanup.
2008-10-02 Richard Hult <[email protected]>
* src/dh-parser.c: (parser_start_node_cb): Try a bit harder to get
useful info from old devhelp files by setting the link type to
struct, enum if those can be extracted from the name.
2008-10-02 Richard Hult <[email protected]>
* src/dh-keyword-model.c: Remove g_return_* for static functions
except for the consistency stamp checks.
- Simplify the finalizer.
- Small style cleanups.
2008-10-02 Richard Hult <[email protected]>
* src/dh-keyword-model.c:
* src/dh-keyword-model.h: Untabify, remove trailing whitespace.
2008-10-02 Richard Hult <[email protected]>
* src/dh-book-tree.c:
* src/dh-book-tree.h: Move private struct typedef from the header.
2008-10-02 Richard Hult <[email protected]>
* src/dh-book-tree.c:
* src/dh-book-tree.h: Modernize the code a bit, use private
instance data and G_DEFINE_TYPE, clean up a bit.
2008-10-02 Richard Hult <[email protected]>
* src/dh-base.c: (dh_base_get_window_on_current_workspace): Fix
build.
2008-10-02 Richard Hult <[email protected]>
* src/*.h: Update modelines in the header files too.
2008-10-02 Richard Hult <[email protected]>
* src/dh-book-tree.h:
* src/dh-keyword-model.h:
* src/dh-preferences.h:
* src/dh-search.h:
* src/eggfindbar.h: More single header include fixing.
2008-10-02 Richard Hult <[email protected]>
* src/dh-window.[ch] (_dh_window_display_uri): New private
function that displays a URI that is known to be in the docs.
2008-10-02 Richard Hult <[email protected]>
* src/dh-base.c (dh_base_get_window): New function that returns an
existing window on the current workspace or creates a new one.
(dh_base_get_window_on_current_workspace): Make this work somewhat
on non-X11, by returning any window (instead of none).
2008-10-02 Richard Hult <[email protected]>
* src/dh-link.[ch] (dh_link_get_type_as_string): Add UI strings
for the link types.
2008-10-01 Richard Hult <[email protected]>
* src/Makefile.am:
* src/dh-book-tree.c: (book_tree_class_init):
* src/dh-marshal-main.c:
* src/dh-search.c: (search_class_init): Get rid of the
marshal-main file.
2008-10-01 Richard Hult <[email protected]>
* src/dh-main.c: (message_received_cb), (main): Prepare for a new